aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2016-08-05 14:02:42 -0700
committerGravatar GitHub <noreply@github.com>2016-08-05 14:02:42 -0700
commite30b7b446175c75cc85beca9015685c6f7705af4 (patch)
tree98d38e0bce82eb6ee6e330c4b3c86228399ed175
parentf1f30b53cc71cb06727fb687cf7d0c46b1c19f13 (diff)
parentfaea19c3590f4e7d778a0f758ea2d6eeb9de9399 (diff)
Merge pull request #1924 from PiotrSikora/export_license
Bazel: export LICENSE file.
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 0941d8c4..941ca691 100644
--- a/BUILD
+++ b/BUILD
@@ -2,6 +2,8 @@
licenses(["notice"])
+exports_files(["LICENSE"])
+
################################################################################
# Protobuf Runtime Library
################################################################################