aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2022-03-21 13:40:02 -0700
committerCopybara-Service <copybara-worker@google.com>2022-03-21 13:40:28 -0700
commita862c00853364d0b6c9fd76326ab89c13af26e90 (patch)
tree929789edb381c033fd6d217e706674b7ff3d07f4
parent6027a51124a64c5b02cad845abfe5874035c717b (diff)
downloadabsl-py-a862c00853364d0b6c9fd76326ab89c13af26e90.tar.gz
Remove comments, license is declared in the LICENSE file.
PiperOrigin-RevId: 436293697 Change-Id: I4ebf90127a781162636fa728c8899d76937dbca6
-rw-r--r--absl/flags/BUILD2
-rw-r--r--absl/logging/BUILD2
-rw-r--r--absl/testing/BUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/absl/flags/BUILD b/absl/flags/BUILD
index d54af1d..934bd6b 100644
--- a/absl/flags/BUILD
+++ b/absl/flags/BUILD
@@ -1,4 +1,4 @@
-licenses(["notice"]) # Apache 2.0
+licenses(["notice"])
py_library(
name = "flags",
diff --git a/absl/logging/BUILD b/absl/logging/BUILD
index dbaa767..90702cc 100644
--- a/absl/logging/BUILD
+++ b/absl/logging/BUILD
@@ -1,4 +1,4 @@
-licenses(["notice"]) # Apache 2.0
+licenses(["notice"])
py_library(
name = "logging",
diff --git a/absl/testing/BUILD b/absl/testing/BUILD
index f91f821..6dbbaea 100644
--- a/absl/testing/BUILD
+++ b/absl/testing/BUILD
@@ -1,4 +1,4 @@
-licenses(["notice"]) # Apache 2.0
+licenses(["notice"])
py_library(
name = "absltest",