diff options
author | Michael Pratt <mpratt@google.com> | 2019-01-31 11:11:44 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-01-31 11:12:53 -0800 |
commit | 2a0c69b19f4b55c3f9777f0098a72af123ccff3c (patch) | |
tree | 866498e751a09bc083b0f713a8436d5e4ee37519 /pkg/state | |
parent | 7e8a56087bfb4ab89e058cd9f9d2459a06275559 (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/state')
-rw-r--r-- | pkg/state/BUILD | 2 | ||||
-rw-r--r-- | pkg/state/statefile/BUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/state/BUILD b/pkg/state/BUILD index dd0f250fa..0a975e162 100644 --- a/pkg/state/BUILD +++ b/pkg/state/BUILD @@ -1,7 +1,7 @@ load("//tools/go_stateify:defs.bzl", "go_library", "go_test") load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library") -package(licenses = ["notice"]) # Apache 2.0 +package(licenses = ["notice"]) load("//tools/go_generics:defs.bzl", "go_template_instance") diff --git a/pkg/state/statefile/BUILD b/pkg/state/statefile/BUILD index 66c8f3807..5967781e8 100644 --- a/pkg/state/statefile/BUILD +++ b/pkg/state/statefile/BUILD @@ -1,6 +1,6 @@ load("//tools/go_stateify:defs.bzl", "go_library", "go_test") -package(licenses = ["notice"]) # Apache 2.0 +package(licenses = ["notice"]) go_library( name = "statefile", |