diff options
author | Richard Levasseur <rlevasseur@google.com> | 2023-07-21 09:16:39 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-07-21 09:17:42 -0700 |
commit | d74b1104a5e9a24964b34c30dcbfbc3bcca88576 (patch) | |
tree | 4bf6f731aa790eb9bc7037168a50ceef2f05e326 /absl | |
parent | 9f1dcc70d64232e77964de9b90e209e23e0110db (diff) |
`absl/BUILD.bazel`: Make license comment consistent with other bazel build files
PiperOrigin-RevId: 549965642
Change-Id: I708dd56a36d60cbc00564fa789e1cb1ef37f950a
Diffstat (limited to 'absl')
-rw-r--r-- | absl/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/BUILD.bazel b/absl/BUILD.bazel index b2300ba9..253c0aef 100644 --- a/absl/BUILD.bazel +++ b/absl/BUILD.bazel @@ -12,6 +12,7 @@ # 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("@bazel_skylib//lib:selects.bzl", "selects") |