Add license declarations to some BUILD files. (#223)

Signed-off-by: Trevor Schroeder <trevors@google.com>
pull/224/head
tschroed 7 years ago committed by htuch
parent cd01e0fee6
commit b236cc7c73
  1. 2
      examples/service_envoy/BUILD
  2. 2
      tools/BUILD
  3. BIN
      tools/generate_listeners.pyc
  4. 2
      tools/protodoc/BUILD

@ -1,3 +1,5 @@
licenses(["notice"]) # Apache 2
exports_files([
"http_connection_manager.pb",
"listeners.pb",

@ -1,3 +1,5 @@
licenses(["notice"]) # Apache 2
py_binary(
name = "generate_listeners",
srcs = ["generate_listeners.py"],

Binary file not shown.

@ -1,3 +1,5 @@
licenses(["notice"]) # Apache 2
py_binary(
name = "protodoc",
srcs = ["protodoc.py"],

Loading…
Cancel
Save