8000 cleanup: Remove license type comment; they're no longer required (#1078) · recht/rules_python@b986547 · GitHub
[go: up one dir, main page]

Skip to content

Commit b986547

Browse files
authored
cleanup: Remove license type comment; they're no longer required (bazel-contrib#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.
1 parent f439695 commit b986547

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ load(":version.bzl", "BAZEL_VERSION")
1616

1717
package(default_visibility = ["//visibility:public"])
1818

19-
licenses(["notice"]) # Apache 2.0
19+
licenses(["notice"])
2020

2121
exports_files([
2222
"LICENSE",

python/private/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
load("//python:versions.bzl", "print_toolchains_checksums")
1616
load(":stamp.bzl", "stamp_build_setting")
1717

18-
licenses(["notice"]) # Apache 2.0
18+
licenses(["notice"])
1919

2020
filegroup(
2121
name = "distribution",

tools/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ load("//python:defs.bzl", "py_binary")
1515

1616
package(default_visibility = ["//visibility:public"])
1717

18-
licenses(["notice"]) # Apache 2.0
18+
licenses(["notice"])
1919

2020
# Implementation detail of py_wheel rule.
2121
py_binary(

0 commit comments

Comments
 (0)
0