Skip to content

Commit

Permalink
Add licenses spec to new BUILD file (#485)
Browse files Browse the repository at this point in the history
Internal linter complains about lack of license info.
  • Loading branch information
tetromino authored Jan 19, 2024
1 parent 60241d2 commit e60cf00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/common_settings/BUILD
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit e60cf00

Please sign in to comment.