From 2fc3131829d2ada69baf53a570e3cf3a4df50f08 Mon Sep 17 00:00:00 2001 From: daicoden Date: Fri, 24 Jul 2020 15:52:56 -1000 Subject: [PATCH] Add copyrights --- .../namespaced/upper/example/BUILD | 16 ++++++++++++++++ .../upper/example/import_no_strip_test.py | 14 ++++++++++++++ .../upper/example/import_strip_test.py | 14 ++++++++++++++ .../upper/example/no_import_no_strip_test.py | 14 ++++++++++++++ .../upper/example/no_import_strip_test.py | 14 ++++++++++++++ 5 files changed, 72 insertions(+) diff --git a/bazel/test/python_test_repo/namespaced/upper/example/BUILD b/bazel/test/python_test_repo/namespaced/upper/example/BUILD index 9265b94d49b..8995a73159a 100644 --- a/bazel/test/python_test_repo/namespaced/upper/example/BUILD +++ b/bazel/test/python_test_repo/namespaced/upper/example/BUILD @@ -1,3 +1,19 @@ +# gRPC Bazel BUILD file. +# +# Copyright 2020 The gRPC authors. +# +# 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_proto//proto:defs.bzl", "proto_library") load( "@com_github_grpc_grpc//bazel:python_rules.bzl", diff --git a/bazel/test/python_test_repo/namespaced/upper/example/import_no_strip_test.py b/bazel/test/python_test_repo/namespaced/upper/example/import_no_strip_test.py index f22090f5533..1b5505dfc73 100644 --- a/bazel/test/python_test_repo/namespaced/upper/example/import_no_strip_test.py +++ b/bazel/test/python_test_repo/namespaced/upper/example/import_no_strip_test.py @@ -1,3 +1,17 @@ +# Copyright 2020 the gRPC authors. +# +# 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. + import logging import unittest diff --git a/bazel/test/python_test_repo/namespaced/upper/example/import_strip_test.py b/bazel/test/python_test_repo/namespaced/upper/example/import_strip_test.py index 0c5ae8b5c11..3519a8aa470 100644 --- a/bazel/test/python_test_repo/namespaced/upper/example/import_strip_test.py +++ b/bazel/test/python_test_repo/namespaced/upper/example/import_strip_test.py @@ -1,3 +1,17 @@ +# Copyright 2020 the gRPC authors. +# +# 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. + import logging import unittest diff --git a/bazel/test/python_test_repo/namespaced/upper/example/no_import_no_strip_test.py b/bazel/test/python_test_repo/namespaced/upper/example/no_import_no_strip_test.py index 1c3d0acd888..c08681758e5 100644 --- a/bazel/test/python_test_repo/namespaced/upper/example/no_import_no_strip_test.py +++ b/bazel/test/python_test_repo/namespaced/upper/example/no_import_no_strip_test.py @@ -1,3 +1,17 @@ +# Copyright 2020 the gRPC authors. +# +# 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. + import logging import unittest diff --git a/bazel/test/python_test_repo/namespaced/upper/example/no_import_strip_test.py b/bazel/test/python_test_repo/namespaced/upper/example/no_import_strip_test.py index 74638afb374..38dd4fba247 100644 --- a/bazel/test/python_test_repo/namespaced/upper/example/no_import_strip_test.py +++ b/bazel/test/python_test_repo/namespaced/upper/example/no_import_strip_test.py @@ -1,3 +1,17 @@ +# Copyright 2020 the gRPC authors. +# +# 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. + import logging import unittest