Merge pull request #1924 from PiotrSikora/export_license

Bazel: export LICENSE file.
This commit is contained in:
Jisi Liu 2016-08-05 14:02:42 -07:00 committed by GitHub
commit e30b7b4461

2
BUILD
View file

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