aboutsummaryrefslogtreecommitdiff
path: root/examples/my_org
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2023-02-08 16:01:29 -0500
committerTony Aiuto <aiuto@google.com>2023-02-08 16:01:29 -0500
commit4c4d2e9c71c5e05faa128943e35f511688217451 (patch)
tree8e2e10f371630db72f2c411df280f53caddcc0ab /examples/my_org
parent9a58c10b64b632ed1567d61b91f8167195164922 (diff)
downloadbazelbuild-rules_license-4c4d2e9c71c5e05faa128943e35f511688217451.tar.gz
Grab back of little style nits which will make it easier to
sync this code back and forth with the Google branches. - restore copyright notices (This keeps compliance teams happy) - change public visibilty to restricted ones, so end users can not depend on pieces of the vendored in library - remove printf debugging.
Diffstat (limited to 'examples/my_org')
-rw-r--r--examples/my_org/licenses/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/my_org/licenses/BUILD b/examples/my_org/licenses/BUILD
index f17bfa3..c200d37 100644
--- a/examples/my_org/licenses/BUILD
+++ b/examples/my_org/licenses/BUILD
@@ -66,6 +66,6 @@ license_kind(
license_kind(
name = "acme_corp_paid",
conditions = [
- "whitelist:acme_corp_paid",
+ "allowlist:acme_corp_paid",
],
)