diff options
author | yang-g <yangg@google.com> | 2017-01-11 16:05:25 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2017-01-11 16:05:25 -0800 |
commit | 43dc9ed3b7faf24c02896b2307739630a3c92154 (patch) | |
tree | 3d905652f3dae127b62604d17c57219a104ff441 /test/core/json | |
parent | 1d8db034928cffc681e52809a343cbb9b3215281 (diff) |
Add licenses to all BUILD files and missing copyright
Diffstat (limited to 'test/core/json')
-rw-r--r-- | test/core/json/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/json/BUILD b/test/core/json/BUILD index 4b3fbd6076..05d4c6e0c5 100644 --- a/test/core/json/BUILD +++ b/test/core/json/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 + load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") grpc_fuzzer( |