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 e393f40e..a0afa6e4 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 1d001c3b..85ce5b75 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 96b0ad75..163a1f71 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 282cb1b9..67121bd4 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 7a7986a5..41ceb237 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 4ee475c8..c5f6018c 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 7bb9c59c..f6b8342b 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 38b42993..3445a97e 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 31894a4d..1a6bf7da 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 ac7b322f..5b93b108 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 3c975808..a2999ae1 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 f1eccbcf..45eb04bc 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 85072b59..346bb8ad 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 29b8276b..2a85dc7f 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 2c720bdd..8b04c729 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 6585dfc8..5676f210 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 a2fc725e..96850ad7 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 85a224e0..db8de522 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 659a6870..e0678f35 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 aa0dfb0a..478ed045 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 b6e29254..423d1ea2 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 e6b66efc..dc3a5591 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 ced14311..cd1251d5 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 75060028..af4adacd 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 1dec9865..be7ce8b7 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 947f3680..b44dae46 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 52ea9067..28254213 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 4a197e9d..e4575a97 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 fa17dfc0..0ad6abc4 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 604158d9..8b2474bd 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 d2ad04a0..6b19f7d0 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 98bdbb56..55c0be90 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 ed292b80..e4c139a7 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 943141cc..31fa42af 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 46f5f604..bdaea32b 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 8c53e30a..7cd2d102 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 81707da0..ae485e80 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 71f53f61..584db164 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 e1d01a25..43da6ba8 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 0170743d..aa10a6d4 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 fd39d9b8..acac30fa 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 8b73dda0..2c0301d9 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 60679843..76273aed 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 99b6787d..8e07af7a 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 50b4ae3a..87d30993 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 52cb1bb7..0bfe8b65 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 b0b7fa52..726ef7ad 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 72919095..e3b309f9 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 c9eefd96..3d40e397 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 5e65862f..a1d40e72 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 23be6d48..28ae1518 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 9f60590f..9211a953 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 ed324e48..316924a7 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 adfa1347..16c6125f 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 18040b74..8e6d7726 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 cf815504..5020d232 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 bb63db06..c9f578a9 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 81707da0..ae485e80 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 5b203661..8d297903 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 168d0a97..05968d3d 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 48f38a01..a9183082 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 cceb6b6f..e49c2599 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 f2ba0882..5fd3ec7a 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 4347c838..89f9b263 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 47debd54..02d08e77 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 3d17cbfc..87f908c7 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 f8f67589..ba0f3e40 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 cc948b39..bb146da8 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 720171cd..1169a824 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 edb36f53..b5dad865 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 137fe4cf..8af8c85e 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 0a1bf97e..9859349e 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 8c6248e1..89369842 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 5a844b07..d19986e0 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 70edcf0d..87d58210 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 e15c4e2a..8dd87835 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 1da6d938..815b108d 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 536a5ec9..d1653a93 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 604ec995..f17dc075 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 17013b46..ba8f5d64 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.