Add licenses() in BUILD files
@ -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
exports_files([
"ca.pem",
"server1.key",
cc_test(
name = "context_test",
srcs = ["context_test.c"],
name = "channel_args_test",
srcs = ["channel_args_test.c"],
name = "algorithm_test",
srcs = ["algorithm_test.c"],
name = "client_ssl",
srcs = ["client_ssl.c"],
name = "alloc_test",
srcs = ["alloc_test.c"],
name = "alarm_test",
srcs = ["alarm_test.c"],