Bazel: export LICENSE file.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
Piotr Sikora 2016-08-23 19:58:51 -07:00
parent 85cc650a11
commit d0391c99ee

2
BUILD
View File

@ -7,6 +7,8 @@ package(
licenses(["notice"]) # MIT
exports_files(["LICENSE"])
STRICT_C_OPTIONS = [
"--pedantic-errors",
"-Wall",