Export COPYING

By exporting `COPYING`, Bazel projects depending on glog can easily access its license.
This commit is contained in:
Fabian Meumertzheim 2021-06-07 07:46:43 +02:00 committed by Rodrigo Queiro
parent 03f2b3861a
commit c1499f64a8

View File

@ -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()