about summary refs log tree commit diff
path: root/third_party/abseil_cpp/absl/types/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/abseil_cpp/absl/types/BUILD.bazel')
-rw-r--r--third_party/abseil_cpp/absl/types/BUILD.bazel3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/abseil_cpp/absl/types/BUILD.bazel b/third_party/abseil_cpp/absl/types/BUILD.bazel
index de71c7347f..83be9360ff 100644
--- a/third_party/abseil_cpp/absl/types/BUILD.bazel
+++ b/third_party/abseil_cpp/absl/types/BUILD.bazel
@@ -12,7 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
 
 load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
 load(
@@ -24,7 +23,7 @@ load(
 
 package(default_visibility = ["//visibility:public"])
 
-licenses(["notice"])  # Apache 2.0
+licenses(["notice"])
 
 cc_library(
     name = "any",