From ec4b2422992a6c51e539242d41839bd511d6b492 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 12:58:37 -0500 Subject: [PATCH] chore: update copyright year to 2022 (#31) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update copyright year to 2022 PiperOrigin-RevId: 431037888 Source-Link: https://github.com/googleapis/googleapis/commit/b3397f5febbf21dfc69b875ddabaf76bee765058 Source-Link: https://github.com/googleapis/googleapis-gen/commit/510b54e1cdefd53173984df16645081308fe897e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTEwYjU0ZTFjZGVmZDUzMTczOTg0ZGYxNjY0NTA4MTMwOGZlODk3ZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * set library_type to core * update classifiers to include python 3.9 and 3.10 Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- packages/google-cloud-common/.repo-metadata.json | 2 +- packages/google-cloud-common/google/cloud/common/__init__.py | 2 +- .../google/cloud/common/services/__init__.py | 2 +- .../google-cloud-common/google/cloud/common/types/__init__.py | 2 +- .../google/cloud/common/types/operation_metadata.py | 2 +- packages/google-cloud-common/scripts/fixup_common_keywords.py | 2 +- packages/google-cloud-common/setup.py | 2 ++ packages/google-cloud-common/tests/__init__.py | 2 +- packages/google-cloud-common/tests/unit/__init__.py | 2 +- packages/google-cloud-common/tests/unit/gapic/__init__.py | 2 +- .../google-cloud-common/tests/unit/gapic/common/__init__.py | 2 +- 11 files changed, 12 insertions(+), 10 deletions(-) diff --git a/packages/google-cloud-common/.repo-metadata.json b/packages/google-cloud-common/.repo-metadata.json index 6204b1872319..d1f134a99531 100644 --- a/packages/google-cloud-common/.repo-metadata.json +++ b/packages/google-cloud-common/.repo-metadata.json @@ -5,7 +5,7 @@ "issue_tracker": "", "release_level": "stable", "language": "python", - "library_type": "GAPIC_AUTO", + "library_type": "CORE", "repo": "googleapis/python-cloud-common", "distribution_name": "google-cloud-common", "default_version": "", diff --git a/packages/google-cloud-common/google/cloud/common/__init__.py b/packages/google-cloud-common/google/cloud/common/__init__.py index 2ba03b52f3bb..93969374b111 100644 --- a/packages/google-cloud-common/google/cloud/common/__init__.py +++ b/packages/google-cloud-common/google/cloud/common/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# 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. diff --git a/packages/google-cloud-common/google/cloud/common/services/__init__.py b/packages/google-cloud-common/google/cloud/common/services/__init__.py index 4de65971c238..e8e1c3845db5 100644 --- a/packages/google-cloud-common/google/cloud/common/services/__init__.py +++ b/packages/google-cloud-common/google/cloud/common/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# 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. diff --git a/packages/google-cloud-common/google/cloud/common/types/__init__.py b/packages/google-cloud-common/google/cloud/common/types/__init__.py index 6c97d7f60606..4bc98fbf1b40 100644 --- a/packages/google-cloud-common/google/cloud/common/types/__init__.py +++ b/packages/google-cloud-common/google/cloud/common/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# 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. diff --git a/packages/google-cloud-common/google/cloud/common/types/operation_metadata.py b/packages/google-cloud-common/google/cloud/common/types/operation_metadata.py index 49a0a3138459..02b32e6caae7 100644 --- a/packages/google-cloud-common/google/cloud/common/types/operation_metadata.py +++ b/packages/google-cloud-common/google/cloud/common/types/operation_metadata.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# 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. diff --git a/packages/google-cloud-common/scripts/fixup_common_keywords.py b/packages/google-cloud-common/scripts/fixup_common_keywords.py index ebccef7da935..0115cf5e6d12 100644 --- a/packages/google-cloud-common/scripts/fixup_common_keywords.py +++ b/packages/google-cloud-common/scripts/fixup_common_keywords.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- -# 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. diff --git a/packages/google-cloud-common/setup.py b/packages/google-cloud-common/setup.py index cf0e31d76f24..b5cc8032223f 100644 --- a/packages/google-cloud-common/setup.py +++ b/packages/google-cloud-common/setup.py @@ -69,6 +69,8 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Operating System :: OS Independent", "Topic :: Internet", ], diff --git a/packages/google-cloud-common/tests/__init__.py b/packages/google-cloud-common/tests/__init__.py index 4de65971c238..e8e1c3845db5 100644 --- a/packages/google-cloud-common/tests/__init__.py +++ b/packages/google-cloud-common/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# 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. diff --git a/packages/google-cloud-common/tests/unit/__init__.py b/packages/google-cloud-common/tests/unit/__init__.py index 4de65971c238..e8e1c3845db5 100644 --- a/packages/google-cloud-common/tests/unit/__init__.py +++ b/packages/google-cloud-common/tests/unit/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# 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. diff --git a/packages/google-cloud-common/tests/unit/gapic/__init__.py b/packages/google-cloud-common/tests/unit/gapic/__init__.py index 4de65971c238..e8e1c3845db5 100644 --- a/packages/google-cloud-common/tests/unit/gapic/__init__.py +++ b/packages/google-cloud-common/tests/unit/gapic/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# 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. diff --git a/packages/google-cloud-common/tests/unit/gapic/common/__init__.py b/packages/google-cloud-common/tests/unit/gapic/common/__init__.py index 4de65971c238..e8e1c3845db5 100644 --- a/packages/google-cloud-common/tests/unit/gapic/common/__init__.py +++ b/packages/google-cloud-common/tests/unit/gapic/common/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# 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.