mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-28 08:43:51 +00:00
0d43695bd5
And take the opportunity to fix default_applicable_licenses in the gazelle plugin
6 lines
121 B
Python
6 lines
121 B
Python
# This package only contains source targets
|
|
|
|
package(default_applicable_licenses = ["//:license"])
|
|
|
|
licenses(["notice"])
|