From e51450d63a5d9820e3c1c4dcf7db5153bcb99327 Mon Sep 17 00:00:00 2001 From: Jim Fulton Date: Tue, 13 Apr 2021 08:38:40 -0600 Subject: [PATCH] chore: Added missing licence header --- tests/unit/pubsub_v1/conftest.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/unit/pubsub_v1/conftest.py b/tests/unit/pubsub_v1/conftest.py index 2a7220e93..64729a6b5 100644 --- a/tests/unit/pubsub_v1/conftest.py +++ b/tests/unit/pubsub_v1/conftest.py @@ -1,3 +1,17 @@ +# Copyright 2021 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. + import google.auth.credentials import mock import pytest