aboutsummaryrefslogtreecommitdiff
path: root/examples/vendor/acme
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vendor/acme')
-rw-r--r--examples/vendor/acme/BUILD18
-rw-r--r--examples/vendor/acme/coyote.cc3
2 files changed, 15 insertions, 6 deletions
diff --git a/examples/vendor/acme/BUILD b/examples/vendor/acme/BUILD
index 488af62..814957d 100644
--- a/examples/vendor/acme/BUILD
+++ b/examples/vendor/acme/BUILD
@@ -1,11 +1,21 @@
+# Copyright 2022 Google LLC
+#
+# 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
+#
+# https://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.
# A package with a commercial license.
load("@rules_license//rules:license.bzl", "license")
-package(
- default_applicable_licenses = [":license"],
- default_visibility = ["//visibility:public"],
-)
+package(default_applicable_licenses = [":license"])
# The default license for an entire package is typically named "license".
license(
diff --git a/examples/vendor/acme/coyote.cc b/examples/vendor/acme/coyote.cc
index e1e8083..d637855 100644
--- a/examples/vendor/acme/coyote.cc
+++ b/examples/vendor/acme/coyote.cc
@@ -1,4 +1,4 @@
-// Copyright 2020 Google LLC
+// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -11,7 +11,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.
-
bool caught_road_runner() {
return false;
}