aboutsummaryrefslogtreecommitdiff
path: root/toolchains
diff options
context:
space:
mode:
authorc-parsons <cparsons@google.com>2019-01-14 16:00:11 -0500
committerGitHub <noreply@github.com>2019-01-14 16:00:11 -0500
commit88904e62e519aadb35152a42b12f0454cafdc117 (patch)
tree813506925a4160fbc97ac044431c27e38842662a /toolchains
parent197d8694821fa2bbafe6ac7f3b1266b882c2829c (diff)
downloadbazel-skylib-88904e62e519aadb35152a42b12f0454cafdc117.tar.gz
add missing license notices (#94)
Diffstat (limited to 'toolchains')
-rw-r--r--toolchains/unittest/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchains/unittest/BUILD b/toolchains/unittest/BUILD
index 195bbb6..19b1043 100644
--- a/toolchains/unittest/BUILD
+++ b/toolchains/unittest/BUILD
@@ -1,5 +1,7 @@
load("//lib:unittest.bzl", "TOOLCHAIN_TYPE", "unittest_toolchain")
+licenses(["notice"])
+
toolchain_type(
name = "toolchain_type",
visibility = ["//visibility:public"],