From 02401d94fd11bd73a6e7be47f0e0f574b44e288e Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Fri, 17 Mar 2017 13:51:14 +0000 Subject: 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 --- BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD') 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/**"]), -- cgit v1.2.3