From faea19c3590f4e7d778a0f758ea2d6eeb9de9399 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Thu, 4 Aug 2016 15:32:14 -0700 Subject: Bazel: export LICENSE file. Signed-off-by: Piotr Sikora --- BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD') 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 ################################################################################ -- cgit v1.2.3