summaryrefslogtreecommitdiffhomepage
path: root/pkg/bpf
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-01-31 11:11:44 -0800
committerShentubot <shentubot@google.com>2019-01-31 11:12:53 -0800
commit2a0c69b19f4b55c3f9777f0098a72af123ccff3c (patch)
tree866498e751a09bc083b0f713a8436d5e4ee37519 /pkg/bpf
parent7e8a56087bfb4ab89e058cd9f9d2459a06275559 (diff)
Remove license comments
Nothing reads them and they can simply get stale. Generated with: $ sed -i "s/licenses(\(.*\)).*/licenses(\1)/" **/BUILD PiperOrigin-RevId: 231818945 Change-Id: Ibc3f9838546b7e94f13f217060d31f4ada9d4bf0
Diffstat (limited to 'pkg/bpf')
-rw-r--r--pkg/bpf/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bpf/BUILD b/pkg/bpf/BUILD
index 564df3af5..3c7ae3103 100644
--- a/pkg/bpf/BUILD
+++ b/pkg/bpf/BUILD
@@ -1,4 +1,4 @@
-package(licenses = ["notice"]) # Apache 2.0
+package(licenses = ["notice"])
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")