Add licenses spec to new BUILD file (#485) Internal linter complains about lack of license info.
diff --git a/tests/common_settings/BUILD b/tests/common_settings/BUILD index bbf32d5..606a4f6 100644 --- a/tests/common_settings/BUILD +++ b/tests/common_settings/BUILD
@@ -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,