diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-06-07 10:23:56 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-06-08 11:22:41 +0200 |
commit | 4d5c3102a1b1bd440f22d4889e3afd146997fb6d (patch) | |
tree | a74ddaa1fced8aa72dc2ba24c2bb1caac0307f4c /test/core/json/BUILD | |
parent | 7897ae9308a25a064ee2e7386da25d37cc3273fa (diff) |
fix remaining license notices
Diffstat (limited to 'test/core/json/BUILD')
-rw-r--r-- | test/core/json/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/json/BUILD b/test/core/json/BUILD index 173d7ec8de..764d9bfbc1 100644 --- a/test/core/json/BUILD +++ b/test/core/json/BUILD @@ -14,7 +14,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_cc_binary") -licenses(["notice"]) # 3-clause BSD +licenses(["notice"]) # Apache v2 load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") |