aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/handshake
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-03-01 22:32:47 -0800
committerGravatar Yuchen Zeng <zyc@google.com>2017-03-01 22:32:47 -0800
commit39514ccb292fe8bd807adbd1959a79080524114e (patch)
tree21b1ca331d6c3dbd69277da6a14a70fc5c9e3c66 /test/core/handshake
parentaa5e7600ec3d10993ec9a19287a98fd8d026c16c (diff)
Add licenses() in BUILD files
Diffstat (limited to 'test/core/handshake')
-rw-r--r--test/core/handshake/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/handshake/BUILD b/test/core/handshake/BUILD
index 864e0db00b..eb8f3a9beb 100644
--- a/test/core/handshake/BUILD
+++ b/test/core/handshake/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 = "client_ssl",
srcs = ["client_ssl.c"],