aboutsummaryrefslogtreecommitdiff
path: root/licenses/spdx/BUILD
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 /licenses/spdx/BUILD
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 'licenses/spdx/BUILD')
-rw-r--r--licenses/spdx/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/licenses/spdx/BUILD b/licenses/spdx/BUILD
index 2ab4f35..feb0580 100644
--- a/licenses/spdx/BUILD
+++ b/licenses/spdx/BUILD
@@ -59,6 +59,8 @@ package(
default_visibility = ["//visibility:public"],
)
+licenses(["notice"])
+
filegroup(
name = "standard_package",
srcs = ["BUILD"],