Skip to content

Commit 25e4175

Browse files
authored
cleanup: Remove license comment in proto build file (#1118)
The license comments aren't necessary anymore.
1 parent 3aa221f commit 25e4175

File tree

1 file changed

+1
-1
lines changed
  • python/private/proto

1 file changed

+1
-1
lines changed

python/private/proto/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ load("@rules_proto//proto:defs.bzl", "proto_lang_toolchain")
1717

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

20-
licenses(["notice"]) # Apache 2.0
20+
licenses(["notice"])
2121

2222
filegroup(
2323
name = "distribution",

0 commit comments

Comments
 (0)