From a2b473ec89c9dfb80b841189991e61133c5ea2a0 Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Tue, 27 Sep 2022 15:51:21 -0700 Subject: [PATCH] address_sorting BUILD: remove license comment breaking import (#31145) --- third_party/address_sorting/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/address_sorting/BUILD b/third_party/address_sorting/BUILD index a8357391eca..945e7ad9c88 100644 --- a/third_party/address_sorting/BUILD +++ b/third_party/address_sorting/BUILD @@ -38,7 +38,7 @@ package( load(":address_sorting.bzl", "address_sorting_cc_library") -licenses(["notice"]) # BSD +licenses(["notice"]) exports_files(["LICENSE"])