Skip to content

Commit

Permalink
Add missing licenses blurb
Browse files Browse the repository at this point in the history
Internal linter complains about it since bazelbuild#440.
  • Loading branch information
tetromino committed Jan 19, 2024
1 parent 60241d2 commit cf87879
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 cf87879

Please sign in to comment.