aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2019-05-01 11:33:25 -0400
committerGitHub <noreply@github.com>2019-05-01 11:33:25 -0400
commit31b8ea5ea16f7bf9e81eb18a9f4cbd9b0a70b4d7 (patch)
treef73a9ccfbced9caf6ffa6ba29889d970cbaff777 /tests
parentbe3b1fc838386bdbea39d9750ea4411294870575 (diff)
downloadbazel-skylib-31b8ea5ea16f7bf9e81eb18a9f4cbd9b0a70b4d7.tar.gz
Add licenses() to all BUILD files. (#141)
Diffstat (limited to 'tests')
-rw-r--r--tests/copy_file/BUILD2
-rw-r--r--tests/diff_test/BUILD2
-rw-r--r--tests/maprule/BUILD2
-rw-r--r--tests/write_file/BUILD2
4 files changed, 8 insertions, 0 deletions
diff --git a/tests/copy_file/BUILD b/tests/copy_file/BUILD
index 47d7887..7c8a4c3 100644
--- a/tests/copy_file/BUILD
+++ b/tests/copy_file/BUILD
@@ -33,6 +33,8 @@
load("//rules:copy_file.bzl", "copy_file")
+licenses(["notice"])
+
package(default_testonly = 1)
sh_test(
diff --git a/tests/diff_test/BUILD b/tests/diff_test/BUILD
index 3a33bf2..bd0aacd 100644
--- a/tests/diff_test/BUILD
+++ b/tests/diff_test/BUILD
@@ -2,6 +2,8 @@
load("//rules:diff_test.bzl", "diff_test")
+licenses(["notice"])
+
package(default_testonly = 1)
sh_test(
diff --git a/tests/maprule/BUILD b/tests/maprule/BUILD
index 390b96d..5f69c68 100644
--- a/tests/maprule/BUILD
+++ b/tests/maprule/BUILD
@@ -5,6 +5,8 @@
load("//rules/private:maprule.bzl", "bash_maprule")
+licenses(["notice"])
+
package(default_testonly = 1)
sh_test(
diff --git a/tests/write_file/BUILD b/tests/write_file/BUILD
index 52d7992..321bcc0 100644
--- a/tests/write_file/BUILD
+++ b/tests/write_file/BUILD
@@ -34,6 +34,8 @@
load("//rules:write_file.bzl", "write_file")
+licenses(["notice"])
+
package(default_testonly = 1)
sh_test(