From f4ca54d76b38de73156702464a64e58b8cf4fa59 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Thu, 22 Oct 2020 10:40:00 -0400 Subject: [PATCH] BUILD: add license export (#19) --- BUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD b/BUILD index f61e339..e2bd0c5 100644 --- a/BUILD +++ b/BUILD @@ -1,5 +1,9 @@ load("@build_bazel_rules_apple//apple:macos.bzl", "macos_unit_test") +licenses(["notice"]) + +exports_files(["LICENSE"]) + objc_library( name = "MOLAuthenticatingURLSession", srcs = [