diff options
Diffstat (limited to 'pkg/dhcp/BUILD')
-rw-r--r-- | pkg/dhcp/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/dhcp/BUILD b/pkg/dhcp/BUILD index 3564da7e7..f56969ad8 100644 --- a/pkg/dhcp/BUILD +++ b/pkg/dhcp/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") |