diff options
author | Adin Scannell <ascannell@google.com> | 2019-06-12 15:58:32 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-06-12 15:59:46 -0700 |
commit | e352f464780b22945308469de4e92a4f068b4805 (patch) | |
tree | 0b1f6a851a47e4fd8d91946e2fe968a318bb8db7 | |
parent | 70578806e8d3e01fae2249b3e602cd5b05d378a0 (diff) |
Minor BUILD file cleanup.
PiperOrigin-RevId: 252918338
-rw-r--r-- | pkg/tcpip/link/muxed/BUILD | 4 | ||||
-rw-r--r-- | pkg/tcpip/transport/raw/BUILD | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/pkg/tcpip/link/muxed/BUILD b/pkg/tcpip/link/muxed/BUILD index 84cfae784..00f007888 100644 --- a/pkg/tcpip/link/muxed/BUILD +++ b/pkg/tcpip/link/muxed/BUILD @@ -1,8 +1,6 @@ load("//tools/go_stateify:defs.bzl", "go_library", "go_test") -package( - licenses = ["notice"], # Apache 2.0 -) +package(licenses = ["notice"]) go_library( name = "muxed", diff --git a/pkg/tcpip/transport/raw/BUILD b/pkg/tcpip/transport/raw/BUILD index 6d3f0130e..448fe2900 100644 --- a/pkg/tcpip/transport/raw/BUILD +++ b/pkg/tcpip/transport/raw/BUILD @@ -1,6 +1,4 @@ -package( - licenses = ["notice"], # Apache 2.0 -) +package(licenses = ["notice"]) load("//tools/go_generics:defs.bzl", "go_template_instance") load("//tools/go_stateify:defs.bzl", "go_library") |