From 0f52f5b846c714ca4543d412176e6ca0c10d7f64 Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Tue, 9 Sep 2025 21:09:24 +0000 Subject: [PATCH] chore: Update copyright headers from Google Inc. to Google LLC --- .github/scripts/generate_changelog.sh | 2 +- .github/scripts/publish_preflight_check.sh | 2 +- .github/scripts/run_integration_tests.sh | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- firebase_admin/__about__.py | 2 +- firebase_admin/__init__.py | 2 +- firebase_admin/_auth_client.py | 2 +- firebase_admin/_auth_providers.py | 2 +- firebase_admin/_auth_utils.py | 2 +- firebase_admin/_gapic_utils.py | 2 +- firebase_admin/_http_client.py | 2 +- firebase_admin/_messaging_encoder.py | 2 +- firebase_admin/_messaging_utils.py | 2 +- firebase_admin/_rfc3339.py | 2 +- firebase_admin/_sseclient.py | 2 +- firebase_admin/_token_gen.py | 2 +- firebase_admin/_user_identifier.py | 2 +- firebase_admin/_user_import.py | 2 +- firebase_admin/_user_mgt.py | 2 +- firebase_admin/_utils.py | 2 +- firebase_admin/app_check.py | 2 +- firebase_admin/auth.py | 2 +- firebase_admin/credentials.py | 2 +- firebase_admin/db.py | 2 +- firebase_admin/exceptions.py | 2 +- firebase_admin/firestore.py | 2 +- firebase_admin/firestore_async.py | 2 +- firebase_admin/functions.py | 2 +- firebase_admin/instance_id.py | 2 +- firebase_admin/messaging.py | 2 +- firebase_admin/ml.py | 2 +- firebase_admin/project_management.py | 2 +- firebase_admin/remote_config.py | 2 +- firebase_admin/storage.py | 2 +- firebase_admin/tenant_mgt.py | 2 +- integration/__init__.py | 2 +- integration/conftest.py | 2 +- integration/test_auth.py | 2 +- integration/test_db.py | 2 +- integration/test_firestore.py | 2 +- integration/test_firestore_async.py | 2 +- integration/test_functions.py | 2 +- integration/test_instance_id.py | 2 +- integration/test_messaging.py | 2 +- integration/test_ml.py | 2 +- integration/test_project_management.py | 2 +- integration/test_storage.py | 2 +- integration/test_tenant_mgt.py | 2 +- lint.sh | 2 +- setup.py | 2 +- snippets/auth/get_service_account_tokens.py | 2 +- snippets/auth/index.py | 2 +- snippets/database/index.py | 2 +- snippets/firestore/firestore.py | 2 +- snippets/firestore/firestore_async.py | 2 +- snippets/messaging/cloud_messaging.py | 2 +- tests/__init__.py | 2 +- tests/test_app.py | 2 +- tests/test_app_check.py | 2 +- tests/test_auth_providers.py | 2 +- tests/test_credentials.py | 2 +- tests/test_db.py | 2 +- tests/test_exceptions.py | 2 +- tests/test_firestore.py | 2 +- tests/test_firestore_async.py | 2 +- tests/test_functions.py | 2 +- tests/test_http_client.py | 2 +- tests/test_instance_id.py | 2 +- tests/test_messaging.py | 2 +- tests/test_ml.py | 2 +- tests/test_project_management.py | 2 +- tests/test_remote_config.py | 2 +- tests/test_rfc3339.py | 2 +- tests/test_sseclient.py | 2 +- tests/test_storage.py | 2 +- tests/test_tenant_mgt.py | 2 +- tests/test_token_gen.py | 2 +- tests/test_user_mgt.py | 2 +- tests/testutils.py | 2 +- 80 files changed, 80 insertions(+), 80 deletions(-) diff --git a/.github/scripts/generate_changelog.sh b/.github/scripts/generate_changelog.sh index e393f40e4..a0afa6e41 100755 --- a/.github/scripts/generate_changelog.sh +++ b/.github/scripts/generate_changelog.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2020 Google Inc. +# Copyright 2020 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/.github/scripts/publish_preflight_check.sh b/.github/scripts/publish_preflight_check.sh index 1d001c3b9..85ce5b752 100755 --- a/.github/scripts/publish_preflight_check.sh +++ b/.github/scripts/publish_preflight_check.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2020 Google Inc. +# Copyright 2020 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/.github/scripts/run_integration_tests.sh b/.github/scripts/run_integration_tests.sh index 96b0ad75d..163a1f71f 100755 --- a/.github/scripts/run_integration_tests.sh +++ b/.github/scripts/run_integration_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2020 Google Inc. +# Copyright 2020 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/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 282cb1b91..67121bd41 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Google Inc. +# 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. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a7986a5a..41ceb2379 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/firebase_admin/__about__.py b/firebase_admin/__about__.py index 4ee475c8a..c5f6018c2 100644 --- a/firebase_admin/__about__.py +++ b/firebase_admin/__about__.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/__init__.py b/firebase_admin/__init__.py index 7bb9c59c2..f6b8342b5 100644 --- a/firebase_admin/__init__.py +++ b/firebase_admin/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/_auth_client.py b/firebase_admin/_auth_client.py index 38b42993a..3445a97e7 100644 --- a/firebase_admin/_auth_client.py +++ b/firebase_admin/_auth_client.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/firebase_admin/_auth_providers.py b/firebase_admin/_auth_providers.py index 31894a4dc..1a6bf7da8 100644 --- a/firebase_admin/_auth_providers.py +++ b/firebase_admin/_auth_providers.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/firebase_admin/_auth_utils.py b/firebase_admin/_auth_utils.py index ac7b322ff..5b93b108d 100644 --- a/firebase_admin/_auth_utils.py +++ b/firebase_admin/_auth_utils.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018 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/firebase_admin/_gapic_utils.py b/firebase_admin/_gapic_utils.py index 3c975808c..a2999ae17 100644 --- a/firebase_admin/_gapic_utils.py +++ b/firebase_admin/_gapic_utils.py @@ -1,4 +1,4 @@ -# Copyright 2021 Google Inc. +# 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. diff --git a/firebase_admin/_http_client.py b/firebase_admin/_http_client.py index f1eccbcf2..45eb04bcc 100644 --- a/firebase_admin/_http_client.py +++ b/firebase_admin/_http_client.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/_messaging_encoder.py b/firebase_admin/_messaging_encoder.py index 85072b597..346bb8adb 100644 --- a/firebase_admin/_messaging_encoder.py +++ b/firebase_admin/_messaging_encoder.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. +# Copyright 2019 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/firebase_admin/_messaging_utils.py b/firebase_admin/_messaging_utils.py index 29b8276bc..2a85dc7f8 100644 --- a/firebase_admin/_messaging_utils.py +++ b/firebase_admin/_messaging_utils.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/_rfc3339.py b/firebase_admin/_rfc3339.py index 2c720bdd1..8b04c729f 100644 --- a/firebase_admin/_rfc3339.py +++ b/firebase_admin/_rfc3339.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/firebase_admin/_sseclient.py b/firebase_admin/_sseclient.py index 6585dfc80..5676f2103 100644 --- a/firebase_admin/_sseclient.py +++ b/firebase_admin/_sseclient.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/_token_gen.py b/firebase_admin/_token_gen.py index a2fc725e8..96850ad72 100644 --- a/firebase_admin/_token_gen.py +++ b/firebase_admin/_token_gen.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018 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/firebase_admin/_user_identifier.py b/firebase_admin/_user_identifier.py index 85a224e0b..db8de522a 100644 --- a/firebase_admin/_user_identifier.py +++ b/firebase_admin/_user_identifier.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/firebase_admin/_user_import.py b/firebase_admin/_user_import.py index 659a68701..e0678f35f 100644 --- a/firebase_admin/_user_import.py +++ b/firebase_admin/_user_import.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018 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/firebase_admin/_user_mgt.py b/firebase_admin/_user_mgt.py index aa0dfb0a4..478ed045d 100644 --- a/firebase_admin/_user_mgt.py +++ b/firebase_admin/_user_mgt.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/_utils.py b/firebase_admin/_utils.py index b6e292546..423d1ea21 100644 --- a/firebase_admin/_utils.py +++ b/firebase_admin/_utils.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/app_check.py b/firebase_admin/app_check.py index e6b66efc1..dc3a5591a 100644 --- a/firebase_admin/app_check.py +++ b/firebase_admin/app_check.py @@ -1,4 +1,4 @@ -# Copyright 2022 Google Inc. +# 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/firebase_admin/auth.py b/firebase_admin/auth.py index ced143112..cd1251d5a 100644 --- a/firebase_admin/auth.py +++ b/firebase_admin/auth.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/credentials.py b/firebase_admin/credentials.py index 750600280..af4adacd3 100644 --- a/firebase_admin/credentials.py +++ b/firebase_admin/credentials.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/db.py b/firebase_admin/db.py index 1dec98653..be7ce8b78 100644 --- a/firebase_admin/db.py +++ b/firebase_admin/db.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/exceptions.py b/firebase_admin/exceptions.py index 947f36806..b44dae468 100644 --- a/firebase_admin/exceptions.py +++ b/firebase_admin/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. +# Copyright 2019 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/firebase_admin/firestore.py b/firebase_admin/firestore.py index 52ea90671..282542135 100644 --- a/firebase_admin/firestore.py +++ b/firebase_admin/firestore.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/firestore_async.py b/firebase_admin/firestore_async.py index 4a197e9df..e4575a97b 100644 --- a/firebase_admin/firestore_async.py +++ b/firebase_admin/firestore_async.py @@ -1,4 +1,4 @@ -# Copyright 2022 Google Inc. +# 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/firebase_admin/functions.py b/firebase_admin/functions.py index fa17dfc0c..0ad6abc44 100644 --- a/firebase_admin/functions.py +++ b/firebase_admin/functions.py @@ -1,4 +1,4 @@ -# Copyright 2024 Google Inc. +# Copyright 2024 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/firebase_admin/instance_id.py b/firebase_admin/instance_id.py index 604158d9c..8b2474bdc 100644 --- a/firebase_admin/instance_id.py +++ b/firebase_admin/instance_id.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/messaging.py b/firebase_admin/messaging.py index d2ad04a04..6b19f7d04 100644 --- a/firebase_admin/messaging.py +++ b/firebase_admin/messaging.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/ml.py b/firebase_admin/ml.py index 98bdbb56a..55c0be902 100644 --- a/firebase_admin/ml.py +++ b/firebase_admin/ml.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. +# Copyright 2019 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/firebase_admin/project_management.py b/firebase_admin/project_management.py index ed292b80f..e4c139a7e 100644 --- a/firebase_admin/project_management.py +++ b/firebase_admin/project_management.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018 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/firebase_admin/remote_config.py b/firebase_admin/remote_config.py index 943141ccf..31fa42aff 100644 --- a/firebase_admin/remote_config.py +++ b/firebase_admin/remote_config.py @@ -1,4 +1,4 @@ -# Copyright 2024 Google Inc. +# Copyright 2024 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/firebase_admin/storage.py b/firebase_admin/storage.py index 46f5f6043..bdaea32b5 100644 --- a/firebase_admin/storage.py +++ b/firebase_admin/storage.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/firebase_admin/tenant_mgt.py b/firebase_admin/tenant_mgt.py index 8c53e30a1..7cd2d102a 100644 --- a/firebase_admin/tenant_mgt.py +++ b/firebase_admin/tenant_mgt.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/integration/__init__.py b/integration/__init__.py index 81707da07..ae485e80a 100644 --- a/integration/__init__.py +++ b/integration/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/integration/conftest.py b/integration/conftest.py index 71f53f612..584db1641 100644 --- a/integration/conftest.py +++ b/integration/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/integration/test_auth.py b/integration/test_auth.py index e1d01a254..43da6ba8b 100644 --- a/integration/test_auth.py +++ b/integration/test_auth.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/integration/test_db.py b/integration/test_db.py index 0170743dd..aa10a6d42 100644 --- a/integration/test_db.py +++ b/integration/test_db.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/integration/test_firestore.py b/integration/test_firestore.py index fd39d9b8a..acac30fa4 100644 --- a/integration/test_firestore.py +++ b/integration/test_firestore.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/integration/test_firestore_async.py b/integration/test_firestore_async.py index 8b73dda0f..2c0301d92 100644 --- a/integration/test_firestore_async.py +++ b/integration/test_firestore_async.py @@ -1,4 +1,4 @@ -# Copyright 2022 Google Inc. +# 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/integration/test_functions.py b/integration/test_functions.py index 606798436..76273aed5 100644 --- a/integration/test_functions.py +++ b/integration/test_functions.py @@ -1,4 +1,4 @@ -# Copyright 2024 Google Inc. +# Copyright 2024 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/integration/test_instance_id.py b/integration/test_instance_id.py index 99b6787d3..8e07af7a8 100644 --- a/integration/test_instance_id.py +++ b/integration/test_instance_id.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/integration/test_messaging.py b/integration/test_messaging.py index 50b4ae3a4..87d309938 100644 --- a/integration/test_messaging.py +++ b/integration/test_messaging.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/integration/test_ml.py b/integration/test_ml.py index 52cb1bb7e..0bfe8b653 100644 --- a/integration/test_ml.py +++ b/integration/test_ml.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/integration/test_project_management.py b/integration/test_project_management.py index b0b7fa52a..726ef7add 100644 --- a/integration/test_project_management.py +++ b/integration/test_project_management.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018 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/integration/test_storage.py b/integration/test_storage.py index 729190950..e3b309f93 100644 --- a/integration/test_storage.py +++ b/integration/test_storage.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/integration/test_tenant_mgt.py b/integration/test_tenant_mgt.py index c9eefd96e..3d40e3971 100644 --- a/integration/test_tenant_mgt.py +++ b/integration/test_tenant_mgt.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/lint.sh b/lint.sh index 5e65862f3..a1d40e720 100755 --- a/lint.sh +++ b/lint.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017 Google Inc. +# Copyright 2017 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/setup.py b/setup.py index 23be6d481..28ae1518f 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/snippets/auth/get_service_account_tokens.py b/snippets/auth/get_service_account_tokens.py index 9f60590fe..9211a953e 100644 --- a/snippets/auth/get_service_account_tokens.py +++ b/snippets/auth/get_service_account_tokens.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 Google LLC All Rights Reserved. # # 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/snippets/auth/index.py b/snippets/auth/index.py index ed324e486..316924a7e 100644 --- a/snippets/auth/index.py +++ b/snippets/auth/index.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018 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/snippets/database/index.py b/snippets/database/index.py index adfa13476..16c6125fe 100644 --- a/snippets/database/index.py +++ b/snippets/database/index.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018 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/snippets/firestore/firestore.py b/snippets/firestore/firestore.py index 18040b742..8e6d77261 100644 --- a/snippets/firestore/firestore.py +++ b/snippets/firestore/firestore.py @@ -1,4 +1,4 @@ -# Copyright 2022 Google Inc. +# 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/snippets/firestore/firestore_async.py b/snippets/firestore/firestore_async.py index cf815504e..5020d232e 100644 --- a/snippets/firestore/firestore_async.py +++ b/snippets/firestore/firestore_async.py @@ -1,4 +1,4 @@ -# Copyright 2022 Google Inc. +# 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/snippets/messaging/cloud_messaging.py b/snippets/messaging/cloud_messaging.py index bb63db065..c9f578a9d 100644 --- a/snippets/messaging/cloud_messaging.py +++ b/snippets/messaging/cloud_messaging.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 Google LLC All Rights Reserved. # # 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/tests/__init__.py b/tests/__init__.py index 81707da07..ae485e80a 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_app.py b/tests/test_app.py index 5b203661f..8d297903e 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_app_check.py b/tests/test_app_check.py index 168d0a972..05968d3da 100644 --- a/tests/test_app_check.py +++ b/tests/test_app_check.py @@ -1,4 +1,4 @@ -# Copyright 2022 Google Inc. +# 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/tests/test_auth_providers.py b/tests/test_auth_providers.py index 48f38a011..a91830826 100644 --- a/tests/test_auth_providers.py +++ b/tests/test_auth_providers.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/tests/test_credentials.py b/tests/test_credentials.py index cceb6b6f9..e49c25999 100644 --- a/tests/test_credentials.py +++ b/tests/test_credentials.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_db.py b/tests/test_db.py index f2ba08827..5fd3ec7a2 100644 --- a/tests/test_db.py +++ b/tests/test_db.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_exceptions.py b/tests/test_exceptions.py index 4347c838a..89f9b2632 100644 --- a/tests/test_exceptions.py +++ b/tests/test_exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. +# Copyright 2019 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/tests/test_firestore.py b/tests/test_firestore.py index 47debd54b..02d08e779 100644 --- a/tests/test_firestore.py +++ b/tests/test_firestore.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_firestore_async.py b/tests/test_firestore_async.py index 3d17cbfc5..87f908c79 100644 --- a/tests/test_firestore_async.py +++ b/tests/test_firestore_async.py @@ -1,4 +1,4 @@ -# Copyright 2022 Google Inc. +# 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/tests/test_functions.py b/tests/test_functions.py index f8f675890..ba0f3e405 100644 --- a/tests/test_functions.py +++ b/tests/test_functions.py @@ -1,4 +1,4 @@ -# Copyright 2024 Google Inc. +# Copyright 2024 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/tests/test_http_client.py b/tests/test_http_client.py index cc948b393..bb146da8f 100644 --- a/tests/test_http_client.py +++ b/tests/test_http_client.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_instance_id.py b/tests/test_instance_id.py index 720171cd9..1169a824b 100644 --- a/tests/test_instance_id.py +++ b/tests/test_instance_id.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_messaging.py b/tests/test_messaging.py index edb36f53a..b5dad8657 100644 --- a/tests/test_messaging.py +++ b/tests/test_messaging.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_ml.py b/tests/test_ml.py index 137fe4cf6..8af8c85ee 100644 --- a/tests/test_ml.py +++ b/tests/test_ml.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. +# Copyright 2019 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/tests/test_project_management.py b/tests/test_project_management.py index 0a1bf97e5..9859349e6 100644 --- a/tests/test_project_management.py +++ b/tests/test_project_management.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018 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/tests/test_remote_config.py b/tests/test_remote_config.py index 8c6248e18..893698425 100644 --- a/tests/test_remote_config.py +++ b/tests/test_remote_config.py @@ -1,4 +1,4 @@ -# Copyright 2024 Google Inc. +# Copyright 2024 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/tests/test_rfc3339.py b/tests/test_rfc3339.py index 5a844b07e..d19986e0e 100644 --- a/tests/test_rfc3339.py +++ b/tests/test_rfc3339.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/tests/test_sseclient.py b/tests/test_sseclient.py index 70edcf0d0..87d582100 100644 --- a/tests/test_sseclient.py +++ b/tests/test_sseclient.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_storage.py b/tests/test_storage.py index e15c4e2ab..8dd87835a 100644 --- a/tests/test_storage.py +++ b/tests/test_storage.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_tenant_mgt.py b/tests/test_tenant_mgt.py index 1da6d938a..815b108d7 100644 --- a/tests/test_tenant_mgt.py +++ b/tests/test_tenant_mgt.py @@ -1,4 +1,4 @@ -# Copyright 2020 Google Inc. +# Copyright 2020 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/tests/test_token_gen.py b/tests/test_token_gen.py index 536a5ec91..d1653a931 100644 --- a/tests/test_token_gen.py +++ b/tests/test_token_gen.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/test_user_mgt.py b/tests/test_user_mgt.py index 604ec9959..f17dc075e 100644 --- a/tests/test_user_mgt.py +++ b/tests/test_user_mgt.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 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/tests/testutils.py b/tests/testutils.py index 17013b469..ba8f5d643 100644 --- a/tests/testutils.py +++ b/tests/testutils.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.