From 9a2d1a2877d827cb2d62ca49d1da6c38dacc7733 Mon Sep 17 00:00:00 2001 From: Tony Aiuto Date: Tue, 21 Mar 2023 17:50:46 -0400 Subject: update usage comment --- rules/license.bzl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/license.bzl b/rules/license.bzl index f1711d8..032599d 100644 --- a/rules/license.bzl +++ b/rules/license.bzl @@ -24,6 +24,8 @@ load( "license_rule_impl", ) +# Enable this if your organization requires the license text to be a file +# checked into source control instead of, possibly, another rule. _require_license_text_is_a_file = False # This rule must be named "_license" for backwards compatability with older -- cgit v1.2.3