Export COPYING
By exporting `COPYING`, Bazel projects depending on glog can easily access its license.
This commit is contained in:
parent
03f2b3861a
commit
c1499f64a8
@ -1,5 +1,7 @@
|
|||||||
licenses(['notice'])
|
licenses(['notice'])
|
||||||
|
|
||||||
|
exports_files(["COPYING"])
|
||||||
|
|
||||||
load(':bazel/glog.bzl', 'glog_library')
|
load(':bazel/glog.bzl', 'glog_library')
|
||||||
|
|
||||||
glog_library()
|
glog_library()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user