aboutsummaryrefslogtreecommitdiff
path: root/rules/apex/bundle.bzl
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-03-06 18:15:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-06 18:15:13 +0000
commitc224f6b070a54467a75e0a95c7e18352127ddb2f (patch)
tree2bed8ec85688ae34dbcc8bb8b14a654048d7838c /rules/apex/bundle.bzl
parent281bea9630cfb023d82f811a2545f4d9d3c54bd2 (diff)
parent71d6846bdbdbe231e6fe30bece48956e1a67e2d0 (diff)
downloadbazel-c224f6b070a54467a75e0a95c7e18352127ddb2f.tar.gz
Merge "Make copyright messages comments, not docstrings"
Diffstat (limited to 'rules/apex/bundle.bzl')
-rw-r--r--rules/apex/bundle.bzl28
1 files changed, 13 insertions, 15 deletions
diff --git a/rules/apex/bundle.bzl b/rules/apex/bundle.bzl
index fb32ca0d..38429403 100644
--- a/rules/apex/bundle.bzl
+++ b/rules/apex/bundle.bzl
@@ -1,18 +1,16 @@
-"""
-Copyright (C) 2022 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-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.
-"""
+# Copyright (C) 2022 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# 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:paths.bzl", "paths")