From 12e26a7c822b2218ccd9c59ca39785d3413c1a57 Mon Sep 17 00:00:00 2001 From: Piotr Sikora <piotrsikora@google.com> Date: Thu, 4 Aug 2016 15:32:10 -0700 Subject: [PATCH] Bazel: export LICENSE file. Signed-off-by: Piotr Sikora <piotrsikora@google.com> --- BUILD | 2 ++ templates/BUILD.template | 2 ++ 2 files changed, 4 insertions(+) diff --git a/BUILD b/BUILD index b36ce254e9..e3db970ee7 100644 --- a/BUILD +++ b/BUILD @@ -36,6 +36,8 @@ licenses(["notice"]) # 3-clause BSD +exports_files(["LICENSE"]) + package(default_visibility = ["//visibility:public"]) diff --git a/templates/BUILD.template b/templates/BUILD.template index 23a656c360..af23fb2799 100644 --- a/templates/BUILD.template +++ b/templates/BUILD.template @@ -38,6 +38,8 @@ licenses(["notice"]) # 3-clause BSD + exports_files(["LICENSE"]) + package(default_visibility = ["//visibility:public"]) <%! -- GitLab