summaryrefslogtreecommitdiffhomepage
path: root/pkg/p9
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/p9
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/p9')
-rw-r--r--pkg/p9/BUILD2
-rw-r--r--pkg/p9/local_server/BUILD2
-rw-r--r--pkg/p9/p9test/BUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg/p9/BUILD b/pkg/p9/BUILD
index 2c224e65b..5d972309d 100644
--- a/pkg/p9/BUILD
+++ b/pkg/p9/BUILD
@@ -2,7 +2,7 @@ load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
package(
default_visibility = ["//visibility:public"],
- licenses = ["notice"], # Apache 2.0
+ licenses = ["notice"],
)
go_library(
diff --git a/pkg/p9/local_server/BUILD b/pkg/p9/local_server/BUILD
index b17ebb79d..aa6db186c 100644
--- a/pkg/p9/local_server/BUILD
+++ b/pkg/p9/local_server/BUILD
@@ -1,6 +1,6 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary")
-package(licenses = ["notice"]) # Apache 2.0
+package(licenses = ["notice"])
go_binary(
name = "local_server",
diff --git a/pkg/p9/p9test/BUILD b/pkg/p9/p9test/BUILD
index 7c4b875ce..cf22edde8 100644
--- a/pkg/p9/p9test/BUILD
+++ b/pkg/p9/p9test/BUILD
@@ -1,7 +1,7 @@
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
load("@io_bazel_rules_go//go:def.bzl", "go_binary")
-package(licenses = ["notice"]) # Apache 2.0
+package(licenses = ["notice"])
alias(
name = "mockgen",