diff options
Diffstat (limited to 'runsc/console/BUILD')
-rw-r--r-- | runsc/console/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/console/BUILD b/runsc/console/BUILD index ff4ccff69..3ff9eba27 100644 --- a/runsc/console/BUILD +++ b/runsc/console/BUILD @@ -1,6 +1,6 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library") -package(licenses = ["notice"]) # Apache 2.0 +package(licenses = ["notice"]) go_library( name = "console", |