From f7229d0a0e53dc57b1640b6aa2dce851f5385131 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Mon, 21 Nov 2022 18:11:26 +0000 Subject: [PATCH 1/2] repo: Fix licenses Signed-off-by: Ryan Northey --- BUILD | 14 ++++++++++++++ bazel/BUILD | 14 ++++++++++++++ bazel/external/BUILD | 14 ++++++++++++++ test/BUILD | 14 ++++++++++++++ test/fuzz/BUILD | 14 ++++++++++++++ test/test_data/BUILD | 14 ++++++++++++++ 6 files changed, 84 insertions(+) diff --git a/BUILD b/BUILD index 8d7c5b915..69c9bdae5 100644 --- a/BUILD +++ b/BUILD @@ -1,3 +1,17 @@ +# 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 +# +# 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("@rules_cc//cc:defs.bzl", "cc_library") load( "@proxy_wasm_cpp_host//bazel:select.bzl", diff --git a/bazel/BUILD b/bazel/BUILD index 39f25a630..4a83aa444 100644 --- a/bazel/BUILD +++ b/bazel/BUILD @@ -1,3 +1,17 @@ +# 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 +# +# 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:selects.bzl", "selects") package(default_visibility = ["//visibility:public"]) diff --git a/bazel/external/BUILD b/bazel/external/BUILD index e69de29bb..bb488a813 100644 --- a/bazel/external/BUILD +++ b/bazel/external/BUILD @@ -0,0 +1,14 @@ +# 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 +# +# 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. + diff --git a/test/BUILD b/test/BUILD index aa99c0f35..a922bbfbc 100644 --- a/test/BUILD +++ b/test/BUILD @@ -1,3 +1,17 @@ +# 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 +# +# 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("@proxy_wasm_cpp_host//bazel:select.bzl", "proxy_wasm_select_engine_null") load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test") diff --git a/test/fuzz/BUILD b/test/fuzz/BUILD index 4c069bcf1..71b099007 100644 --- a/test/fuzz/BUILD +++ b/test/fuzz/BUILD @@ -1,3 +1,17 @@ +# 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 +# +# 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("@rules_fuzzing//fuzzing:cc_defs.bzl", "cc_fuzz_test") licenses(["notice"]) # Apache 2 diff --git a/test/test_data/BUILD b/test/test_data/BUILD index 38612ca15..d730b4bfc 100644 --- a/test/test_data/BUILD +++ b/test/test_data/BUILD @@ -1,3 +1,17 @@ +# 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 +# +# 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("@proxy_wasm_cpp_host//bazel:wasm.bzl", "wasm_rust_binary") load("@proxy_wasm_cpp_sdk//bazel:defs.bzl", "proxy_wasm_cc_binary") From 546d9950659a21782caecd33378e69274d7f17c4 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Mon, 21 Nov 2022 20:00:04 +0000 Subject: [PATCH 2/2] format Signed-off-by: Ryan Northey --- bazel/external/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/bazel/external/BUILD b/bazel/external/BUILD index bb488a813..6d6d1266c 100644 --- a/bazel/external/BUILD +++ b/bazel/external/BUILD @@ -11,4 +11,3 @@ # 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. -