Browse Source

Bazel: export LICENSE file.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Piotr Sikora 9 years ago
parent
commit
faea19c359
1 changed files with 2 additions and 0 deletions
  1. 2 0
      BUILD

+ 2 - 0
BUILD

@@ -2,6 +2,8 @@
 
 licenses(["notice"])
 
+exports_files(["LICENSE"])
+
 ################################################################################
 # Protobuf Runtime Library
 ################################################################################