Add licenses spec to new BUILD file (#485)

Internal linter complains about lack of license info.
This commit is contained in:
Alexandre Rostovtsev 2024-01-19 15:14:08 -05:00 committed by GitHub
parent 60241d2e06
commit e60cf0001f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
load("//rules:common_settings.bzl", "int_flag", "string_flag")
licenses(["notice"])
package(default_testonly = 1)
int_flag(
name = "my_int_flag",
build_setting_default = 42,