Skip to content

Commit 0d68932

Browse files
Googlercopybara-github
authored andcommitted
Automatic code cleanup.
PiperOrigin-RevId: 506908397 Change-Id: I4571c9e947b5878519d5ec291d2fc58566159c84
1 parent fcd9a03 commit 0d68932

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

BUILD

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
package(default_visibility = ["//visibility:public"])
1+
load("//tools/build_defs/license:license.bzl", "license")
2+
3+
package(
4+
default_applicable_licenses = ["//third_party/bazel_rules/rules_cc:license"],
5+
default_visibility = ["//visibility:public"],
6+
)
7+
8+
license(
9+
name = "license",
10+
package_name = "rules_cc",
11+
)
212

313
licenses(["notice"])
414

0 commit comments

Comments
 (0)