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 /pkg/tcpip/link | |
parent | 70578806e8d3e01fae2249b3e602cd5b05d378a0 (diff) |
Minor BUILD file cleanup.
PiperOrigin-RevId: 252918338
Diffstat (limited to 'pkg/tcpip/link')
-rw-r--r-- | pkg/tcpip/link/muxed/BUILD | 4 |
1 files changed, 1 insertions, 3 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", |