Removed license comments and upb_amalgamation for google3.

pull/13171/head
Joshua Haberman 4 years ago
parent b7dc77415a
commit 2c1664906a
  1. 2
      BUILD
  2. 2
      benchmarks/BUILD
  3. 2
      cmake/BUILD
  4. 2
      examples/bazel/BUILD
  5. 2
      tests/BUILD
  6. 2
      tests/bindings/lua/BUILD
  7. 2
      upb/bindings/lua/BUILD
  8. 2
      upbc/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",

@ -4,7 +4,7 @@ load(
"upb_proto_reflection_library",
)
licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
licenses(["notice"])
proto_library(
name = "benchmark_descriptor_proto",

@ -7,7 +7,7 @@ load(
"make_shell_script",
)
licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
licenses(["notice"])
exports_files(["staleness_test.py"])

@ -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",

@ -10,7 +10,7 @@ load(
"upb_proto_reflection_library",
)
licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
licenses(["notice"])
config_setting(
name = "fuzz",

@ -3,7 +3,7 @@ load(
"lua_proto_library",
)
licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
licenses(["notice"])
cc_test(
name = "test_lua",

@ -4,7 +4,7 @@ load(
"UPB_DEFAULT_CPPOPTS",
)
licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
licenses(["notice"])
cc_library(
name = "lupb",

@ -3,7 +3,7 @@ load(
"UPB_DEFAULT_CPPOPTS",
)
licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
licenses(["notice"])
cc_library(
name = "upbc_generator",

Loading…
Cancel
Save