aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2022-08-05 20:19:27 -0400
committerTony Aiuto <aiuto@google.com>2022-08-05 20:24:37 -0400
commit8694b57ad03939fe48fde2be73576e77ba17eee4 (patch)
tree31f8b621705ef7d213c478eda1dff9e2c9357e0a /tools
parentaf38e6dd45c1307da3b6d954a21e1061a8f9e288 (diff)
downloadbazelbuild-rules_license-8694b57ad03939fe48fde2be73576e77ba17eee4.tar.gz
Add legacy licenses([notice]) clauses to the build files.
This is an utterly stupid change. It is just to make it easier to import the code into Google. That, in turn, makes it easier to work towards aligning the code.
Diffstat (limited to 'tools')
-rw-r--r--tools/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/BUILD b/tools/BUILD
index 03bbac1..9be1c2d 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -19,6 +19,8 @@ package(
default_visibility = ["//visibility:public"],
)
+licenses(["notice"])
+
py_binary(
name = "checker_demo",
srcs = ["checker_demo.py"],