aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2017-03-17 13:51:14 +0000
committerGravatar Yue Gan <yueg@google.com>2017-03-20 11:33:58 +0000
commit02401d94fd11bd73a6e7be47f0e0f574b44e288e (patch)
tree6eb0030fcfe834670bbf28a44389451ce429ef03 /BUILD
parent45c731083ae620e8c56f75ab2503b261788f4720 (diff)
Add a new command "bazel license" that prints the license files of Bazel and all embedded open-source components.
-- PiperOrigin-RevId: 150435047 MOS_MIGRATED_REVID=150435047
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index d87c426ba7..cecc206099 100644
--- a/BUILD
+++ b/BUILD
@@ -1,5 +1,7 @@
package(default_visibility = ["//scripts/release:__pkg__"])
+exports_files(["LICENSE"])
+
filegroup(
name = "git",
srcs = glob([".git/**"]),