commit | faea19c3590f4e7d778a0f758ea2d6eeb9de9399 | [log] [tgz] |
---|---|---|
author | Piotr Sikora <[email protected]> | Thu Aug 04 15:32:14 2016 -0700 |
committer | Piotr Sikora <[email protected]> | Thu Aug 04 15:32:14 2016 -0700 |
tree | b08ceda6900c37a4c41f33c07dc3d1c49027c4ad | |
parent | c59473d53eafadd126502657e5c5c33e952b67ed [diff] |
Bazel: export LICENSE file. Signed-off-by: Piotr Sikora <[email protected]>
diff --git a/BUILD b/BUILD index 0941d8c..941ca69 100644 --- a/BUILD +++ b/BUILD
@@ -2,6 +2,8 @@ licenses(["notice"]) +exports_files(["LICENSE"]) + ################################################################################ # Protobuf Runtime Library ################################################################################