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
 ################################################################################