aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levasseur <rlevasseur@google.com>2023-02-22 19:21:18 -0800
committerGitHub <noreply@github.com>2023-02-22 19:21:18 -0800
commitb9865470cc567eb780bf5c8f7823d0200d199e97 (patch)
treee07205cd278ba6a4b9703b3b8afa139867efae03
parentf4396956f16072c34748001baa17e9bcb89cad78 (diff)
downloadbazelbuild-rules_python-b9865470cc567eb780bf5c8f7823d0200d199e97.tar.gz
cleanup: Remove license type comment; they're no longer required (#1078)
cleanup: Remove license type comment; they're no longer required The `# License type` comments are no longer required. Removing it makes it easier to import the source into Google.
-rw-r--r--BUILD.bazel2
-rw-r--r--python/private/BUILD.bazel2
-rw-r--r--tools/BUILD.bazel2
3 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 5b37fce..dff608a 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -16,7 +16,7 @@ load(":version.bzl", "BAZEL_VERSION")
package(default_visibility = ["//visibility:public"])
-licenses(["notice"]) # Apache 2.0
+licenses(["notice"])
exports_files([
"LICENSE",
diff --git a/python/private/BUILD.bazel b/python/private/BUILD.bazel
index d56d31b..7d321eb 100644
--- a/python/private/BUILD.bazel
+++ b/python/private/BUILD.bazel
@@ -15,7 +15,7 @@
load("//python:versions.bzl", "print_toolchains_checksums")
load(":stamp.bzl", "stamp_build_setting")
-licenses(["notice"]) # Apache 2.0
+licenses(["notice"])
filegroup(
name = "distribution",
diff --git a/tools/BUILD.bazel b/tools/BUILD.bazel
index 7c9b492..fd951d9 100644
--- a/tools/BUILD.bazel
+++ b/tools/BUILD.bazel
@@ -15,7 +15,7 @@ load("//python:defs.bzl", "py_binary")
package(default_visibility = ["//visibility:public"])
-licenses(["notice"]) # Apache 2.0
+licenses(["notice"])
# Implementation detail of py_wheel rule.
py_binary(