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 3d5420537..aba5b4f81 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 6cd1d3f07..c67135d49 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 9fb40b11c..3aa1e38bc 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 8c9f628e5..d6d45da8a 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 74261fa37..36f4ac115 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 cc7949526..748299f2f 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 8f3c419a7..023322fdb 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/_http_client.py b/firebase_admin/_http_client.py index 6d2582291..3ae363827 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 960a6d742..c0901c570 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 8fd720701..a6685a5c3 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 8489bdcb9..2afbc1a6c 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 3372fe5f2..1c572679a 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 1607ef0ba..522870606 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 7c7a9e70b..16176909e 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 e7825499c..af2056845 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 d0aca884b..1d38f5f04 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 40d857f4e..762574e31 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 cb63ab7f0..d32690440 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 7117b71a9..fe485c8bf 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 800cbf8e3..aea50165d 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 6db0fbb42..fd0af1f70 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 812daf40b..c2734f072 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 749044436..8b9a0f5c2 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 3a77dd05f..ba30e986c 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 73c100d3a..a4ed809f0 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 880804d3d..e7c8e8d57 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 d2f004be6..f5b8ba82b 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 9e713d988..718f94203 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 ebaf9297a..a24b09dc4 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 b36063d19..45f28d166 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 1ceb0b992..f652c5f1c 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 96cdd3fb1..ab4eba387 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 e899f25b2..da90c5c1f 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 e72086741..bcff194b5 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 ea5b10be9..1e03a37c4 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 ba2c5ec16..de7a5dc4f 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 32e4d86a3..3b7ad6548 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 f0bad58b2..25716a89b 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 21e29332e..5d3bd6a65 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 7ad67a093..f4f1f195c 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 6a509b8f5..edc08a8ee 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 99bb4981e..a4b70c6d5 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 6fb525231..75b595ab4 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 0ff0854b4..680d653cd 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 e55ae39de..8770f98b0 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 106e1cae3..c1bc7fb8e 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 1e1db6460..c67fe0f75 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 abba3baa8..b83f2d274 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 fa1276feb..d07aeee45 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 52e92c1b2..e23980db2 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 f1e7f6a64..e6043bae0 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 2b0e21079..155b2420a 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 9fa30fef9..bbf9d4981 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 bcc93fd05..06742b2a5 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 89e48c2e5..f5cceae99 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 7bbf9721d..13344a85d 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 2c523e36f..ebd614b5c 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 c874ef640..024e4875d 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 900faa376..99aede35b 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 384bc22c3..ff7e6121c 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 4623f5e54..464624d18 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 598a929b4..72f7522d5 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.