Removed license comments and upb_amalgamation for google3.
diff --git a/BUILD b/BUILD
index 784cc25..96a4b67 100644
--- a/BUILD
+++ b/BUILD
@@ -1,7 +1,7 @@
load(
"//bazel:build_defs.bzl",
"UPB_DEFAULT_COPTS",
- "upb_amalgamation",
+ "upb_amalgamation", # copybara:strip_for_google3
)
load(
"//bazel:upb_proto_library.bzl",
diff --git a/benchmarks/BUILD b/benchmarks/BUILD
index 0edd85d..87315a3 100644
--- a/benchmarks/BUILD
+++ b/benchmarks/BUILD
@@ -4,7 +4,7 @@
"upb_proto_reflection_library",
)
-licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
+licenses(["notice"])
proto_library(
name = "benchmark_descriptor_proto",
diff --git a/cmake/BUILD b/cmake/BUILD
index 09db850..76601b0 100644
--- a/cmake/BUILD
+++ b/cmake/BUILD
@@ -7,7 +7,7 @@
"make_shell_script",
)
-licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
+licenses(["notice"])
exports_files(["staleness_test.py"])
diff --git a/examples/bazel/BUILD b/examples/bazel/BUILD
index e012c84..550115b 100644
--- a/examples/bazel/BUILD
+++ b/examples/bazel/BUILD
@@ -1,7 +1,7 @@
load("@rules_proto//proto:defs.bzl", "proto_library")
load("@upb//bazel:upb_proto_library.bzl", "upb_proto_library")
-licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
+licenses(["notice"])
proto_library(
name = "foo_proto",
diff --git a/tests/BUILD b/tests/BUILD
index 6d46bfc..998023e 100644
--- a/tests/BUILD
+++ b/tests/BUILD
@@ -10,7 +10,7 @@
"upb_proto_reflection_library",
)
-licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
+licenses(["notice"])
config_setting(
name = "fuzz",
diff --git a/tests/bindings/lua/BUILD b/tests/bindings/lua/BUILD
index 1f8f8cd..ba4918d 100644
--- a/tests/bindings/lua/BUILD
+++ b/tests/bindings/lua/BUILD
@@ -3,7 +3,7 @@
"lua_proto_library",
)
-licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
+licenses(["notice"])
cc_test(
name = "test_lua",
diff --git a/upb/bindings/lua/BUILD b/upb/bindings/lua/BUILD
index 38c810e..cf1aa76 100644
--- a/upb/bindings/lua/BUILD
+++ b/upb/bindings/lua/BUILD
@@ -4,7 +4,7 @@
"UPB_DEFAULT_CPPOPTS",
)
-licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
+licenses(["notice"])
cc_library(
name = "lupb",
diff --git a/upbc/BUILD b/upbc/BUILD
index d8d76b4..23897c9 100644
--- a/upbc/BUILD
+++ b/upbc/BUILD
@@ -3,7 +3,7 @@
"UPB_DEFAULT_CPPOPTS",
)
-licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
+licenses(["notice"])
cc_library(
name = "upbc_generator",