diff options
author | Craig Tiller <ctiller@google.com> | 2017-01-17 17:20:14 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-01-17 17:20:14 -0800 |
commit | 5acc826ace3981f0e2290f38ecb94b8f6122f6f0 (patch) | |
tree | 1e7b9db9de6facf2061b72fc02f070f5b24fac6d /test/core/bad_client | |
parent | 35d89551304a1945e67254920356542f94b45707 (diff) | |
parent | fc4b07e10c0482522dbc6a01401ea8f1606a76b4 (diff) |
Merge github.com:grpc/grpc into metadata_filter
Diffstat (limited to 'test/core/bad_client')
-rw-r--r-- | test/core/bad_client/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/bad_client/BUILD b/test/core/bad_client/BUILD index 5406eb9a4b..6b06955efe 100644 --- a/test/core/bad_client/BUILD +++ b/test/core/bad_client/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(":generate_tests.bzl", "grpc_bad_client_tests") grpc_bad_client_tests() |