From 302b95edbabac2edb6a7db6a9cec82b45eafa36c Mon Sep 17 00:00:00 2001 From: Sentencepiece Team Date: Tue, 11 Jun 2019 02:57:14 +0900 Subject: [PATCH] Remove the LICENSE export as there is no license file in src/ This breaks addlicensedeps.py for AGSA. PiperOrigin-RevId: 252439316 --- src/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BUILD b/src/BUILD index b81f797f..b4298d27 100644 --- a/src/BUILD +++ b/src/BUILD @@ -8,8 +8,6 @@ package( licenses(["notice"]) # Apache 2, BSD, MIT -exports_files(["LICENSE"]) - proto_library( name = "sentencepiece_proto", srcs = ["sentencepiece.proto"],