diff options
Diffstat (limited to 'pkg/gate/BUILD')
-rw-r--r-- | pkg/gate/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gate/BUILD b/pkg/gate/BUILD index 381474d9e..0b8b01da8 100644 --- a/pkg/gate/BUILD +++ b/pkg/gate/BUILD @@ -1,4 +1,4 @@ -package(licenses = ["notice"]) # BSD +package(licenses = ["notice"]) # Apache 2.0 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") |