aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2022-12-15 13:50:13 -0500
committerTony Aiuto <aiuto@google.com>2022-12-15 13:50:13 -0500
commitf6a6b0d25767bc95f7104ab15464437add9b3da9 (patch)
treea0ed9ba8fca8d0a838bbd56edf09d4b0256443fd
parent4b66bcff25ebe9ff0c67f55d3e5c251e22c59e08 (diff)
downloadbazelbuild-rules_license-f6a6b0d25767bc95f7104ab15464437add9b3da9.tar.gz
prettify
-rwxr-xr-xdocs/latest.md2
-rw-r--r--rules/license.bzl1
-rw-r--r--rules/license_impl.bzl1
3 files changed, 0 insertions, 4 deletions
diff --git a/docs/latest.md b/docs/latest.md
index a748763..031daea 100755
--- a/docs/latest.md
+++ b/docs/latest.md
@@ -2,7 +2,6 @@
Rules for declaring the compliance licenses used by a package.
-See: go/license-checking-v2
<a id="license"></a>
@@ -63,7 +62,6 @@ license_kind(<a href="#license_kind-name">name</a>, <a href="#license_kind-canon
Rules for declaring the compliance licenses used by a package.
-See: go/license-checking-v2
diff --git a/rules/license.bzl b/rules/license.bzl
index b201625..e461388 100644
--- a/rules/license.bzl
+++ b/rules/license.bzl
@@ -13,7 +13,6 @@
# limitations under the License.
"""Rules for declaring the compliance licenses used by a package.
-See: go/license-checking-v2
"""
load(
diff --git a/rules/license_impl.bzl b/rules/license_impl.bzl
index c506953..457af13 100644
--- a/rules/license_impl.bzl
+++ b/rules/license_impl.bzl
@@ -13,7 +13,6 @@
# limitations under the License.
"""Rules for declaring the licenses used by a package.
-See: go/license-checking-v2
"""
load(