diff options
author | Yuchen Zeng <zyc@google.com> | 2017-03-01 22:32:47 -0800 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2017-03-01 22:32:47 -0800 |
commit | 39514ccb292fe8bd807adbd1959a79080524114e (patch) | |
tree | 21b1ca331d6c3dbd69277da6a14a70fc5c9e3c66 /test/core/compression | |
parent | aa5e7600ec3d10993ec9a19287a98fd8d026c16c (diff) |
Add licenses() in BUILD files
Diffstat (limited to 'test/core/compression')
-rw-r--r-- | test/core/compression/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/compression/BUILD b/test/core/compression/BUILD index a243a72029..9ddb4c52b4 100644 --- a/test/core/compression/BUILD +++ b/test/core/compression/BUILD @@ -27,6 +27,8 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +licenses(["notice"]) # 3-clause BSD + cc_test( name = "algorithm_test", srcs = ["algorithm_test.c"], |