diff options
Diffstat (limited to 'asl/logging/BUILD.bazel')
-rw-r--r-- | asl/logging/BUILD.bazel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asl/logging/BUILD.bazel b/asl/logging/BUILD.bazel index 1ddefff..f565916 100644 --- a/asl/logging/BUILD.bazel +++ b/asl/logging/BUILD.bazel @@ -2,6 +2,10 @@ # # SPDX-License-Identifier: BSD-3-Clause +package( + default_applicable_licenses = ["//:license"], +) + cc_library( name = "logging", srcs = [ |