diff options
Diffstat (limited to 'test/syscalls/gtest/BUILD')
-rw-r--r-- | test/syscalls/gtest/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/gtest/BUILD b/test/syscalls/gtest/BUILD index d078fd3d5..22e061652 100644 --- a/test/syscalls/gtest/BUILD +++ b/test/syscalls/gtest/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 = "gtest", |