aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2019-11-15 11:51:28 -0800
committerRob Mohr <mohrr@google.com>2019-11-15 11:52:14 -0800
commite8fbe6a882f912cd181901826e7027ce51b0c09a (patch)
tree1d24d5a532d86a7fdc243564f0d01a0ef7009272 /BUILD
parent7f519e26bf56ff939f58f6870b6b5cb521089633 (diff)
downloadpigweed-e8fbe6a882f912cd181901826e7027ce51b0c09a.tar.gz
Add license metadata to bazel files.
Change-Id: Id32c7db700f3fba809d4e90473cbd3e8b8d7ca47
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 572f43709..6a871536f 100644
--- a/BUILD
+++ b/BUILD
@@ -12,6 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.
+licenses(["notice"]) # Apache License 2.0
+
SUBDIRS = [
"pw_build",
"pw_docgen",