Add licenses() to all BUILD files. (#141)

This commit is contained in:
Thomas Van Lenten 2019-05-01 11:33:25 -04:00 committed by GitHub
parent be3b1fc838
commit 31b8ea5ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
load("@io_bazel_skydoc//stardoc:stardoc.bzl", "stardoc")
licenses(["notice"])
# Note that due to a bug in Bazel 0.22.0, these targets cannot be built without
# the --incompatible_remap_main_repo flag.
stardoc(

View File

@ -1,5 +1,7 @@
load("//:bzl_library.bzl", "bzl_library")
licenses(["notice"])
bzl_library(
name = "copy_file_private",
srcs = ["copy_file_private.bzl"],

View File

@ -33,6 +33,8 @@
load("//rules:copy_file.bzl", "copy_file")
licenses(["notice"])
package(default_testonly = 1)
sh_test(

View File

@ -2,6 +2,8 @@
load("//rules:diff_test.bzl", "diff_test")
licenses(["notice"])
package(default_testonly = 1)
sh_test(

View File

@ -5,6 +5,8 @@
load("//rules/private:maprule.bzl", "bash_maprule")
licenses(["notice"])
package(default_testonly = 1)
sh_test(

View File

@ -34,6 +34,8 @@
load("//rules:write_file.bzl", "write_file")
licenses(["notice"])
package(default_testonly = 1)
sh_test(