about summary refs log tree commit diff
path: root/absl/meta/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/meta/BUILD.bazel')
-rw-r--r--absl/meta/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/meta/BUILD.bazel b/absl/meta/BUILD.bazel
index 872751ef31..dbc9717ddd 100644
--- a/absl/meta/BUILD.bazel
+++ b/absl/meta/BUILD.bazel
@@ -6,7 +6,7 @@ load(
 
 package(default_visibility = ["//visibility:public"])
 
-licenses(["unencumbered"])  # Owned by Google
+licenses(["notice"])  # Apache 2.0
 
 cc_library(
     name = "type_traits",