Skip to content

Commit e60cf00

Browse files
authored
Add licenses spec to new BUILD file (#485)
Internal linter complains about lack of license info.
1 parent 60241d2 commit e60cf00

File tree

1 file changed

+4
-0
lines changed
  • tests/common_settings

1 file changed

+4
-0
lines changed

tests/common_settings/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
load("//rules:common_settings.bzl", "int_flag", "string_flag")
22

3+
licenses(["notice"])
4+
5+
package(default_testonly = 1)
6+
37
int_flag(
48
name = "my_int_flag",
59
build_setting_default = 42,

0 commit comments

Comments
 (0)