diff --git a/.editorconfig b/.editorconfig index cdeaa198..c05326b9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ [*.{cs,vb}] # File header -file_header_template = \n Copyright (c) 2024, Salesforce, Inc.\n SPDX-License-Identifier: Apache-2\n \n Licensed under the Apache License, Version 2.0 (the "License") \n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n \n http://www.apache.org/licenses/LICENSE-2.0\n \n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n +file_header_template = \n Copyright (c) 2025, Salesforce, Inc.\n SPDX-License-Identifier: Apache-2\n \n Licensed under the Apache License, Version 2.0 (the "License") \n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n \n http://www.apache.org/licenses/LICENSE-2.0\n \n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n #### Naming styles #### diff --git a/Directory.Build.props b/Directory.Build.props index c6d52090..45000c9c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,10 +4,10 @@ enable true true - 5.0.0 + 5.0.1 Salesforce, Inc. Salesforce, Inc. - Copyright (c) 2024, Salesforce, Inc. and its licensors + Copyright (c) 2025, Salesforce, Inc. and its licensors Apache-2.0 \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index ae7332ad..9ec6566a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Apache License Version 2.0 -Copyright (c) 2024 Salesforce, Inc. +Copyright (c) 2025 Salesforce, Inc. All rights reserved. Apache License diff --git a/scripts/generate-docs.ps1 b/scripts/generate-docs.ps1 index 6093c6c2..45e75fa5 100644 --- a/scripts/generate-docs.ps1 +++ b/scripts/generate-docs.ps1 @@ -1,5 +1,5 @@ <# -Copyright (c) 2024, Salesforce, Inc. +Copyright (c) 2025, Salesforce, Inc. SPDX-License-Identifier: Apache-2 Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Python/LICENSE b/src/Python/LICENSE index ae7332ad..9ec6566a 100644 --- a/src/Python/LICENSE +++ b/src/Python/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0 -Copyright (c) 2024 Salesforce, Inc. +Copyright (c) 2025 Salesforce, Inc. All rights reserved. Apache License diff --git a/src/Python/src/tableau_migration/__init__.py b/src/Python/src/tableau_migration/__init__.py index 583ce756..70ce060a 100644 --- a/src/Python/src/tableau_migration/__init__.py +++ b/src/Python/src/tableau_migration/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration.py b/src/Python/src/tableau_migration/migration.py index de56b985..7669dd77 100644 --- a/src/Python/src/tableau_migration/migration.py +++ b/src/Python/src/tableau_migration/migration.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_api_rest.py b/src/Python/src/tableau_migration/migration_api_rest.py index 301243ab..85cfcbfd 100644 --- a/src/Python/src/tableau_migration/migration_api_rest.py +++ b/src/Python/src/tableau_migration/migration_api_rest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_api_rest_models.py b/src/Python/src/tableau_migration/migration_api_rest_models.py index c11263e2..c349a206 100644 --- a/src/Python/src/tableau_migration/migration_api_rest_models.py +++ b/src/Python/src/tableau_migration/migration_api_rest_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_api_rest_models_types.py b/src/Python/src/tableau_migration/migration_api_rest_models_types.py index caf65e65..6e62eb3b 100644 --- a/src/Python/src/tableau_migration/migration_api_rest_models_types.py +++ b/src/Python/src/tableau_migration/migration_api_rest_models_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_content.py b/src/Python/src/tableau_migration/migration_content.py index c737cc66..7a655180 100644 --- a/src/Python/src/tableau_migration/migration_content.py +++ b/src/Python/src/tableau_migration/migration_content.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_content_permissions.py b/src/Python/src/tableau_migration/migration_content_permissions.py index 3f48be4b..8c511b18 100644 --- a/src/Python/src/tableau_migration/migration_content_permissions.py +++ b/src/Python/src/tableau_migration/migration_content_permissions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_content_schedules.py b/src/Python/src/tableau_migration/migration_content_schedules.py index ef1f4b00..29c94967 100644 --- a/src/Python/src/tableau_migration/migration_content_schedules.py +++ b/src/Python/src/tableau_migration/migration_content_schedules.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_content_schedules_cloud.py b/src/Python/src/tableau_migration/migration_content_schedules_cloud.py index c8903eda..67c062b6 100644 --- a/src/Python/src/tableau_migration/migration_content_schedules_cloud.py +++ b/src/Python/src/tableau_migration/migration_content_schedules_cloud.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_content_schedules_server.py b/src/Python/src/tableau_migration/migration_content_schedules_server.py index 79249b2d..d6efaa4e 100644 --- a/src/Python/src/tableau_migration/migration_content_schedules_server.py +++ b/src/Python/src/tableau_migration/migration_content_schedules_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine.py b/src/Python/src/tableau_migration/migration_engine.py index 342c5846..35510532 100644 --- a/src/Python/src/tableau_migration/migration_engine.py +++ b/src/Python/src/tableau_migration/migration_engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_actions.py b/src/Python/src/tableau_migration/migration_engine_actions.py index fe5a8d4f..9cf95879 100644 --- a/src/Python/src/tableau_migration/migration_engine_actions.py +++ b/src/Python/src/tableau_migration/migration_engine_actions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_endpoints_search.py b/src/Python/src/tableau_migration/migration_engine_endpoints_search.py index 3e49adf7..26dbac20 100644 --- a/src/Python/src/tableau_migration/migration_engine_endpoints_search.py +++ b/src/Python/src/tableau_migration/migration_engine_endpoints_search.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks.py b/src/Python/src/tableau_migration/migration_engine_hooks.py index 190d1f25..bd87c2ac 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_filters.py b/src/Python/src/tableau_migration/migration_engine_hooks_filters.py index e981929a..562f107e 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_filters.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_filters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_filters_interop.py b/src/Python/src/tableau_migration/migration_engine_hooks_filters_interop.py index 77eea73c..5e14f261 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_filters_interop.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_filters_interop.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_interop.py b/src/Python/src/tableau_migration/migration_engine_hooks_interop.py index 72d3dee5..7ce9c377 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_interop.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_interop.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_mappings.py b/src/Python/src/tableau_migration/migration_engine_hooks_mappings.py index dc74a4a5..e1911455 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_mappings.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_mappings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_mappings_interop.py b/src/Python/src/tableau_migration/migration_engine_hooks_mappings_interop.py index aa0e8106..bde1da24 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_mappings_interop.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_mappings_interop.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_postpublish.py b/src/Python/src/tableau_migration/migration_engine_hooks_postpublish.py index f15f9f1b..4890780a 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_postpublish.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_postpublish.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_postpublish_interop.py b/src/Python/src/tableau_migration/migration_engine_hooks_postpublish_interop.py index f1cf4992..a3bf1815 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_postpublish_interop.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_postpublish_interop.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_results.py b/src/Python/src/tableau_migration/migration_engine_hooks_results.py index 32ddf690..1041f108 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_results.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_results.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_transformers.py b/src/Python/src/tableau_migration/migration_engine_hooks_transformers.py index b78323c8..b41fc2a3 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_transformers.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_transformers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_hooks_transformers_interop.py b/src/Python/src/tableau_migration/migration_engine_hooks_transformers_interop.py index b75582ef..86f5d845 100644 --- a/src/Python/src/tableau_migration/migration_engine_hooks_transformers_interop.py +++ b/src/Python/src/tableau_migration/migration_engine_hooks_transformers_interop.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_manifest.py b/src/Python/src/tableau_migration/migration_engine_manifest.py index e1045e0a..98b87fc4 100644 --- a/src/Python/src/tableau_migration/migration_engine_manifest.py +++ b/src/Python/src/tableau_migration/migration_engine_manifest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_migrators.py b/src/Python/src/tableau_migration/migration_engine_migrators.py index f2e589ce..d19c5e6f 100644 --- a/src/Python/src/tableau_migration/migration_engine_migrators.py +++ b/src/Python/src/tableau_migration/migration_engine_migrators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_migrators_batch.py b/src/Python/src/tableau_migration/migration_engine_migrators_batch.py index c7403ba6..0240ad04 100644 --- a/src/Python/src/tableau_migration/migration_engine_migrators_batch.py +++ b/src/Python/src/tableau_migration/migration_engine_migrators_batch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_options.py b/src/Python/src/tableau_migration/migration_engine_options.py index e37460c0..680a2265 100644 --- a/src/Python/src/tableau_migration/migration_engine_options.py +++ b/src/Python/src/tableau_migration/migration_engine_options.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_engine_pipelines.py b/src/Python/src/tableau_migration/migration_engine_pipelines.py index af49b8bc..5fe8f76b 100644 --- a/src/Python/src/tableau_migration/migration_engine_pipelines.py +++ b/src/Python/src/tableau_migration/migration_engine_pipelines.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_enum.py b/src/Python/src/tableau_migration/migration_enum.py index 77dd7347..33339ba6 100644 --- a/src/Python/src/tableau_migration/migration_enum.py +++ b/src/Python/src/tableau_migration/migration_enum.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_logger.py b/src/Python/src/tableau_migration/migration_logger.py index 30b7831a..10e97167 100644 --- a/src/Python/src/tableau_migration/migration_logger.py +++ b/src/Python/src/tableau_migration/migration_logger.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/src/tableau_migration/migration_services.py b/src/Python/src/tableau_migration/migration_services.py index ee7f2b6b..5a71d835 100644 --- a/src/Python/src/tableau_migration/migration_services.py +++ b/src/Python/src/tableau_migration/migration_services.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/__init__.py b/src/Python/tests/__init__.py index ff948b3a..c39ee1a6 100644 --- a/src/Python/tests/__init__.py +++ b/src/Python/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/helpers/autofixture.py b/src/Python/tests/helpers/autofixture.py index d8b9b575..95c0da88 100644 --- a/src/Python/tests/helpers/autofixture.py +++ b/src/Python/tests/helpers/autofixture.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_classes.py b/src/Python/tests/test_classes.py index 659918c2..01443be4 100644 --- a/src/Python/tests/test_classes.py +++ b/src/Python/tests/test_classes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration.py b/src/Python/tests/test_migration.py index 1539137e..53c3185b 100644 --- a/src/Python/tests/test_migration.py +++ b/src/Python/tests/test_migration.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_api_rest.py b/src/Python/tests/test_migration_api_rest.py index 06acc31a..1d6e35d2 100644 --- a/src/Python/tests/test_migration_api_rest.py +++ b/src/Python/tests/test_migration_api_rest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_api_rest_models.py b/src/Python/tests/test_migration_api_rest_models.py index 318e3cbf..49dab052 100644 --- a/src/Python/tests/test_migration_api_rest_models.py +++ b/src/Python/tests/test_migration_api_rest_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_content.py b/src/Python/tests/test_migration_content.py index 10caabb1..f1f364da 100644 --- a/src/Python/tests/test_migration_content.py +++ b/src/Python/tests/test_migration_content.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_content_permissions.py b/src/Python/tests/test_migration_content_permissions.py index 40bf3e1a..8a340637 100644 --- a/src/Python/tests/test_migration_content_permissions.py +++ b/src/Python/tests/test_migration_content_permissions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_content_schedules.py b/src/Python/tests/test_migration_content_schedules.py index 5b7850df..76d88dd6 100644 --- a/src/Python/tests/test_migration_content_schedules.py +++ b/src/Python/tests/test_migration_content_schedules.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_content_schedules_cloud.py b/src/Python/tests/test_migration_content_schedules_cloud.py index f639b79b..258ba954 100644 --- a/src/Python/tests/test_migration_content_schedules_cloud.py +++ b/src/Python/tests/test_migration_content_schedules_cloud.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_content_schedules_server.py b/src/Python/tests/test_migration_content_schedules_server.py index ee9c57ef..8521a77c 100644 --- a/src/Python/tests/test_migration_content_schedules_server.py +++ b/src/Python/tests/test_migration_content_schedules_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine.py b/src/Python/tests/test_migration_engine.py index a48caa2b..c439074c 100644 --- a/src/Python/tests/test_migration_engine.py +++ b/src/Python/tests/test_migration_engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine_endpoints_search.py b/src/Python/tests/test_migration_engine_endpoints_search.py index 0be651a3..8b3cab52 100644 --- a/src/Python/tests/test_migration_engine_endpoints_search.py +++ b/src/Python/tests/test_migration_engine_endpoints_search.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine_hooks.py b/src/Python/tests/test_migration_engine_hooks.py index 66787ea6..c1fcfe69 100644 --- a/src/Python/tests/test_migration_engine_hooks.py +++ b/src/Python/tests/test_migration_engine_hooks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine_hooks_filters.py b/src/Python/tests/test_migration_engine_hooks_filters.py index 81fcf272..2f746b5f 100644 --- a/src/Python/tests/test_migration_engine_hooks_filters.py +++ b/src/Python/tests/test_migration_engine_hooks_filters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine_hooks_mappings.py b/src/Python/tests/test_migration_engine_hooks_mappings.py index b0c77133..d8f2dc59 100644 --- a/src/Python/tests/test_migration_engine_hooks_mappings.py +++ b/src/Python/tests/test_migration_engine_hooks_mappings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine_hooks_postpublish.py b/src/Python/tests/test_migration_engine_hooks_postpublish.py index 57f6c8cf..3e0ee67b 100644 --- a/src/Python/tests/test_migration_engine_hooks_postpublish.py +++ b/src/Python/tests/test_migration_engine_hooks_postpublish.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine_hooks_transformers.py b/src/Python/tests/test_migration_engine_hooks_transformers.py index 766c1452..8b5bafd8 100644 --- a/src/Python/tests/test_migration_engine_hooks_transformers.py +++ b/src/Python/tests/test_migration_engine_hooks_transformers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine_manifest.py b/src/Python/tests/test_migration_engine_manifest.py index 65f64965..c08b9579 100644 --- a/src/Python/tests/test_migration_engine_manifest.py +++ b/src/Python/tests/test_migration_engine_manifest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine_migrators_batch.py b/src/Python/tests/test_migration_engine_migrators_batch.py index daeef4e7..2d73dda9 100644 --- a/src/Python/tests/test_migration_engine_migrators_batch.py +++ b/src/Python/tests/test_migration_engine_migrators_batch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_engine_options.py b/src/Python/tests/test_migration_engine_options.py index c7166ce1..625ad219 100644 --- a/src/Python/tests/test_migration_engine_options.py +++ b/src/Python/tests/test_migration_engine_options.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_migration_services.py b/src/Python/tests/test_migration_services.py index a02354f1..46e51228 100644 --- a/src/Python/tests/test_migration_services.py +++ b/src/Python/tests/test_migration_services.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Python/tests/test_other.py b/src/Python/tests/test_other.py index 3c59a508..fbe53f7f 100644 --- a/src/Python/tests/test_other.py +++ b/src/Python/tests/test_other.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/Tableau.Migration.PythonGenerator/Config/Hints/GeneratorHints.cs b/src/Tableau.Migration.PythonGenerator/Config/Hints/GeneratorHints.cs index b71af0ee..0a7f3dab 100644 --- a/src/Tableau.Migration.PythonGenerator/Config/Hints/GeneratorHints.cs +++ b/src/Tableau.Migration.PythonGenerator/Config/Hints/GeneratorHints.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Config/Hints/NamespaceHints.cs b/src/Tableau.Migration.PythonGenerator/Config/Hints/NamespaceHints.cs index 12632e77..c78b07fe 100644 --- a/src/Tableau.Migration.PythonGenerator/Config/Hints/NamespaceHints.cs +++ b/src/Tableau.Migration.PythonGenerator/Config/Hints/NamespaceHints.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Config/Hints/TypeHints.cs b/src/Tableau.Migration.PythonGenerator/Config/Hints/TypeHints.cs index b47e276f..cf75e01c 100644 --- a/src/Tableau.Migration.PythonGenerator/Config/Hints/TypeHints.cs +++ b/src/Tableau.Migration.PythonGenerator/Config/Hints/TypeHints.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Config/PythonGeneratorOptions.cs b/src/Tableau.Migration.PythonGenerator/Config/PythonGeneratorOptions.cs index ce97794e..c934ee01 100644 --- a/src/Tableau.Migration.PythonGenerator/Config/PythonGeneratorOptions.cs +++ b/src/Tableau.Migration.PythonGenerator/Config/PythonGeneratorOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/ConversionMode.cs b/src/Tableau.Migration.PythonGenerator/ConversionMode.cs index 1d5c52f0..138cabfc 100644 --- a/src/Tableau.Migration.PythonGenerator/ConversionMode.cs +++ b/src/Tableau.Migration.PythonGenerator/ConversionMode.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/GenerationListHelper.cs b/src/Tableau.Migration.PythonGenerator/GenerationListHelper.cs index 73187e7a..63632a56 100644 --- a/src/Tableau.Migration.PythonGenerator/GenerationListHelper.cs +++ b/src/Tableau.Migration.PythonGenerator/GenerationListHelper.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/IPythonDocstringGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/IPythonDocstringGenerator.cs index efbfb61a..780fa2ec 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/IPythonDocstringGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/IPythonDocstringGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/IPythonEnumValueGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/IPythonEnumValueGenerator.cs index 29491483..3104078c 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/IPythonEnumValueGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/IPythonEnumValueGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/IPythonGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/IPythonGenerator.cs index 84a864fb..90d80fb5 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/IPythonGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/IPythonGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/IPythonMethodGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/IPythonMethodGenerator.cs index 9000d526..bd867f8c 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/IPythonMethodGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/IPythonMethodGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/IPythonPropertyGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/IPythonPropertyGenerator.cs index 76cb66d8..561ed914 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/IPythonPropertyGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/IPythonPropertyGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/IPythonTypeGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/IPythonTypeGenerator.cs index f8ef6c13..68244f2c 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/IPythonTypeGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/IPythonTypeGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/PythonDocstringGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/PythonDocstringGenerator.cs index 1a6ef054..15a2f220 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/PythonDocstringGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/PythonDocstringGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/PythonEnumValueGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/PythonEnumValueGenerator.cs index 916a4e77..b718cff0 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/PythonEnumValueGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/PythonEnumValueGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/PythonGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/PythonGenerator.cs index 687aaa69..9b2fc68b 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/PythonGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/PythonGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/PythonMemberGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/PythonMemberGenerator.cs index 706bae39..2c7b6b01 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/PythonMemberGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/PythonMemberGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/PythonMethodGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/PythonMethodGenerator.cs index 014c9eec..5d781f95 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/PythonMethodGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/PythonMethodGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/PythonPropertyGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/PythonPropertyGenerator.cs index 49fda75b..10ccd724 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/PythonPropertyGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/PythonPropertyGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Generators/PythonTypeGenerator.cs b/src/Tableau.Migration.PythonGenerator/Generators/PythonTypeGenerator.cs index 3282beae..5eb10f9d 100644 --- a/src/Tableau.Migration.PythonGenerator/Generators/PythonTypeGenerator.cs +++ b/src/Tableau.Migration.PythonGenerator/Generators/PythonTypeGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/INamedTypeSymbolExtensions.cs b/src/Tableau.Migration.PythonGenerator/INamedTypeSymbolExtensions.cs index 900bf85a..17d88c71 100644 --- a/src/Tableau.Migration.PythonGenerator/INamedTypeSymbolExtensions.cs +++ b/src/Tableau.Migration.PythonGenerator/INamedTypeSymbolExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/ITypeSymbolExtensions.cs b/src/Tableau.Migration.PythonGenerator/ITypeSymbolExtensions.cs index 546076de..2d6114cf 100644 --- a/src/Tableau.Migration.PythonGenerator/ITypeSymbolExtensions.cs +++ b/src/Tableau.Migration.PythonGenerator/ITypeSymbolExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/IndentingStringBuilder.cs b/src/Tableau.Migration.PythonGenerator/IndentingStringBuilder.cs index a96c8f5b..740da159 100644 --- a/src/Tableau.Migration.PythonGenerator/IndentingStringBuilder.cs +++ b/src/Tableau.Migration.PythonGenerator/IndentingStringBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/Namespaces.cs b/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/Namespaces.cs index c14fe1be..f9bfb0ef 100644 --- a/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/Namespaces.cs +++ b/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/Namespaces.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/TypeAliases.cs b/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/TypeAliases.cs index 0ad80b16..8890a099 100644 --- a/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/TypeAliases.cs +++ b/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/TypeAliases.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/Types.cs b/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/Types.cs index b6374249..89f70b5d 100644 --- a/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/Types.cs +++ b/src/Tableau.Migration.PythonGenerator/Keywords/Dotnet/Types.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Keywords/Python/Modules.cs b/src/Tableau.Migration.PythonGenerator/Keywords/Python/Modules.cs index c708cb23..86e44964 100644 --- a/src/Tableau.Migration.PythonGenerator/Keywords/Python/Modules.cs +++ b/src/Tableau.Migration.PythonGenerator/Keywords/Python/Modules.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Keywords/Python/Types.cs b/src/Tableau.Migration.PythonGenerator/Keywords/Python/Types.cs index 4ea9e090..0f8b3f73 100644 --- a/src/Tableau.Migration.PythonGenerator/Keywords/Python/Types.cs +++ b/src/Tableau.Migration.PythonGenerator/Keywords/Python/Types.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Program.cs b/src/Tableau.Migration.PythonGenerator/Program.cs index c074996b..07111bc5 100644 --- a/src/Tableau.Migration.PythonGenerator/Program.cs +++ b/src/Tableau.Migration.PythonGenerator/Program.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonArgDocstring.cs b/src/Tableau.Migration.PythonGenerator/PythonArgDocstring.cs index 49eb0d70..dd97f395 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonArgDocstring.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonArgDocstring.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonDocstring.cs b/src/Tableau.Migration.PythonGenerator/PythonDocstring.cs index 26037865..fa4d2987 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonDocstring.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonDocstring.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonEnumValue.cs b/src/Tableau.Migration.PythonGenerator/PythonEnumValue.cs index 58857601..916593f7 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonEnumValue.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonEnumValue.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonGenerationList.cs b/src/Tableau.Migration.PythonGenerator/PythonGenerationList.cs index c115d3ea..462bc18b 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonGenerationList.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonGenerationList.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonGeneratorService.cs b/src/Tableau.Migration.PythonGenerator/PythonGeneratorService.cs index 443a1ae9..3abc5255 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonGeneratorService.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonGeneratorService.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonMethod.cs b/src/Tableau.Migration.PythonGenerator/PythonMethod.cs index 968d2c4e..152c4d9a 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonMethod.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonMethod.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonMethodArgument.cs b/src/Tableau.Migration.PythonGenerator/PythonMethodArgument.cs index a0972d8c..c91b00a9 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonMethodArgument.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonMethodArgument.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonProperty.cs b/src/Tableau.Migration.PythonGenerator/PythonProperty.cs index 92130767..56639bda 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonProperty.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonProperty.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonTestGenerationList.cs b/src/Tableau.Migration.PythonGenerator/PythonTestGenerationList.cs index d6d2bd8e..b9cfa29c 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonTestGenerationList.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonTestGenerationList.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonType.cs b/src/Tableau.Migration.PythonGenerator/PythonType.cs index 28b4f044..92e802f6 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonType.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonTypeCache.cs b/src/Tableau.Migration.PythonGenerator/PythonTypeCache.cs index 1402cfbd..bbeb0f6d 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonTypeCache.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonTypeCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/PythonTypeReference.cs b/src/Tableau.Migration.PythonGenerator/PythonTypeReference.cs index 7e3ab070..03d475e4 100644 --- a/src/Tableau.Migration.PythonGenerator/PythonTypeReference.cs +++ b/src/Tableau.Migration.PythonGenerator/PythonTypeReference.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/StringExtensions.cs b/src/Tableau.Migration.PythonGenerator/StringExtensions.cs index 895cf70a..40886367 100644 --- a/src/Tableau.Migration.PythonGenerator/StringExtensions.cs +++ b/src/Tableau.Migration.PythonGenerator/StringExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/GeneratedPythonSegment.cs b/src/Tableau.Migration.PythonGenerator/Writers/GeneratedPythonSegment.cs index c773211c..c5e586e7 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/GeneratedPythonSegment.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/GeneratedPythonSegment.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonClassTestWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonClassTestWriter.cs index 4f5a7903..8918d0a8 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonClassTestWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonClassTestWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonConstructorTestWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonConstructorTestWriter.cs index faf1fdc5..9919c525 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonConstructorTestWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonConstructorTestWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonDocstringWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonDocstringWriter.cs index 89dd2962..ece0c49b 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonDocstringWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonDocstringWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonEnumValueWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonEnumValueWriter.cs index 6ad1e09f..a75757cb 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonEnumValueWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonEnumValueWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonMethodWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonMethodWriter.cs index af0c3fed..02b8e4fb 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonMethodWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonMethodWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonPropertyTestWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonPropertyTestWriter.cs index 1a3969d3..92d02678 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonPropertyTestWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonPropertyTestWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonPropertyWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonPropertyWriter.cs index ae80c796..ab419464 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonPropertyWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonPropertyWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonTestWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonTestWriter.cs index f0d3bdbf..d011536a 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonTestWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonTestWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonTypeWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonTypeWriter.cs index 57e726c2..5e60fb7e 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonTypeWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonTypeWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/IPythonWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/IPythonWriter.cs index 238b4b76..e8c1e60c 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/IPythonWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/IPythonWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/Imports/ImportedModule.cs b/src/Tableau.Migration.PythonGenerator/Writers/Imports/ImportedModule.cs index ff928c59..f337d8d3 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/Imports/ImportedModule.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/Imports/ImportedModule.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/Imports/ImportedType.cs b/src/Tableau.Migration.PythonGenerator/Writers/Imports/ImportedType.cs index cda76193..a2509b9a 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/Imports/ImportedType.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/Imports/ImportedType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonClassTestWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonClassTestWriter.cs index 82053a05..8f022d40 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonClassTestWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonClassTestWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonConstructorTestWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonConstructorTestWriter.cs index 1d1385b6..515240c5 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonConstructorTestWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonConstructorTestWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonDocstringWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonDocstringWriter.cs index d9f81254..20d2e07a 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonDocstringWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonDocstringWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonEnumValueWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonEnumValueWriter.cs index a725aaa0..62f83398 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonEnumValueWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonEnumValueWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonMemberWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonMemberWriter.cs index 315d2911..d9a9c954 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonMemberWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonMemberWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonMethodWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonMethodWriter.cs index 5c518f0f..6ad6b6bb 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonMethodWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonMethodWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonPropertyTestWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonPropertyTestWriter.cs index c0bd3e05..baa36654 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonPropertyTestWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonPropertyTestWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonPropertyWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonPropertyWriter.cs index 3e4c80ab..e4379e64 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonPropertyWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonPropertyWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonTestWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonTestWriter.cs index c4853167..522a998b 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonTestWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonTestWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonTypeWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonTypeWriter.cs index e41a0313..a8d78764 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonTypeWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonTypeWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonWriter.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonWriter.cs index 74128280..5508d02d 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonWriter.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonWriter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration.PythonGenerator/Writers/PythonWriterBase.cs b/src/Tableau.Migration.PythonGenerator/Writers/PythonWriterBase.cs index 5e681a73..7960c0e6 100644 --- a/src/Tableau.Migration.PythonGenerator/Writers/PythonWriterBase.cs +++ b/src/Tableau.Migration.PythonGenerator/Writers/PythonWriterBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ApiClient.cs b/src/Tableau.Migration/Api/ApiClient.cs index 1df5c8f6..99fe4424 100644 --- a/src/Tableau.Migration/Api/ApiClient.cs +++ b/src/Tableau.Migration/Api/ApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ApiClientBase.cs b/src/Tableau.Migration/Api/ApiClientBase.cs index bc06546a..b76b1a13 100644 --- a/src/Tableau.Migration/Api/ApiClientBase.cs +++ b/src/Tableau.Migration/Api/ApiClientBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ApiClientInput.cs b/src/Tableau.Migration/Api/ApiClientInput.cs index 0b9db1ba..5d75d7ed 100644 --- a/src/Tableau.Migration/Api/ApiClientInput.cs +++ b/src/Tableau.Migration/Api/ApiClientInput.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ApiListPager.cs b/src/Tableau.Migration/Api/ApiListPager.cs index 32df5151..173ea833 100644 --- a/src/Tableau.Migration/Api/ApiListPager.cs +++ b/src/Tableau.Migration/Api/ApiListPager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/AuthenticationTokenProvider.cs b/src/Tableau.Migration/Api/AuthenticationTokenProvider.cs index 7539fcea..edfde3b9 100644 --- a/src/Tableau.Migration/Api/AuthenticationTokenProvider.cs +++ b/src/Tableau.Migration/Api/AuthenticationTokenProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ClientXml/Models/FailedLogin.cs b/src/Tableau.Migration/Api/ClientXml/Models/FailedLogin.cs index 99fc3105..7bc10c27 100644 --- a/src/Tableau.Migration/Api/ClientXml/Models/FailedLogin.cs +++ b/src/Tableau.Migration/Api/ClientXml/Models/FailedLogin.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ClientXml/Models/SuccessfulLogin.cs b/src/Tableau.Migration/Api/ClientXml/Models/SuccessfulLogin.cs index d2c3d97e..365ef628 100644 --- a/src/Tableau.Migration/Api/ClientXml/Models/SuccessfulLogin.cs +++ b/src/Tableau.Migration/Api/ClientXml/Models/SuccessfulLogin.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ClientXml/Models/SuccessfulOrFailedLogin.cs b/src/Tableau.Migration/Api/ClientXml/Models/SuccessfulOrFailedLogin.cs index 8c234603..50c3c394 100644 --- a/src/Tableau.Migration/Api/ClientXml/Models/SuccessfulOrFailedLogin.cs +++ b/src/Tableau.Migration/Api/ClientXml/Models/SuccessfulOrFailedLogin.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ConnectionManager.cs b/src/Tableau.Migration/Api/ConnectionManager.cs index a44bf6fb..7f6bbc06 100644 --- a/src/Tableau.Migration/Api/ConnectionManager.cs +++ b/src/Tableau.Migration/Api/ConnectionManager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ContentApiClientBase.cs b/src/Tableau.Migration/Api/ContentApiClientBase.cs index dc0fb27a..c43ba202 100644 --- a/src/Tableau.Migration/Api/ContentApiClientBase.cs +++ b/src/Tableau.Migration/Api/ContentApiClientBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/CustomViewsApiClient.cs b/src/Tableau.Migration/Api/CustomViewsApiClient.cs index c608dc60..baba601e 100644 --- a/src/Tableau.Migration/Api/CustomViewsApiClient.cs +++ b/src/Tableau.Migration/Api/CustomViewsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/DataSourcesApiClient.cs b/src/Tableau.Migration/Api/DataSourcesApiClient.cs index ce629312..04f7074b 100644 --- a/src/Tableau.Migration/Api/DataSourcesApiClient.cs +++ b/src/Tableau.Migration/Api/DataSourcesApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/FlowsApiClient.cs b/src/Tableau.Migration/Api/FlowsApiClient.cs index f945de5d..c8f68ca9 100644 --- a/src/Tableau.Migration/Api/FlowsApiClient.cs +++ b/src/Tableau.Migration/Api/FlowsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/GroupsApiClient.cs b/src/Tableau.Migration/Api/GroupsApiClient.cs index a8b93448..41baa7c6 100644 --- a/src/Tableau.Migration/Api/GroupsApiClient.cs +++ b/src/Tableau.Migration/Api/GroupsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/GroupsResponseExtensions.cs b/src/Tableau.Migration/Api/GroupsResponseExtensions.cs index 2f498829..b7cc4832 100644 --- a/src/Tableau.Migration/Api/GroupsResponseExtensions.cs +++ b/src/Tableau.Migration/Api/GroupsResponseExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IApiClient.cs b/src/Tableau.Migration/Api/IApiClient.cs index f31fe1f0..e3b1e828 100644 --- a/src/Tableau.Migration/Api/IApiClient.cs +++ b/src/Tableau.Migration/Api/IApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IApiClientInput.cs b/src/Tableau.Migration/Api/IApiClientInput.cs index c9f3df32..5d6c278a 100644 --- a/src/Tableau.Migration/Api/IApiClientInput.cs +++ b/src/Tableau.Migration/Api/IApiClientInput.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IApiClientInputInitializer.cs b/src/Tableau.Migration/Api/IApiClientInputInitializer.cs index abb5ce2a..8210bb1d 100644 --- a/src/Tableau.Migration/Api/IApiClientInputInitializer.cs +++ b/src/Tableau.Migration/Api/IApiClientInputInitializer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IApiContentUrl.cs b/src/Tableau.Migration/Api/IApiContentUrl.cs index 6b5af788..76730e27 100644 --- a/src/Tableau.Migration/Api/IApiContentUrl.cs +++ b/src/Tableau.Migration/Api/IApiContentUrl.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IApiPageAccessor.cs b/src/Tableau.Migration/Api/IApiPageAccessor.cs index 9f09b568..f76ff230 100644 --- a/src/Tableau.Migration/Api/IApiPageAccessor.cs +++ b/src/Tableau.Migration/Api/IApiPageAccessor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IAuthenticationTokenProvider.cs b/src/Tableau.Migration/Api/IAuthenticationTokenProvider.cs index ccf4ca31..56c65b23 100644 --- a/src/Tableau.Migration/Api/IAuthenticationTokenProvider.cs +++ b/src/Tableau.Migration/Api/IAuthenticationTokenProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IBatchPublishApiClient.cs b/src/Tableau.Migration/Api/IBatchPublishApiClient.cs index a43e5133..9370a266 100644 --- a/src/Tableau.Migration/Api/IBatchPublishApiClient.cs +++ b/src/Tableau.Migration/Api/IBatchPublishApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ICloudTasksApiClient.cs b/src/Tableau.Migration/Api/ICloudTasksApiClient.cs index f9637505..82d31346 100644 --- a/src/Tableau.Migration/Api/ICloudTasksApiClient.cs +++ b/src/Tableau.Migration/Api/ICloudTasksApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IConnectionManager.cs b/src/Tableau.Migration/Api/IConnectionManager.cs index a6f355cc..78becd66 100644 --- a/src/Tableau.Migration/Api/IConnectionManager.cs +++ b/src/Tableau.Migration/Api/IConnectionManager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IConnectionsApiClient.cs b/src/Tableau.Migration/Api/IConnectionsApiClient.cs index c265994e..623221fc 100644 --- a/src/Tableau.Migration/Api/IConnectionsApiClient.cs +++ b/src/Tableau.Migration/Api/IConnectionsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IContentApiClient.cs b/src/Tableau.Migration/Api/IContentApiClient.cs index 98a5b74d..9fcae7e9 100644 --- a/src/Tableau.Migration/Api/IContentApiClient.cs +++ b/src/Tableau.Migration/Api/IContentApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IContentFileStoreExtensions.cs b/src/Tableau.Migration/Api/IContentFileStoreExtensions.cs index 396dbf8b..9ba83ad5 100644 --- a/src/Tableau.Migration/Api/IContentFileStoreExtensions.cs +++ b/src/Tableau.Migration/Api/IContentFileStoreExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IContentReferenceFinderFactoryExtensions.cs b/src/Tableau.Migration/Api/IContentReferenceFinderFactoryExtensions.cs index bd82b89f..8140e0ed 100644 --- a/src/Tableau.Migration/Api/IContentReferenceFinderFactoryExtensions.cs +++ b/src/Tableau.Migration/Api/IContentReferenceFinderFactoryExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ICustomViewsApiClient.cs b/src/Tableau.Migration/Api/ICustomViewsApiClient.cs index 9fe899a3..961a7447 100644 --- a/src/Tableau.Migration/Api/ICustomViewsApiClient.cs +++ b/src/Tableau.Migration/Api/ICustomViewsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IDataSourcesApiClient.cs b/src/Tableau.Migration/Api/IDataSourcesApiClient.cs index 2090a734..3a42c6c4 100644 --- a/src/Tableau.Migration/Api/IDataSourcesApiClient.cs +++ b/src/Tableau.Migration/Api/IDataSourcesApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IFlowsApiClient.cs b/src/Tableau.Migration/Api/IFlowsApiClient.cs index 90420cad..bb3a81ed 100644 --- a/src/Tableau.Migration/Api/IFlowsApiClient.cs +++ b/src/Tableau.Migration/Api/IFlowsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IGroupsApiClient.cs b/src/Tableau.Migration/Api/IGroupsApiClient.cs index 49536898..741e1bd2 100644 --- a/src/Tableau.Migration/Api/IGroupsApiClient.cs +++ b/src/Tableau.Migration/Api/IGroupsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IHttpRequestBuilderExtensions.cs b/src/Tableau.Migration/Api/IHttpRequestBuilderExtensions.cs index 46c2a661..bc4413c5 100644 --- a/src/Tableau.Migration/Api/IHttpRequestBuilderExtensions.cs +++ b/src/Tableau.Migration/Api/IHttpRequestBuilderExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IHttpResponseMessageExtensions.cs b/src/Tableau.Migration/Api/IHttpResponseMessageExtensions.cs index 4d755d92..7e26a131 100644 --- a/src/Tableau.Migration/Api/IHttpResponseMessageExtensions.cs +++ b/src/Tableau.Migration/Api/IHttpResponseMessageExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IJobsApiClient.cs b/src/Tableau.Migration/Api/IJobsApiClient.cs index b1cf225e..3b7b051d 100644 --- a/src/Tableau.Migration/Api/IJobsApiClient.cs +++ b/src/Tableau.Migration/Api/IJobsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IOwnershipApiClient.cs b/src/Tableau.Migration/Api/IOwnershipApiClient.cs index fda25521..45ca19e3 100644 --- a/src/Tableau.Migration/Api/IOwnershipApiClient.cs +++ b/src/Tableau.Migration/Api/IOwnershipApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IPagedListApiClient.cs b/src/Tableau.Migration/Api/IPagedListApiClient.cs index 9226adcd..d1d30f9a 100644 --- a/src/Tableau.Migration/Api/IPagedListApiClient.cs +++ b/src/Tableau.Migration/Api/IPagedListApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IProjectsApiClient.cs b/src/Tableau.Migration/Api/IProjectsApiClient.cs index 8205d565..800bcd43 100644 --- a/src/Tableau.Migration/Api/IProjectsApiClient.cs +++ b/src/Tableau.Migration/Api/IProjectsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IPublishApiClient.cs b/src/Tableau.Migration/Api/IPublishApiClient.cs index 0c21b74c..df725f93 100644 --- a/src/Tableau.Migration/Api/IPublishApiClient.cs +++ b/src/Tableau.Migration/Api/IPublishApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IPullApiClient.cs b/src/Tableau.Migration/Api/IPullApiClient.cs index a5970628..710db6ed 100644 --- a/src/Tableau.Migration/Api/IPullApiClient.cs +++ b/src/Tableau.Migration/Api/IPullApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IReadApiClient.cs b/src/Tableau.Migration/Api/IReadApiClient.cs index f6ed9b2c..dfc043a3 100644 --- a/src/Tableau.Migration/Api/IReadApiClient.cs +++ b/src/Tableau.Migration/Api/IReadApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IRestRequestBuilderFactoryExtensions.cs b/src/Tableau.Migration/Api/IRestRequestBuilderFactoryExtensions.cs index aa898f29..def95cc6 100644 --- a/src/Tableau.Migration/Api/IRestRequestBuilderFactoryExtensions.cs +++ b/src/Tableau.Migration/Api/IRestRequestBuilderFactoryExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ISchedulesApiClient.cs b/src/Tableau.Migration/Api/ISchedulesApiClient.cs index 1b3e2dfd..20b64637 100644 --- a/src/Tableau.Migration/Api/ISchedulesApiClient.cs +++ b/src/Tableau.Migration/Api/ISchedulesApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IScopedApiClientFactory.cs b/src/Tableau.Migration/Api/IScopedApiClientFactory.cs index 9f4b11cf..81015f52 100644 --- a/src/Tableau.Migration/Api/IScopedApiClientFactory.cs +++ b/src/Tableau.Migration/Api/IScopedApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IServerSessionProvider.cs b/src/Tableau.Migration/Api/IServerSessionProvider.cs index 78cb38dc..c0c5dfb5 100644 --- a/src/Tableau.Migration/Api/IServerSessionProvider.cs +++ b/src/Tableau.Migration/Api/IServerSessionProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IServerTasksApiClient.cs b/src/Tableau.Migration/Api/IServerTasksApiClient.cs index 1b227892..2f49f335 100644 --- a/src/Tableau.Migration/Api/IServerTasksApiClient.cs +++ b/src/Tableau.Migration/Api/IServerTasksApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IServiceCollectionExtensions.cs b/src/Tableau.Migration/Api/IServiceCollectionExtensions.cs index 5925b2d3..156770b1 100644 --- a/src/Tableau.Migration/Api/IServiceCollectionExtensions.cs +++ b/src/Tableau.Migration/Api/IServiceCollectionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ISitesApiClient.cs b/src/Tableau.Migration/Api/ISitesApiClient.cs index b5c9594e..7012a726 100644 --- a/src/Tableau.Migration/Api/ISitesApiClient.cs +++ b/src/Tableau.Migration/Api/ISitesApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ITableauServerVersionProvider.cs b/src/Tableau.Migration/Api/ITableauServerVersionProvider.cs index 2b987458..71d53123 100644 --- a/src/Tableau.Migration/Api/ITableauServerVersionProvider.cs +++ b/src/Tableau.Migration/Api/ITableauServerVersionProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ITasksApiClient.cs b/src/Tableau.Migration/Api/ITasksApiClient.cs index 540defe1..65d177cc 100644 --- a/src/Tableau.Migration/Api/ITasksApiClient.cs +++ b/src/Tableau.Migration/Api/ITasksApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IUsersApiClient.cs b/src/Tableau.Migration/Api/IUsersApiClient.cs index 156d475e..5a7a5461 100644 --- a/src/Tableau.Migration/Api/IUsersApiClient.cs +++ b/src/Tableau.Migration/Api/IUsersApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IViewsApiClient.cs b/src/Tableau.Migration/Api/IViewsApiClient.cs index 5130a38a..4ee18362 100644 --- a/src/Tableau.Migration/Api/IViewsApiClient.cs +++ b/src/Tableau.Migration/Api/IViewsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IViewsApiClientFactory.cs b/src/Tableau.Migration/Api/IViewsApiClientFactory.cs index fe061120..61456ff3 100644 --- a/src/Tableau.Migration/Api/IViewsApiClientFactory.cs +++ b/src/Tableau.Migration/Api/IViewsApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/IWorkbooksApiClient.cs b/src/Tableau.Migration/Api/IWorkbooksApiClient.cs index 8befac45..bd88fb67 100644 --- a/src/Tableau.Migration/Api/IWorkbooksApiClient.cs +++ b/src/Tableau.Migration/Api/IWorkbooksApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/JobsApiClient.cs b/src/Tableau.Migration/Api/JobsApiClient.cs index 641f622a..d5857963 100644 --- a/src/Tableau.Migration/Api/JobsApiClient.cs +++ b/src/Tableau.Migration/Api/JobsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Labels/ILabelsApiClient.cs b/src/Tableau.Migration/Api/Labels/ILabelsApiClient.cs index d9a43dd1..7e08a115 100644 --- a/src/Tableau.Migration/Api/Labels/ILabelsApiClient.cs +++ b/src/Tableau.Migration/Api/Labels/ILabelsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Labels/ILabelsApiClientFactory.cs b/src/Tableau.Migration/Api/Labels/ILabelsApiClientFactory.cs index 7546fee2..457011b7 100644 --- a/src/Tableau.Migration/Api/Labels/ILabelsApiClientFactory.cs +++ b/src/Tableau.Migration/Api/Labels/ILabelsApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Labels/ILabelsContentApiClient.cs b/src/Tableau.Migration/Api/Labels/ILabelsContentApiClient.cs index 67030418..b457cdd6 100644 --- a/src/Tableau.Migration/Api/Labels/ILabelsContentApiClient.cs +++ b/src/Tableau.Migration/Api/Labels/ILabelsContentApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Labels/LabelsApiClient.cs b/src/Tableau.Migration/Api/Labels/LabelsApiClient.cs index 6b0ac353..c39c380e 100644 --- a/src/Tableau.Migration/Api/Labels/LabelsApiClient.cs +++ b/src/Tableau.Migration/Api/Labels/LabelsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Labels/LabelsApiClientFactory.cs b/src/Tableau.Migration/Api/Labels/LabelsApiClientFactory.cs index 829a765d..fd9d3053 100644 --- a/src/Tableau.Migration/Api/Labels/LabelsApiClientFactory.cs +++ b/src/Tableau.Migration/Api/Labels/LabelsApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/AddUserResult.cs b/src/Tableau.Migration/Api/Models/AddUserResult.cs index 52ee7def..3fe41a6c 100644 --- a/src/Tableau.Migration/Api/Models/AddUserResult.cs +++ b/src/Tableau.Migration/Api/Models/AddUserResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/AddUserToGroupResult.cs b/src/Tableau.Migration/Api/Models/AddUserToGroupResult.cs index 55f1f12f..854f1c78 100644 --- a/src/Tableau.Migration/Api/Models/AddUserToGroupResult.cs +++ b/src/Tableau.Migration/Api/Models/AddUserToGroupResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/Cloud/CreateExtractRefreshTaskOptions.cs b/src/Tableau.Migration/Api/Models/Cloud/CreateExtractRefreshTaskOptions.cs index a4651317..d7634f65 100644 --- a/src/Tableau.Migration/Api/Models/Cloud/CreateExtractRefreshTaskOptions.cs +++ b/src/Tableau.Migration/Api/Models/Cloud/CreateExtractRefreshTaskOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/Cloud/ICreateExtractRefreshTaskOptions.cs b/src/Tableau.Migration/Api/Models/Cloud/ICreateExtractRefreshTaskOptions.cs index 25d4de55..e0479193 100644 --- a/src/Tableau.Migration/Api/Models/Cloud/ICreateExtractRefreshTaskOptions.cs +++ b/src/Tableau.Migration/Api/Models/Cloud/ICreateExtractRefreshTaskOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/CreateProjectOptions.cs b/src/Tableau.Migration/Api/Models/CreateProjectOptions.cs index 03f433e6..273862f1 100644 --- a/src/Tableau.Migration/Api/Models/CreateProjectOptions.cs +++ b/src/Tableau.Migration/Api/Models/CreateProjectOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/CustomViewAsUserDefaultViewResult.cs b/src/Tableau.Migration/Api/Models/CustomViewAsUserDefaultViewResult.cs index d7861751..78677b7b 100644 --- a/src/Tableau.Migration/Api/Models/CustomViewAsUserDefaultViewResult.cs +++ b/src/Tableau.Migration/Api/Models/CustomViewAsUserDefaultViewResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/FailedJobException.cs b/src/Tableau.Migration/Api/Models/FailedJobException.cs index 16f68c19..f08bf744 100644 --- a/src/Tableau.Migration/Api/Models/FailedJobException.cs +++ b/src/Tableau.Migration/Api/Models/FailedJobException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/FileDownload.cs b/src/Tableau.Migration/Api/Models/FileDownload.cs index dcf3987f..5f66d5b8 100644 --- a/src/Tableau.Migration/Api/Models/FileDownload.cs +++ b/src/Tableau.Migration/Api/Models/FileDownload.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IAddUserResult.cs b/src/Tableau.Migration/Api/Models/IAddUserResult.cs index d1bc8fb9..68ebf664 100644 --- a/src/Tableau.Migration/Api/Models/IAddUserResult.cs +++ b/src/Tableau.Migration/Api/Models/IAddUserResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IAddUserToGroupResult.cs b/src/Tableau.Migration/Api/Models/IAddUserToGroupResult.cs index 6a97fb0c..9b46926a 100644 --- a/src/Tableau.Migration/Api/Models/IAddUserToGroupResult.cs +++ b/src/Tableau.Migration/Api/Models/IAddUserToGroupResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/ICreateProjectOptions.cs b/src/Tableau.Migration/Api/Models/ICreateProjectOptions.cs index b4d48680..ca54c8d2 100644 --- a/src/Tableau.Migration/Api/Models/ICreateProjectOptions.cs +++ b/src/Tableau.Migration/Api/Models/ICreateProjectOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/ICustomViewAsUserDefaultViewResult.cs b/src/Tableau.Migration/Api/Models/ICustomViewAsUserDefaultViewResult.cs index 454dad9b..47e0bc3b 100644 --- a/src/Tableau.Migration/Api/Models/ICustomViewAsUserDefaultViewResult.cs +++ b/src/Tableau.Migration/Api/Models/ICustomViewAsUserDefaultViewResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IImportJob.cs b/src/Tableau.Migration/Api/Models/IImportJob.cs index a8d1e0c1..7729de49 100644 --- a/src/Tableau.Migration/Api/Models/IImportJob.cs +++ b/src/Tableau.Migration/Api/Models/IImportJob.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IJob.cs b/src/Tableau.Migration/Api/Models/IJob.cs index fe9f5d10..05346ba0 100644 --- a/src/Tableau.Migration/Api/Models/IJob.cs +++ b/src/Tableau.Migration/Api/Models/IJob.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/ILabelUpdateOptions.cs b/src/Tableau.Migration/Api/Models/ILabelUpdateOptions.cs index e223ed63..0d5cf284 100644 --- a/src/Tableau.Migration/Api/Models/ILabelUpdateOptions.cs +++ b/src/Tableau.Migration/Api/Models/ILabelUpdateOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IPublishCustomViewOptions.cs b/src/Tableau.Migration/Api/Models/IPublishCustomViewOptions.cs index ac3f75ca..c1692c9c 100644 --- a/src/Tableau.Migration/Api/Models/IPublishCustomViewOptions.cs +++ b/src/Tableau.Migration/Api/Models/IPublishCustomViewOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IPublishDataSourceOptions.cs b/src/Tableau.Migration/Api/Models/IPublishDataSourceOptions.cs index 925fed82..fd1cc514 100644 --- a/src/Tableau.Migration/Api/Models/IPublishDataSourceOptions.cs +++ b/src/Tableau.Migration/Api/Models/IPublishDataSourceOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IPublishFileOptions.cs b/src/Tableau.Migration/Api/Models/IPublishFileOptions.cs index a1437698..cc2cee0d 100644 --- a/src/Tableau.Migration/Api/Models/IPublishFileOptions.cs +++ b/src/Tableau.Migration/Api/Models/IPublishFileOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IPublishFlowOptions.cs b/src/Tableau.Migration/Api/Models/IPublishFlowOptions.cs index e658f017..b8f2376b 100644 --- a/src/Tableau.Migration/Api/Models/IPublishFlowOptions.cs +++ b/src/Tableau.Migration/Api/Models/IPublishFlowOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IPublishWorkbookOptions.cs b/src/Tableau.Migration/Api/Models/IPublishWorkbookOptions.cs index a6d6ce86..6203ed20 100644 --- a/src/Tableau.Migration/Api/Models/IPublishWorkbookOptions.cs +++ b/src/Tableau.Migration/Api/Models/IPublishWorkbookOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IServerInfo.cs b/src/Tableau.Migration/Api/Models/IServerInfo.cs index 74510f84..7592848c 100644 --- a/src/Tableau.Migration/Api/Models/IServerInfo.cs +++ b/src/Tableau.Migration/Api/Models/IServerInfo.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/ISignInResult.cs b/src/Tableau.Migration/Api/Models/ISignInResult.cs index 0357e9dc..c741a96b 100644 --- a/src/Tableau.Migration/Api/Models/ISignInResult.cs +++ b/src/Tableau.Migration/Api/Models/ISignInResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IStatusNote.cs b/src/Tableau.Migration/Api/Models/IStatusNote.cs index 5ce954c1..a39c01dd 100644 --- a/src/Tableau.Migration/Api/Models/IStatusNote.cs +++ b/src/Tableau.Migration/Api/Models/IStatusNote.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IUpdateConnectionOptions.cs b/src/Tableau.Migration/Api/Models/IUpdateConnectionOptions.cs index 9c7093d1..9fb89de5 100644 --- a/src/Tableau.Migration/Api/Models/IUpdateConnectionOptions.cs +++ b/src/Tableau.Migration/Api/Models/IUpdateConnectionOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IUpdateDataSourceResult.cs b/src/Tableau.Migration/Api/Models/IUpdateDataSourceResult.cs index dba7677e..9e9696d2 100644 --- a/src/Tableau.Migration/Api/Models/IUpdateDataSourceResult.cs +++ b/src/Tableau.Migration/Api/Models/IUpdateDataSourceResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IUpdateProjectResult.cs b/src/Tableau.Migration/Api/Models/IUpdateProjectResult.cs index 51d3e849..44169e01 100644 --- a/src/Tableau.Migration/Api/Models/IUpdateProjectResult.cs +++ b/src/Tableau.Migration/Api/Models/IUpdateProjectResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IUpdateUserResult.cs b/src/Tableau.Migration/Api/Models/IUpdateUserResult.cs index ff7fa33a..1b513b2d 100644 --- a/src/Tableau.Migration/Api/Models/IUpdateUserResult.cs +++ b/src/Tableau.Migration/Api/Models/IUpdateUserResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IUpdateWorkbookResult.cs b/src/Tableau.Migration/Api/Models/IUpdateWorkbookResult.cs index bbc9c799..1db7a3a8 100644 --- a/src/Tableau.Migration/Api/Models/IUpdateWorkbookResult.cs +++ b/src/Tableau.Migration/Api/Models/IUpdateWorkbookResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/IUserExtensions.cs b/src/Tableau.Migration/Api/Models/IUserExtensions.cs index f4838cb7..e62c3f56 100644 --- a/src/Tableau.Migration/Api/Models/IUserExtensions.cs +++ b/src/Tableau.Migration/Api/Models/IUserExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/ImportJob.cs b/src/Tableau.Migration/Api/Models/ImportJob.cs index d337990a..61fba251 100644 --- a/src/Tableau.Migration/Api/Models/ImportJob.cs +++ b/src/Tableau.Migration/Api/Models/ImportJob.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/Job.cs b/src/Tableau.Migration/Api/Models/Job.cs index e283d526..94e77b0f 100644 --- a/src/Tableau.Migration/Api/Models/Job.cs +++ b/src/Tableau.Migration/Api/Models/Job.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/LabelUpdateOptions.cs b/src/Tableau.Migration/Api/Models/LabelUpdateOptions.cs index 2e2d6a09..b60f47ce 100644 --- a/src/Tableau.Migration/Api/Models/LabelUpdateOptions.cs +++ b/src/Tableau.Migration/Api/Models/LabelUpdateOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/PublishCustomViewOptions.cs b/src/Tableau.Migration/Api/Models/PublishCustomViewOptions.cs index db1dc04c..b07e6f58 100644 --- a/src/Tableau.Migration/Api/Models/PublishCustomViewOptions.cs +++ b/src/Tableau.Migration/Api/Models/PublishCustomViewOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/PublishDataSourceOptions.cs b/src/Tableau.Migration/Api/Models/PublishDataSourceOptions.cs index 0426b258..6f8f66b8 100644 --- a/src/Tableau.Migration/Api/Models/PublishDataSourceOptions.cs +++ b/src/Tableau.Migration/Api/Models/PublishDataSourceOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/PublishFlowOptions.cs b/src/Tableau.Migration/Api/Models/PublishFlowOptions.cs index 5c1384eb..157aa9b0 100644 --- a/src/Tableau.Migration/Api/Models/PublishFlowOptions.cs +++ b/src/Tableau.Migration/Api/Models/PublishFlowOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/PublishWorkbookOptions.cs b/src/Tableau.Migration/Api/Models/PublishWorkbookOptions.cs index 1e7b1642..7e6db439 100644 --- a/src/Tableau.Migration/Api/Models/PublishWorkbookOptions.cs +++ b/src/Tableau.Migration/Api/Models/PublishWorkbookOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/ServerInfo.cs b/src/Tableau.Migration/Api/Models/ServerInfo.cs index 344f0e6c..f9340c09 100644 --- a/src/Tableau.Migration/Api/Models/ServerInfo.cs +++ b/src/Tableau.Migration/Api/Models/ServerInfo.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/SignInResult.cs b/src/Tableau.Migration/Api/Models/SignInResult.cs index 45e8a6ec..19cc5001 100644 --- a/src/Tableau.Migration/Api/Models/SignInResult.cs +++ b/src/Tableau.Migration/Api/Models/SignInResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/StatusNote.cs b/src/Tableau.Migration/Api/Models/StatusNote.cs index b440d1ab..c8a3ad32 100644 --- a/src/Tableau.Migration/Api/Models/StatusNote.cs +++ b/src/Tableau.Migration/Api/Models/StatusNote.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/TimeoutJobException.cs b/src/Tableau.Migration/Api/Models/TimeoutJobException.cs index 86860642..bf3f1379 100644 --- a/src/Tableau.Migration/Api/Models/TimeoutJobException.cs +++ b/src/Tableau.Migration/Api/Models/TimeoutJobException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/UpdateConnectionOptions.cs b/src/Tableau.Migration/Api/Models/UpdateConnectionOptions.cs index a6ab1e33..03564e3b 100644 --- a/src/Tableau.Migration/Api/Models/UpdateConnectionOptions.cs +++ b/src/Tableau.Migration/Api/Models/UpdateConnectionOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/UpdateDataSourceResult.cs b/src/Tableau.Migration/Api/Models/UpdateDataSourceResult.cs index d5025e39..49843167 100644 --- a/src/Tableau.Migration/Api/Models/UpdateDataSourceResult.cs +++ b/src/Tableau.Migration/Api/Models/UpdateDataSourceResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/UpdateProjectResult.cs b/src/Tableau.Migration/Api/Models/UpdateProjectResult.cs index bb265f65..a35298ae 100644 --- a/src/Tableau.Migration/Api/Models/UpdateProjectResult.cs +++ b/src/Tableau.Migration/Api/Models/UpdateProjectResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/UpdateUserResult.cs b/src/Tableau.Migration/Api/Models/UpdateUserResult.cs index 0e4ec933..60ab3aef 100644 --- a/src/Tableau.Migration/Api/Models/UpdateUserResult.cs +++ b/src/Tableau.Migration/Api/Models/UpdateUserResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Models/UpdateWorkbookResult.cs b/src/Tableau.Migration/Api/Models/UpdateWorkbookResult.cs index 54689c5a..64b4cb7e 100644 --- a/src/Tableau.Migration/Api/Models/UpdateWorkbookResult.cs +++ b/src/Tableau.Migration/Api/Models/UpdateWorkbookResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Permissions/DefaultPermissionsApiClient.cs b/src/Tableau.Migration/Api/Permissions/DefaultPermissionsApiClient.cs index 3252c0e3..6dbdc94b 100644 --- a/src/Tableau.Migration/Api/Permissions/DefaultPermissionsApiClient.cs +++ b/src/Tableau.Migration/Api/Permissions/DefaultPermissionsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Permissions/IDefaultPermissionsApiClient.cs b/src/Tableau.Migration/Api/Permissions/IDefaultPermissionsApiClient.cs index c488f812..35be9112 100644 --- a/src/Tableau.Migration/Api/Permissions/IDefaultPermissionsApiClient.cs +++ b/src/Tableau.Migration/Api/Permissions/IDefaultPermissionsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Permissions/IPermissionsApiClient.cs b/src/Tableau.Migration/Api/Permissions/IPermissionsApiClient.cs index 33acba56..e69dd51f 100644 --- a/src/Tableau.Migration/Api/Permissions/IPermissionsApiClient.cs +++ b/src/Tableau.Migration/Api/Permissions/IPermissionsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Permissions/IPermissionsApiClientFactory.cs b/src/Tableau.Migration/Api/Permissions/IPermissionsApiClientFactory.cs index f9d9eab1..082e2493 100644 --- a/src/Tableau.Migration/Api/Permissions/IPermissionsApiClientFactory.cs +++ b/src/Tableau.Migration/Api/Permissions/IPermissionsApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Permissions/IPermissionsContentApiClient.cs b/src/Tableau.Migration/Api/Permissions/IPermissionsContentApiClient.cs index 9bbfb235..fcc079f4 100644 --- a/src/Tableau.Migration/Api/Permissions/IPermissionsContentApiClient.cs +++ b/src/Tableau.Migration/Api/Permissions/IPermissionsContentApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Permissions/PermissionsApiClient.cs b/src/Tableau.Migration/Api/Permissions/PermissionsApiClient.cs index c1cad337..f92ed3ea 100644 --- a/src/Tableau.Migration/Api/Permissions/PermissionsApiClient.cs +++ b/src/Tableau.Migration/Api/Permissions/PermissionsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Permissions/PermissionsApiClientFactory.cs b/src/Tableau.Migration/Api/Permissions/PermissionsApiClientFactory.cs index bccf5651..099fb3c4 100644 --- a/src/Tableau.Migration/Api/Permissions/PermissionsApiClientFactory.cs +++ b/src/Tableau.Migration/Api/Permissions/PermissionsApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ProjectsApiClient.cs b/src/Tableau.Migration/Api/ProjectsApiClient.cs index e79c66a1..a1ad37cd 100644 --- a/src/Tableau.Migration/Api/ProjectsApiClient.cs +++ b/src/Tableau.Migration/Api/ProjectsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/PublishContentWithFileOptions.cs b/src/Tableau.Migration/Api/PublishContentWithFileOptions.cs index 1d87bdd8..2100c077 100644 --- a/src/Tableau.Migration/Api/PublishContentWithFileOptions.cs +++ b/src/Tableau.Migration/Api/PublishContentWithFileOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") @@ -20,7 +20,7 @@ using Tableau.Migration.Api; // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/CustomViewPublisher.cs b/src/Tableau.Migration/Api/Publishing/CustomViewPublisher.cs index 58ca6420..8f2a810d 100644 --- a/src/Tableau.Migration/Api/Publishing/CustomViewPublisher.cs +++ b/src/Tableau.Migration/Api/Publishing/CustomViewPublisher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/DataSourcePublisher.cs b/src/Tableau.Migration/Api/Publishing/DataSourcePublisher.cs index 11596ddd..32ea1e2c 100644 --- a/src/Tableau.Migration/Api/Publishing/DataSourcePublisher.cs +++ b/src/Tableau.Migration/Api/Publishing/DataSourcePublisher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/FilePublisherBase.cs b/src/Tableau.Migration/Api/Publishing/FilePublisherBase.cs index 7d10c0e8..2c5ccf91 100644 --- a/src/Tableau.Migration/Api/Publishing/FilePublisherBase.cs +++ b/src/Tableau.Migration/Api/Publishing/FilePublisherBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/FlowPublisher.cs b/src/Tableau.Migration/Api/Publishing/FlowPublisher.cs index 160a1523..a4ab2aac 100644 --- a/src/Tableau.Migration/Api/Publishing/FlowPublisher.cs +++ b/src/Tableau.Migration/Api/Publishing/FlowPublisher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/ICustomViewPublisher.cs b/src/Tableau.Migration/Api/Publishing/ICustomViewPublisher.cs index 33466115..40e6a383 100644 --- a/src/Tableau.Migration/Api/Publishing/ICustomViewPublisher.cs +++ b/src/Tableau.Migration/Api/Publishing/ICustomViewPublisher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/IDataSourcePublisher.cs b/src/Tableau.Migration/Api/Publishing/IDataSourcePublisher.cs index cbdfc22b..b9c2b574 100644 --- a/src/Tableau.Migration/Api/Publishing/IDataSourcePublisher.cs +++ b/src/Tableau.Migration/Api/Publishing/IDataSourcePublisher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/IFilePublisher.cs b/src/Tableau.Migration/Api/Publishing/IFilePublisher.cs index e61cc95e..1f739519 100644 --- a/src/Tableau.Migration/Api/Publishing/IFilePublisher.cs +++ b/src/Tableau.Migration/Api/Publishing/IFilePublisher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/IFlowPublisher.cs b/src/Tableau.Migration/Api/Publishing/IFlowPublisher.cs index 9cc30cc7..d333cbed 100644 --- a/src/Tableau.Migration/Api/Publishing/IFlowPublisher.cs +++ b/src/Tableau.Migration/Api/Publishing/IFlowPublisher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/IWorkbookPublisher.cs b/src/Tableau.Migration/Api/Publishing/IWorkbookPublisher.cs index 0435f323..b82b0007 100644 --- a/src/Tableau.Migration/Api/Publishing/IWorkbookPublisher.cs +++ b/src/Tableau.Migration/Api/Publishing/IWorkbookPublisher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Publishing/WorkbookPublisher.cs b/src/Tableau.Migration/Api/Publishing/WorkbookPublisher.cs index 11340295..39e9e4b4 100644 --- a/src/Tableau.Migration/Api/Publishing/WorkbookPublisher.cs +++ b/src/Tableau.Migration/Api/Publishing/WorkbookPublisher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/RefreshAuthenticationTokenDelegate.cs b/src/Tableau.Migration/Api/RefreshAuthenticationTokenDelegate.cs index 9b05258b..f957bfb2 100644 --- a/src/Tableau.Migration/Api/RefreshAuthenticationTokenDelegate.cs +++ b/src/Tableau.Migration/Api/RefreshAuthenticationTokenDelegate.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/ContentItemUriBuilderBase.cs b/src/Tableau.Migration/Api/Rest/ContentItemUriBuilderBase.cs index f508174b..03471ec1 100644 --- a/src/Tableau.Migration/Api/Rest/ContentItemUriBuilderBase.cs +++ b/src/Tableau.Migration/Api/Rest/ContentItemUriBuilderBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/INamedContent.cs b/src/Tableau.Migration/Api/Rest/INamedContent.cs index 741e533c..6c7fa554 100644 --- a/src/Tableau.Migration/Api/Rest/INamedContent.cs +++ b/src/Tableau.Migration/Api/Rest/INamedContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/IPermissionsUriBuilder.cs b/src/Tableau.Migration/Api/Rest/IPermissionsUriBuilder.cs index 0a14ec2e..fb0b4ee4 100644 --- a/src/Tableau.Migration/Api/Rest/IPermissionsUriBuilder.cs +++ b/src/Tableau.Migration/Api/Rest/IPermissionsUriBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/IProjectsResponseApiClient.cs b/src/Tableau.Migration/Api/Rest/IProjectsResponseApiClient.cs index 0bcd3bc5..07c59324 100644 --- a/src/Tableau.Migration/Api/Rest/IProjectsResponseApiClient.cs +++ b/src/Tableau.Migration/Api/Rest/IProjectsResponseApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/IRestIdentifiable.cs b/src/Tableau.Migration/Api/Rest/IRestIdentifiable.cs index 90d1b137..6b4d319a 100644 --- a/src/Tableau.Migration/Api/Rest/IRestIdentifiable.cs +++ b/src/Tableau.Migration/Api/Rest/IRestIdentifiable.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/AdministratorLevels.cs b/src/Tableau.Migration/Api/Rest/Models/AdministratorLevels.cs index 315e18f2..f1abc144 100644 --- a/src/Tableau.Migration/Api/Rest/Models/AdministratorLevels.cs +++ b/src/Tableau.Migration/Api/Rest/Models/AdministratorLevels.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ContentPermissions.cs b/src/Tableau.Migration/Api/Rest/Models/ContentPermissions.cs index db49187d..ab7d3789 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ContentPermissions.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ContentPermissions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/CustomViewDefaultUsersResponsePager.cs b/src/Tableau.Migration/Api/Rest/Models/CustomViewDefaultUsersResponsePager.cs index d59e824e..e6ea81ec 100644 --- a/src/Tableau.Migration/Api/Rest/Models/CustomViewDefaultUsersResponsePager.cs +++ b/src/Tableau.Migration/Api/Rest/Models/CustomViewDefaultUsersResponsePager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Error.cs b/src/Tableau.Migration/Api/Rest/Models/Error.cs index 9c5f0dc6..fa8c9b80 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Error.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Error.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ExtractEncryptionModes.cs b/src/Tableau.Migration/Api/Rest/Models/ExtractEncryptionModes.cs index 506ef128..3553bee2 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ExtractEncryptionModes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ExtractEncryptionModes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/GroupUsersResponsePager.cs b/src/Tableau.Migration/Api/Rest/Models/GroupUsersResponsePager.cs index c68f1fa0..e10c7f33 100644 --- a/src/Tableau.Migration/Api/Rest/Models/GroupUsersResponsePager.cs +++ b/src/Tableau.Migration/Api/Rest/Models/GroupUsersResponsePager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IConnectionType.cs b/src/Tableau.Migration/Api/Rest/Models/IConnectionType.cs index 041fdc4f..2bda36ca 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IConnectionType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IConnectionType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ICustomViewType.cs b/src/Tableau.Migration/Api/Rest/Models/ICustomViewType.cs index c0ab741c..297e2f37 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ICustomViewType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ICustomViewType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IDataSourceDetailsType.cs b/src/Tableau.Migration/Api/Rest/Models/IDataSourceDetailsType.cs index a06f3ad2..70e7685d 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IDataSourceDetailsType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IDataSourceDetailsType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IDataSourceType.cs b/src/Tableau.Migration/Api/Rest/Models/IDataSourceType.cs index b2e0b073..32717664 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IDataSourceType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IDataSourceType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IFlowType.cs b/src/Tableau.Migration/Api/Rest/Models/IFlowType.cs index ba17df1c..49d73a95 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IFlowType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IFlowType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ILocationType.cs b/src/Tableau.Migration/Api/Rest/Models/ILocationType.cs index 1d899294..abf8d2ae 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ILocationType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ILocationType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IProjectReferenceType.cs b/src/Tableau.Migration/Api/Rest/Models/IProjectReferenceType.cs index d9a4860c..0c55f260 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IProjectReferenceType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IProjectReferenceType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IProjectType.cs b/src/Tableau.Migration/Api/Rest/Models/IProjectType.cs index 549ea522..b3c175ae 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IProjectType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IProjectType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IProjectTypeExtensions.cs b/src/Tableau.Migration/Api/Rest/Models/IProjectTypeExtensions.cs index 2a00e84f..e8d87a46 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IProjectTypeExtensions.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IProjectTypeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IScheduleType.cs b/src/Tableau.Migration/Api/Rest/Models/IScheduleType.cs index 3ce13f1b..d9229e43 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IScheduleType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IScheduleType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ITableauServerListResponse.cs b/src/Tableau.Migration/Api/Rest/Models/ITableauServerListResponse.cs index e98f840c..6897ea09 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ITableauServerListResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ITableauServerListResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ITableauServerResponse.cs b/src/Tableau.Migration/Api/Rest/Models/ITableauServerResponse.cs index 15029f67..fb241e21 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ITableauServerResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ITableauServerResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ITableauServerWithParentResponse.cs b/src/Tableau.Migration/Api/Rest/Models/ITableauServerWithParentResponse.cs index 687cf60a..afc99eed 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ITableauServerWithParentResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ITableauServerWithParentResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ITagType.cs b/src/Tableau.Migration/Api/Rest/Models/ITagType.cs index 0ed8875a..0db035a5 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ITagType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ITagType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IViewReferenceType.cs b/src/Tableau.Migration/Api/Rest/Models/IViewReferenceType.cs index c8ffa6b5..99721b8e 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IViewReferenceType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IViewReferenceType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IViewType.cs b/src/Tableau.Migration/Api/Rest/Models/IViewType.cs index 2be5f7ab..b39f528d 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IViewType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IViewType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IWithDataSourceReferenceType.cs b/src/Tableau.Migration/Api/Rest/Models/IWithDataSourceReferenceType.cs index 8259e5a3..20256f8f 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IWithDataSourceReferenceType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IWithDataSourceReferenceType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IWithOwnerType.cs b/src/Tableau.Migration/Api/Rest/Models/IWithOwnerType.cs index 32395278..0369a92b 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IWithOwnerType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IWithOwnerType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IWithProjectType.cs b/src/Tableau.Migration/Api/Rest/Models/IWithProjectType.cs index 8d51a33a..70d19502 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IWithProjectType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IWithProjectType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IWithScheduleReferenceType.cs b/src/Tableau.Migration/Api/Rest/Models/IWithScheduleReferenceType.cs index 42df31af..30a092a3 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IWithScheduleReferenceType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IWithScheduleReferenceType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IWithTagTypes.cs b/src/Tableau.Migration/Api/Rest/Models/IWithTagTypes.cs index 89c7e99b..1a151f2d 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IWithTagTypes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IWithTagTypes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IWithWorkbookReferenceType.cs b/src/Tableau.Migration/Api/Rest/Models/IWithWorkbookReferenceType.cs index a74f02f4..5cca19c2 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IWithWorkbookReferenceType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IWithWorkbookReferenceType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IWorkbookDetailsType.cs b/src/Tableau.Migration/Api/Rest/Models/IWorkbookDetailsType.cs index 32ab60fe..43a541a5 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IWorkbookDetailsType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IWorkbookDetailsType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/IWorkbookType.cs b/src/Tableau.Migration/Api/Rest/Models/IWorkbookType.cs index 64555767..33aaf31c 100644 --- a/src/Tableau.Migration/Api/Rest/Models/IWorkbookType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/IWorkbookType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/LabelCategories.cs b/src/Tableau.Migration/Api/Rest/Models/LabelCategories.cs index 1e8e08e8..fbfa7bb4 100644 --- a/src/Tableau.Migration/Api/Rest/Models/LabelCategories.cs +++ b/src/Tableau.Migration/Api/Rest/Models/LabelCategories.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/LabelContentTypes.cs b/src/Tableau.Migration/Api/Rest/Models/LabelContentTypes.cs index 67e5d534..92dea3e4 100644 --- a/src/Tableau.Migration/Api/Rest/Models/LabelContentTypes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/LabelContentTypes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/LicenseLevels.cs b/src/Tableau.Migration/Api/Rest/Models/LicenseLevels.cs index d86daa76..571a2d0a 100644 --- a/src/Tableau.Migration/Api/Rest/Models/LicenseLevels.cs +++ b/src/Tableau.Migration/Api/Rest/Models/LicenseLevels.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Pagination.cs b/src/Tableau.Migration/Api/Rest/Models/Pagination.cs index dd96ac26..21d77918 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Pagination.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Pagination.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ParentContentTypeNames.cs b/src/Tableau.Migration/Api/Rest/Models/ParentContentTypeNames.cs index 2ca10a78..fe26297d 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ParentContentTypeNames.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ParentContentTypeNames.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/PermissionsCapabilityModes.cs b/src/Tableau.Migration/Api/Rest/Models/PermissionsCapabilityModes.cs index 0ebaa0bf..252bddb5 100644 --- a/src/Tableau.Migration/Api/Rest/Models/PermissionsCapabilityModes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/PermissionsCapabilityModes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/PermissionsCapabilityNames.cs b/src/Tableau.Migration/Api/Rest/Models/PermissionsCapabilityNames.cs index f4c60a74..ec4a7f32 100644 --- a/src/Tableau.Migration/Api/Rest/Models/PermissionsCapabilityNames.cs +++ b/src/Tableau.Migration/Api/Rest/Models/PermissionsCapabilityNames.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/AddTagsRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/AddTagsRequest.cs index 68f1eded..34535672 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/AddTagsRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/AddTagsRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/AddUserToGroupRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/AddUserToGroupRequest.cs index 6cd5ed95..dac2a463 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/AddUserToGroupRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/AddUserToGroupRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/AddUserToSiteRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/AddUserToSiteRequest.cs index b0616778..3fd2a596 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/AddUserToSiteRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/AddUserToSiteRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/Cloud/CreateExtractRefreshTaskRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/Cloud/CreateExtractRefreshTaskRequest.cs index d10a6dbc..7ab0d5e6 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/Cloud/CreateExtractRefreshTaskRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/Cloud/CreateExtractRefreshTaskRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/CommitCustomViewPublishRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/CommitCustomViewPublishRequest.cs index b731d551..ef8c6387 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/CommitCustomViewPublishRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/CommitCustomViewPublishRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/CommitDataSourcePublishRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/CommitDataSourcePublishRequest.cs index d6c598fc..d19c3a96 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/CommitDataSourcePublishRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/CommitDataSourcePublishRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/CommitFlowPublishRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/CommitFlowPublishRequest.cs index c4328553..265b9e75 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/CommitFlowPublishRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/CommitFlowPublishRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/CommitWorkbookPublishRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/CommitWorkbookPublishRequest.cs index 71d26290..4b1956dd 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/CommitWorkbookPublishRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/CommitWorkbookPublishRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/CreateLocalGroupRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/CreateLocalGroupRequest.cs index 20714eb7..fa277277 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/CreateLocalGroupRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/CreateLocalGroupRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/CreateProjectRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/CreateProjectRequest.cs index 44f9a62c..f5f7d62c 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/CreateProjectRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/CreateProjectRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/GetLabelsRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/GetLabelsRequest.cs index 9552042a..9e281944 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/GetLabelsRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/GetLabelsRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/ImportGroupRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/ImportGroupRequest.cs index d8cd4d5e..29f14df6 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/ImportGroupRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/ImportGroupRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/ImportUsersFromCsvRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/ImportUsersFromCsvRequest.cs index e0bc5c7d..79ad07de 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/ImportUsersFromCsvRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/ImportUsersFromCsvRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/PermissionsAddRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/PermissionsAddRequest.cs index eaaab491..222e711e 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/PermissionsAddRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/PermissionsAddRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/SetCustomViewDefaultUsersRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/SetCustomViewDefaultUsersRequest.cs index 45fbe7c0..5070a500 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/SetCustomViewDefaultUsersRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/SetCustomViewDefaultUsersRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/SignInRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/SignInRequest.cs index c7a4917e..fcee16e4 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/SignInRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/SignInRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/TableauServerRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/TableauServerRequest.cs index 7a1f50de..b49bdfdd 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/TableauServerRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/TableauServerRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateConnectionRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateConnectionRequest.cs index 17419087..4443dbd9 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateConnectionRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateConnectionRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateCustomViewRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateCustomViewRequest.cs index c98ca288..5536b4cc 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateCustomViewRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateCustomViewRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateDataSourceRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateDataSourceRequest.cs index 3649cbcf..ef4809d1 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateDataSourceRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateDataSourceRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateLabelsRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateLabelsRequest.cs index 65188235..4e2429a9 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateLabelsRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateLabelsRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateProjectRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateProjectRequest.cs index 4d5c8f78..7059c66b 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateProjectRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateProjectRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateSiteRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateSiteRequest.cs index cdfed8c6..71093727 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateSiteRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateSiteRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateUserRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateUserRequest.cs index f0bd1610..570e4b6c 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateUserRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateUserRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateWorkbookRequest.cs b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateWorkbookRequest.cs index 012e4f49..f5767e85 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateWorkbookRequest.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Requests/UpdateWorkbookRequest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/AddTagsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/AddTagsResponse.cs index 2d4ccb9f..54dab828 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/AddTagsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/AddTagsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/AddUserResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/AddUserResponse.cs index ab1cf6be..969bf9e9 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/AddUserResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/AddUserResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/CreateExtractRefreshTaskResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/CreateExtractRefreshTaskResponse.cs index de9de396..ec1cf0f1 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/CreateExtractRefreshTaskResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/CreateExtractRefreshTaskResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ExtractRefreshTasksResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ExtractRefreshTasksResponse.cs index 0456540d..8a8d1f91 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ExtractRefreshTasksResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ExtractRefreshTasksResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ICloudExtractRefreshType.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ICloudExtractRefreshType.cs index 750e833f..c8c34cf5 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ICloudExtractRefreshType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ICloudExtractRefreshType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ICloudScheduleType.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ICloudScheduleType.cs index 0d98ae07..f1464a62 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ICloudScheduleType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/Cloud/ICloudScheduleType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/ConnectionResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/ConnectionResponse.cs index cb4dab61..7b9070fc 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/ConnectionResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/ConnectionResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/ConnectionsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/ConnectionsResponse.cs index b27393c9..a2beede8 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/ConnectionsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/ConnectionsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/CreateGroupResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/CreateGroupResponse.cs index 6e0caea1..8597bf41 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/CreateGroupResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/CreateGroupResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/CreateProjectResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/CreateProjectResponse.cs index b671f5d5..3b9ece1f 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/CreateProjectResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/CreateProjectResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewAsUsersDefaultViewResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewAsUsersDefaultViewResponse.cs index 9e89c6cf..7ac97a31 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewAsUsersDefaultViewResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewAsUsersDefaultViewResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewResponse.cs index 5e007ff1..51dd6502 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewsResponse.cs index 906dbb5c..23d14dae 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/CustomViewsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/DataSourceResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/DataSourceResponse.cs index e16f3044..67656f1c 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/DataSourceResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/DataSourceResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/DataSourcesResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/DataSourcesResponse.cs index 70c49eaa..3e3c6fb3 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/DataSourcesResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/DataSourcesResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/EmptyTableauServerResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/EmptyTableauServerResponse.cs index fb6b8376..8f24b6cd 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/EmptyTableauServerResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/EmptyTableauServerResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/FileUploadResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/FileUploadResponse.cs index 161e3675..547133a5 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/FileUploadResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/FileUploadResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/FlowResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/FlowResponse.cs index a0f3dd8f..df8c36a8 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/FlowResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/FlowResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/FlowsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/FlowsResponse.cs index 848189c6..43769d0c 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/FlowsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/FlowsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/GroupResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/GroupResponse.cs index 0b4ef11d..7ecf1fa5 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/GroupResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/GroupResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/GroupsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/GroupsResponse.cs index 6f905b16..9b6fb78e 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/GroupsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/GroupsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/IExtractRefreshType.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/IExtractRefreshType.cs index 5ced193d..1abfe863 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/IExtractRefreshType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/IExtractRefreshType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/IExtractRefreshTypeExtensions.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/IExtractRefreshTypeExtensions.cs index 7f06bfd3..8509b43d 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/IExtractRefreshTypeExtensions.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/IExtractRefreshTypeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleFrequencyDetailsType.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleFrequencyDetailsType.cs index 289ad9c8..73708019 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleFrequencyDetailsType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleFrequencyDetailsType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleIntervalType.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleIntervalType.cs index 6693296d..b90f600d 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleIntervalType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleIntervalType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleReferenceType.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleReferenceType.cs index da50f028..7e9fd3b5 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleReferenceType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/IScheduleReferenceType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/ImportJobResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/ImportJobResponse.cs index 0acaa85a..124270de 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/ImportJobResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/ImportJobResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/JobResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/JobResponse.cs index 9e489f30..b7028a61 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/JobResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/JobResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/LabelsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/LabelsResponse.cs index 6b49c068..c7245557 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/LabelsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/LabelsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/MetricsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/MetricsResponse.cs index d6698911..2a9455a0 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/MetricsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/MetricsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/PagedTableauServerResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/PagedTableauServerResponse.cs index 45942dd1..015ef7bf 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/PagedTableauServerResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/PagedTableauServerResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/PermissionsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/PermissionsResponse.cs index e5cbbe0d..a98fd605 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/PermissionsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/PermissionsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/ProjectsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/ProjectsResponse.cs index 720637a1..fa57357e 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/ProjectsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/ProjectsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ExtractRefreshTasksResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ExtractRefreshTasksResponse.cs index 290dda81..07cb7e03 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ExtractRefreshTasksResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ExtractRefreshTasksResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/IServerExtractRefreshType.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/IServerExtractRefreshType.cs index 16eb43cd..be79ddec 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/IServerExtractRefreshType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/IServerExtractRefreshType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/IServerScheduleType.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/IServerScheduleType.cs index 8ab8e119..6f0114a4 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/IServerScheduleType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/IServerScheduleType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ScheduleExtractRefreshTasksResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ScheduleExtractRefreshTasksResponse.cs index ee650a71..d71f58db 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ScheduleExtractRefreshTasksResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ScheduleExtractRefreshTasksResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ScheduleResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ScheduleResponse.cs index a9363468..d98b3252 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ScheduleResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/Server/ScheduleResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/ServerInfoResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/ServerInfoResponse.cs index 6698d03a..0e0b81fa 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/ServerInfoResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/ServerInfoResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/ServerSessionResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/ServerSessionResponse.cs index 3eece7e1..5c36e430 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/ServerSessionResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/ServerSessionResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/SignInResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/SignInResponse.cs index 0ddc22c2..398e26a0 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/SignInResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/SignInResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/SiteResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/SiteResponse.cs index 714a569d..23f19147 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/SiteResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/SiteResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/SitesResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/SitesResponse.cs index c7632732..f042a444 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/SitesResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/SitesResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/TableauServerListResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/TableauServerListResponse.cs index 7a478656..17d089b9 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/TableauServerListResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/TableauServerListResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/TableauServerResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/TableauServerResponse.cs index 05abdd07..90b252a5 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/TableauServerResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/TableauServerResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateCustomViewResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateCustomViewResponse.cs index a6572457..1bea9813 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateCustomViewResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateCustomViewResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateDataSourceResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateDataSourceResponse.cs index 700403a0..a85f8f83 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateDataSourceResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateDataSourceResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateProjectResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateProjectResponse.cs index 4b347287..2b61da81 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateProjectResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateProjectResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateUserResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateUserResponse.cs index cac24a36..425ff5a0 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateUserResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateUserResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateWorkbookResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateWorkbookResponse.cs index d9e362f9..9f61f71a 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateWorkbookResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/UpdateWorkbookResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/UserResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/UserResponse.cs index dfe94f20..ff695ba2 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/UserResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/UserResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/UsersResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/UsersResponse.cs index 39baee2a..dced3232 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/UsersResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/UsersResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/UsersWithCustomViewAsDefaultViewResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/UsersWithCustomViewAsDefaultViewResponse.cs index 030bf63f..5d0c854f 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/UsersWithCustomViewAsDefaultViewResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/UsersWithCustomViewAsDefaultViewResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/ViewResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/ViewResponse.cs index ce20070a..35735ae7 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/ViewResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/ViewResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/VirtualConnectionsResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/VirtualConnectionsResponse.cs index 2284e84f..ceb020da 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/VirtualConnectionsResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/VirtualConnectionsResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/WorkbookResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/WorkbookResponse.cs index b92537b0..4c0bc061 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/WorkbookResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/WorkbookResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Responses/WorkbooksResponse.cs b/src/Tableau.Migration/Api/Rest/Models/Responses/WorkbooksResponse.cs index 3bd0f22a..097e5b09 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Responses/WorkbooksResponse.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Responses/WorkbooksResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/RestProjectBuilder.cs b/src/Tableau.Migration/Api/Rest/Models/RestProjectBuilder.cs index bcad2638..a3a77128 100644 --- a/src/Tableau.Migration/Api/Rest/Models/RestProjectBuilder.cs +++ b/src/Tableau.Migration/Api/Rest/Models/RestProjectBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/RestProjectBuilderPager.cs b/src/Tableau.Migration/Api/Rest/Models/RestProjectBuilderPager.cs index 4d239393..623af513 100644 --- a/src/Tableau.Migration/Api/Rest/Models/RestProjectBuilderPager.cs +++ b/src/Tableau.Migration/Api/Rest/Models/RestProjectBuilderPager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/RestProjectResponsePager.cs b/src/Tableau.Migration/Api/Rest/Models/RestProjectResponsePager.cs index 9800d8ee..f9e9934b 100644 --- a/src/Tableau.Migration/Api/Rest/Models/RestProjectResponsePager.cs +++ b/src/Tableau.Migration/Api/Rest/Models/RestProjectResponsePager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/ScheduleExtractRefreshTasksResponsePager.cs b/src/Tableau.Migration/Api/Rest/Models/ScheduleExtractRefreshTasksResponsePager.cs index b603b1ff..abcec9d9 100644 --- a/src/Tableau.Migration/Api/Rest/Models/ScheduleExtractRefreshTasksResponsePager.cs +++ b/src/Tableau.Migration/Api/Rest/Models/ScheduleExtractRefreshTasksResponsePager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/SiteRoleMapping.cs b/src/Tableau.Migration/Api/Rest/Models/SiteRoleMapping.cs index 80064147..bf58e43e 100644 --- a/src/Tableau.Migration/Api/Rest/Models/SiteRoleMapping.cs +++ b/src/Tableau.Migration/Api/Rest/Models/SiteRoleMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/SiteRoleMappingItem.cs b/src/Tableau.Migration/Api/Rest/Models/SiteRoleMappingItem.cs index 72fb9e74..a045938e 100644 --- a/src/Tableau.Migration/Api/Rest/Models/SiteRoleMappingItem.cs +++ b/src/Tableau.Migration/Api/Rest/Models/SiteRoleMappingItem.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/SiteRoles.cs b/src/Tableau.Migration/Api/Rest/Models/SiteRoles.cs index f19cc859..950495d6 100644 --- a/src/Tableau.Migration/Api/Rest/Models/SiteRoles.cs +++ b/src/Tableau.Migration/Api/Rest/Models/SiteRoles.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/AuthenticationTypes.cs b/src/Tableau.Migration/Api/Rest/Models/Types/AuthenticationTypes.cs index c6bda1dd..a83dd8fe 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/AuthenticationTypes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/AuthenticationTypes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/CapabilityType.cs b/src/Tableau.Migration/Api/Rest/Models/Types/CapabilityType.cs index 1777560a..e5df9d21 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/CapabilityType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/CapabilityType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/CustomViewFileTypes.cs b/src/Tableau.Migration/Api/Rest/Models/Types/CustomViewFileTypes.cs index 71d6c0b7..bedb9591 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/CustomViewFileTypes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/CustomViewFileTypes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/DataSourceFileTypes.cs b/src/Tableau.Migration/Api/Rest/Models/Types/DataSourceFileTypes.cs index ffd66f05..e815d279 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/DataSourceFileTypes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/DataSourceFileTypes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/ExtractRefreshType.cs b/src/Tableau.Migration/Api/Rest/Models/Types/ExtractRefreshType.cs index a6e0ed89..8ab10b86 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/ExtractRefreshType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/ExtractRefreshType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/FlowFileTypes.cs b/src/Tableau.Migration/Api/Rest/Models/Types/FlowFileTypes.cs index 76758143..e87a0843 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/FlowFileTypes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/FlowFileTypes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/GranteeCapabilityType.cs b/src/Tableau.Migration/Api/Rest/Models/Types/GranteeCapabilityType.cs index a8a9a0f2..9eaf4c79 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/GranteeCapabilityType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/GranteeCapabilityType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/ParentContentType.cs b/src/Tableau.Migration/Api/Rest/Models/Types/ParentContentType.cs index 22b9f978..b5312ac7 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/ParentContentType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/ParentContentType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/PermissionsContentItemType.cs b/src/Tableau.Migration/Api/Rest/Models/Types/PermissionsContentItemType.cs index 465b5878..ab960afc 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/PermissionsContentItemType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/PermissionsContentItemType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/PermissionsType.cs b/src/Tableau.Migration/Api/Rest/Models/Types/PermissionsType.cs index 5a3bf5dd..09ad1168 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/PermissionsType.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/PermissionsType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/ScheduleFrequencies.cs b/src/Tableau.Migration/Api/Rest/Models/Types/ScheduleFrequencies.cs index db191d5b..7ffb949e 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/ScheduleFrequencies.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/ScheduleFrequencies.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/ScheduleTypes.cs b/src/Tableau.Migration/Api/Rest/Models/Types/ScheduleTypes.cs index 5a04b0f2..7d4b0e9a 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/ScheduleTypes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/ScheduleTypes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/WeekDays.cs b/src/Tableau.Migration/Api/Rest/Models/Types/WeekDays.cs index 69d709d9..1a1ce6be 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/WeekDays.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/WeekDays.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/Models/Types/WorkbookFileTypes.cs b/src/Tableau.Migration/Api/Rest/Models/Types/WorkbookFileTypes.cs index a338f8c3..9d560cd3 100644 --- a/src/Tableau.Migration/Api/Rest/Models/Types/WorkbookFileTypes.cs +++ b/src/Tableau.Migration/Api/Rest/Models/Types/WorkbookFileTypes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/PermissionsUriBuilder.cs b/src/Tableau.Migration/Api/Rest/PermissionsUriBuilder.cs index b243b8e7..8cbe0ef8 100644 --- a/src/Tableau.Migration/Api/Rest/PermissionsUriBuilder.cs +++ b/src/Tableau.Migration/Api/Rest/PermissionsUriBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/RestException.cs b/src/Tableau.Migration/Api/Rest/RestException.cs index 86f6c964..d91284d9 100644 --- a/src/Tableau.Migration/Api/Rest/RestException.cs +++ b/src/Tableau.Migration/Api/Rest/RestException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/RestUrlPrefixes.cs b/src/Tableau.Migration/Api/Rest/RestUrlPrefixes.cs index 3a0381a0..a0e382d6 100644 --- a/src/Tableau.Migration/Api/Rest/RestUrlPrefixes.cs +++ b/src/Tableau.Migration/Api/Rest/RestUrlPrefixes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/StringExtensions.cs b/src/Tableau.Migration/Api/Rest/StringExtensions.cs index 961a5d54..486b3f1c 100644 --- a/src/Tableau.Migration/Api/Rest/StringExtensions.cs +++ b/src/Tableau.Migration/Api/Rest/StringExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Rest/TagsUriBuilder.cs b/src/Tableau.Migration/Api/Rest/TagsUriBuilder.cs index c03aab85..a03deeed 100644 --- a/src/Tableau.Migration/Api/Rest/TagsUriBuilder.cs +++ b/src/Tableau.Migration/Api/Rest/TagsUriBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/SchedulesApiClient.cs b/src/Tableau.Migration/Api/SchedulesApiClient.cs index 18c30a00..9f6db3d9 100644 --- a/src/Tableau.Migration/Api/SchedulesApiClient.cs +++ b/src/Tableau.Migration/Api/SchedulesApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ScopedApiClientFactory.cs b/src/Tableau.Migration/Api/ScopedApiClientFactory.cs index 9f40ed4d..89b3185a 100644 --- a/src/Tableau.Migration/Api/ScopedApiClientFactory.cs +++ b/src/Tableau.Migration/Api/ScopedApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Search/ApiContentCache.cs b/src/Tableau.Migration/Api/Search/ApiContentCache.cs index 5c7049d6..d6d0def2 100644 --- a/src/Tableau.Migration/Api/Search/ApiContentCache.cs +++ b/src/Tableau.Migration/Api/Search/ApiContentCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Search/ApiContentReferenceFinderFactory.cs b/src/Tableau.Migration/Api/Search/ApiContentReferenceFinderFactory.cs index 86a0fb5b..ed08cf88 100644 --- a/src/Tableau.Migration/Api/Search/ApiContentReferenceFinderFactory.cs +++ b/src/Tableau.Migration/Api/Search/ApiContentReferenceFinderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Search/BulkApiContentReferenceCache.cs b/src/Tableau.Migration/Api/Search/BulkApiContentReferenceCache.cs index 1338e89d..2a212340 100644 --- a/src/Tableau.Migration/Api/Search/BulkApiContentReferenceCache.cs +++ b/src/Tableau.Migration/Api/Search/BulkApiContentReferenceCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ServerSessionProvider.cs b/src/Tableau.Migration/Api/ServerSessionProvider.cs index c610823b..16929655 100644 --- a/src/Tableau.Migration/Api/ServerSessionProvider.cs +++ b/src/Tableau.Migration/Api/ServerSessionProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/ITableauApiSimulatorCollection.cs b/src/Tableau.Migration/Api/Simulation/ITableauApiSimulatorCollection.cs index 80ac4f60..7ce3ef9d 100644 --- a/src/Tableau.Migration/Api/Simulation/ITableauApiSimulatorCollection.cs +++ b/src/Tableau.Migration/Api/Simulation/ITableauApiSimulatorCollection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/ITableauApiSimulatorFactory.cs b/src/Tableau.Migration/Api/Simulation/ITableauApiSimulatorFactory.cs index be36e2ed..2da2d7c2 100644 --- a/src/Tableau.Migration/Api/Simulation/ITableauApiSimulatorFactory.cs +++ b/src/Tableau.Migration/Api/Simulation/ITableauApiSimulatorFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/AuthRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/AuthRestApiSimulator.cs index 95afe45e..3ec27170 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/AuthRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/AuthRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/CustomViewsRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/CustomViewsRestApiSimulator.cs index 680e7081..c98f6ce6 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/CustomViewsRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/CustomViewsRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/DataSourcesRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/DataSourcesRestApiSimulator.cs index b977c589..4f903433 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/DataSourcesRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/DataSourcesRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/FileUploadsRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/FileUploadsRestApiSimulator.cs index a994ed20..401384f5 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/FileUploadsRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/FileUploadsRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/GroupsRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/GroupsRestApiSimulator.cs index 66e1e9e2..114b6814 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/GroupsRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/GroupsRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/JobsRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/JobsRestApiSimulator.cs index 96a42ad6..9a29df1e 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/JobsRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/JobsRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/PermissionsRestApiSimulatorBase.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/PermissionsRestApiSimulatorBase.cs index 49fcecb2..e6c33974 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/PermissionsRestApiSimulatorBase.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/PermissionsRestApiSimulatorBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/ProjectsRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/ProjectsRestApiSimulator.cs index 15b8cc82..0928a32b 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/ProjectsRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/ProjectsRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/SchedulesRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/SchedulesRestApiSimulator.cs index 761d99bb..3fcc3396 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/SchedulesRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/SchedulesRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/SitesRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/SitesRestApiSimulator.cs index 893436dc..523ed510 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/SitesRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/SitesRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/TagsRestApiSimulatorBase.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/TagsRestApiSimulatorBase.cs index 6a5a62be..f3e88112 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/TagsRestApiSimulatorBase.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/TagsRestApiSimulatorBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/TasksRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/TasksRestApiSimulator.cs index a8772131..8e7d7fac 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/TasksRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/TasksRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/UsersRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/UsersRestApiSimulator.cs index a2460941..7f1a8a5c 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/UsersRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/UsersRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/ViewsRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/ViewsRestApiSimulator.cs index e35dfbe8..552a7ba6 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/ViewsRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/ViewsRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Api/WorkbooksRestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/Api/WorkbooksRestApiSimulator.cs index 686873df..d3bc447a 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Api/WorkbooksRestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Api/WorkbooksRestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/MethodSimulatorExtensions.cs b/src/Tableau.Migration/Api/Simulation/Rest/MethodSimulatorExtensions.cs index eee68969..bd947000 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/MethodSimulatorExtensions.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/MethodSimulatorExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/HttpStatusCodeExtensions.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/HttpStatusCodeExtensions.cs index 530f49ff..711973b0 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/HttpStatusCodeExtensions.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/HttpStatusCodeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/FilterExtensions.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/FilterExtensions.cs index 9aca1124..7bd7a6b8 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/FilterExtensions.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/FilterExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/HttpRequestMessageExtensions.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/HttpRequestMessageExtensions.cs index 9994a1ac..b6f4f7c0 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/HttpRequestMessageExtensions.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/HttpRequestMessageExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/RestApiRequestMatcher.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/RestApiRequestMatcher.cs index eabec3f7..e2c72561 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/RestApiRequestMatcher.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/RestApiRequestMatcher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/RestUrlPatterns.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/RestUrlPatterns.cs index caefacfd..4e2f2696 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/RestUrlPatterns.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/RestUrlPatterns.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/UriExtensions.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/UriExtensions.cs index 9ebab951..9b33ecd6 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/UriExtensions.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Requests/UriExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/ResponseSimulatorExtensions.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/ResponseSimulatorExtensions.cs index 176f4ba7..f2ced500 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/ResponseSimulatorExtensions.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/ResponseSimulatorExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/BuildResponseException.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/BuildResponseException.cs index ea2cdfd7..150197ef 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/BuildResponseException.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/BuildResponseException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/EmptyRestResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/EmptyRestResponseBuilder.cs index bf425785..e155cfcd 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/EmptyRestResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/EmptyRestResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IEntityResponsePager.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IEntityResponsePager.cs index 827fd94f..1b47e28e 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IEntityResponsePager.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IEntityResponsePager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestApiResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestApiResponseBuilder.cs index 89a4eff4..92558952 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestApiResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestApiResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestApiResponseBuilderExtensions.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestApiResponseBuilderExtensions.cs index 0831506f..5eddfeb0 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestApiResponseBuilderExtensions.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestApiResponseBuilderExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestErrorBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestErrorBuilder.cs index 7c079cd1..1c7bb707 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestErrorBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/IRestErrorBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestApiResponseBuilderBase.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestApiResponseBuilderBase.cs index 798577a9..3e77478f 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestApiResponseBuilderBase.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestApiResponseBuilderBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitCustomViewUploadResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitCustomViewUploadResponseBuilder.cs index 6cd0bd0a..23014216 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitCustomViewUploadResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitCustomViewUploadResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitDataSourceUploadResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitDataSourceUploadResponseBuilder.cs index 6d65eb7e..1efae4ad 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitDataSourceUploadResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitDataSourceUploadResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitUploadResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitUploadResponseBuilder.cs index 7bd01cb1..ba829164 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitUploadResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitUploadResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitWorkbookUploadResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitWorkbookUploadResponseBuilder.cs index 2479b70f..5151cb6e 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitWorkbookUploadResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCommitWorkbookUploadResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCustomViewDefaultUsersAddResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCustomViewDefaultUsersAddResponseBuilder.cs index b3d9ba65..755eb1bb 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCustomViewDefaultUsersAddResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestCustomViewDefaultUsersAddResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDefaultPermissionsCreateResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDefaultPermissionsCreateResponseBuilder.cs index 2e7bea2e..3a71e9c4 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDefaultPermissionsCreateResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDefaultPermissionsCreateResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDeleteByIdResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDeleteByIdResponseBuilder.cs index 834e8259..ee5dd53f 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDeleteByIdResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDeleteByIdResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDeleteResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDeleteResponseBuilder.cs index f64db5bb..b67e6394 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDeleteResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDeleteResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDownloadFileByIdResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDownloadFileByIdResponseBuilder.cs index e97e4b1c..a69ffcb6 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDownloadFileByIdResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestDownloadFileByIdResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityIdResponseBuilderBase.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityIdResponseBuilderBase.cs index 8a43aa15..96d9965f 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityIdResponseBuilderBase.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityIdResponseBuilderBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityListResponseBuilderBase.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityListResponseBuilderBase.cs index 97a80383..5d3f4b9d 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityListResponseBuilderBase.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityListResponseBuilderBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityResponsePager.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityResponsePager.cs index efbeaf17..1a8ce628 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityResponsePager.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestEntityResponsePager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestExtractRefreshTaskCreateResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestExtractRefreshTaskCreateResponseBuilder.cs index c5d193ea..96f4ac9f 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestExtractRefreshTaskCreateResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestExtractRefreshTaskCreateResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetByContentUrlResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetByContentUrlResponseBuilder.cs index 842ac562..359e4189 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetByContentUrlResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetByContentUrlResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetByIdResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetByIdResponseBuilder.cs index 4f215182..bd00055e 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetByIdResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetByIdResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetSitesResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetSitesResponseBuilder.cs index d967b359..b66df73b 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetSitesResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGetSitesResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGroupAddResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGroupAddResponseBuilder.cs index 64ba02c7..6e3391bd 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGroupAddResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestGroupAddResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestInitiateFileUploadResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestInitiateFileUploadResponseBuilder.cs index d6a11d52..f138ef48 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestInitiateFileUploadResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestInitiateFileUploadResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestListResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestListResponseBuilder.cs index 70fdcdc7..7287eca4 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestListResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestListResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPagedListResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPagedListResponseBuilder.cs index 3b1782bd..2b6c04f6 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPagedListResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPagedListResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPermissionsCreateResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPermissionsCreateResponseBuilder.cs index 27a0bb5e..92b4147e 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPermissionsCreateResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPermissionsCreateResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPermissionsGetResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPermissionsGetResponseBuilder.cs index 7f9f5ffe..1d1e6406 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPermissionsGetResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPermissionsGetResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPostEntityResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPostEntityResponseBuilder.cs index e7c6a4ad..320cd6cb 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPostEntityResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPostEntityResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestProjectCreateResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestProjectCreateResponseBuilder.cs index 23cfab85..e55a6c14 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestProjectCreateResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestProjectCreateResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPutByIdResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPutByIdResponseBuilder.cs index 488d883f..9a53672d 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPutByIdResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestPutByIdResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestSearchEntityResponseBuilderBase.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestSearchEntityResponseBuilderBase.cs index 9a4ea343..beedb9c7 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestSearchEntityResponseBuilderBase.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestSearchEntityResponseBuilderBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestSingleEntityResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestSingleEntityResponseBuilder.cs index bb6e544f..4ee84a4c 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestSingleEntityResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestSingleEntityResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUpdateConnectionResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUpdateConnectionResponseBuilder.cs index 97a7bca5..007b7df1 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUpdateConnectionResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUpdateConnectionResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUpdateFileUploadResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUpdateFileUploadResponseBuilder.cs index 0783b2ad..d6379644 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUpdateFileUploadResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUpdateFileUploadResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserAddResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserAddResponseBuilder.cs index f831aa33..90a9bc47 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserAddResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserAddResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserAddToGroupResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserAddToGroupResponseBuilder.cs index a466f801..f9fc1451 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserAddToGroupResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserAddToGroupResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserImportResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserImportResponseBuilder.cs index 73045378..ae16437a 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserImportResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserImportResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserUpdateResponseBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserUpdateResponseBuilder.cs index a00368f9..119302ca 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserUpdateResponseBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/RestUserUpdateResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/StaticRestErrorBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/StaticRestErrorBuilder.cs index ea84a6d9..d2c8fcda 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/StaticRestErrorBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/StaticRestErrorBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/UnauthorizedRestErrorBuilder.cs b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/UnauthorizedRestErrorBuilder.cs index 1e6220d7..907ab7d6 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/UnauthorizedRestErrorBuilder.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/Net/Responses/UnauthorizedRestErrorBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/Rest/RestApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/Rest/RestApiSimulator.cs index ff236e5b..c2bb04a3 100644 --- a/src/Tableau.Migration/Api/Simulation/Rest/RestApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/Rest/RestApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/SimulatedConnection.cs b/src/Tableau.Migration/Api/Simulation/SimulatedConnection.cs index 3d9fcffe..7db1523c 100644 --- a/src/Tableau.Migration/Api/Simulation/SimulatedConnection.cs +++ b/src/Tableau.Migration/Api/Simulation/SimulatedConnection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/SimulatedConnectionCredentials.cs b/src/Tableau.Migration/Api/Simulation/SimulatedConnectionCredentials.cs index edf08c74..87080885 100644 --- a/src/Tableau.Migration/Api/Simulation/SimulatedConnectionCredentials.cs +++ b/src/Tableau.Migration/Api/Simulation/SimulatedConnectionCredentials.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/SimulatedCustomViewData.cs b/src/Tableau.Migration/Api/Simulation/SimulatedCustomViewData.cs index be04b783..f0b1c63c 100644 --- a/src/Tableau.Migration/Api/Simulation/SimulatedCustomViewData.cs +++ b/src/Tableau.Migration/Api/Simulation/SimulatedCustomViewData.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/SimulatedDataSourceData.cs b/src/Tableau.Migration/Api/Simulation/SimulatedDataSourceData.cs index c0c751ef..7eb6a4ed 100644 --- a/src/Tableau.Migration/Api/Simulation/SimulatedDataSourceData.cs +++ b/src/Tableau.Migration/Api/Simulation/SimulatedDataSourceData.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/SimulatedDataWithConnections.cs b/src/Tableau.Migration/Api/Simulation/SimulatedDataWithConnections.cs index 95f2ac05..b08f7666 100644 --- a/src/Tableau.Migration/Api/Simulation/SimulatedDataWithConnections.cs +++ b/src/Tableau.Migration/Api/Simulation/SimulatedDataWithConnections.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/SimulatedWorkbookData.cs b/src/Tableau.Migration/Api/Simulation/SimulatedWorkbookData.cs index 4b33d724..f2967cc9 100644 --- a/src/Tableau.Migration/Api/Simulation/SimulatedWorkbookData.cs +++ b/src/Tableau.Migration/Api/Simulation/SimulatedWorkbookData.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/TableauApiResponseSimulator.cs b/src/Tableau.Migration/Api/Simulation/TableauApiResponseSimulator.cs index 789f4c28..04c3f89f 100644 --- a/src/Tableau.Migration/Api/Simulation/TableauApiResponseSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/TableauApiResponseSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/TableauApiResponseSimulatorProvider.cs b/src/Tableau.Migration/Api/Simulation/TableauApiResponseSimulatorProvider.cs index 5d516146..6e0e9480 100644 --- a/src/Tableau.Migration/Api/Simulation/TableauApiResponseSimulatorProvider.cs +++ b/src/Tableau.Migration/Api/Simulation/TableauApiResponseSimulatorProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/TableauApiSimulator.cs b/src/Tableau.Migration/Api/Simulation/TableauApiSimulator.cs index 2fd87143..22a0d16a 100644 --- a/src/Tableau.Migration/Api/Simulation/TableauApiSimulator.cs +++ b/src/Tableau.Migration/Api/Simulation/TableauApiSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/TableauApiSimulatorCollection.cs b/src/Tableau.Migration/Api/Simulation/TableauApiSimulatorCollection.cs index faa2c9f8..0dcd16a7 100644 --- a/src/Tableau.Migration/Api/Simulation/TableauApiSimulatorCollection.cs +++ b/src/Tableau.Migration/Api/Simulation/TableauApiSimulatorCollection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/TableauApiSimulatorFactory.cs b/src/Tableau.Migration/Api/Simulation/TableauApiSimulatorFactory.cs index da167fd8..c8b97bab 100644 --- a/src/Tableau.Migration/Api/Simulation/TableauApiSimulatorFactory.cs +++ b/src/Tableau.Migration/Api/Simulation/TableauApiSimulatorFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Simulation/TableauData.cs b/src/Tableau.Migration/Api/Simulation/TableauData.cs index 311197c8..4059f8a9 100644 --- a/src/Tableau.Migration/Api/Simulation/TableauData.cs +++ b/src/Tableau.Migration/Api/Simulation/TableauData.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/SitesApiClient.cs b/src/Tableau.Migration/Api/SitesApiClient.cs index 3204ab1e..677475f8 100644 --- a/src/Tableau.Migration/Api/SitesApiClient.cs +++ b/src/Tableau.Migration/Api/SitesApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/TableauServerVersion.cs b/src/Tableau.Migration/Api/TableauServerVersion.cs index eb7eb297..6e4113bb 100644 --- a/src/Tableau.Migration/Api/TableauServerVersion.cs +++ b/src/Tableau.Migration/Api/TableauServerVersion.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/TableauServerVersionProvider.cs b/src/Tableau.Migration/Api/TableauServerVersionProvider.cs index 5fbf69de..8c7dfc83 100644 --- a/src/Tableau.Migration/Api/TableauServerVersionProvider.cs +++ b/src/Tableau.Migration/Api/TableauServerVersionProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/TableauSiteConnectionConfiguration.cs b/src/Tableau.Migration/Api/TableauSiteConnectionConfiguration.cs index 49463160..ff5c1097 100644 --- a/src/Tableau.Migration/Api/TableauSiteConnectionConfiguration.cs +++ b/src/Tableau.Migration/Api/TableauSiteConnectionConfiguration.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Tags/ITagsApiClient.cs b/src/Tableau.Migration/Api/Tags/ITagsApiClient.cs index 37119dc9..2e820ce1 100644 --- a/src/Tableau.Migration/Api/Tags/ITagsApiClient.cs +++ b/src/Tableau.Migration/Api/Tags/ITagsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Tags/ITagsApiClientFactory.cs b/src/Tableau.Migration/Api/Tags/ITagsApiClientFactory.cs index bb86803a..b04e743a 100644 --- a/src/Tableau.Migration/Api/Tags/ITagsApiClientFactory.cs +++ b/src/Tableau.Migration/Api/Tags/ITagsApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Tags/ITagsContentApiClient.cs b/src/Tableau.Migration/Api/Tags/ITagsContentApiClient.cs index 90cbdfcb..50a54cd2 100644 --- a/src/Tableau.Migration/Api/Tags/ITagsContentApiClient.cs +++ b/src/Tableau.Migration/Api/Tags/ITagsContentApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Tags/TagsApiClient.cs b/src/Tableau.Migration/Api/Tags/TagsApiClient.cs index af8cf3a1..de8954a6 100644 --- a/src/Tableau.Migration/Api/Tags/TagsApiClient.cs +++ b/src/Tableau.Migration/Api/Tags/TagsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/Tags/TagsApiClientFactory.cs b/src/Tableau.Migration/Api/Tags/TagsApiClientFactory.cs index 852f75bc..0d8b5aa0 100644 --- a/src/Tableau.Migration/Api/Tags/TagsApiClientFactory.cs +++ b/src/Tableau.Migration/Api/Tags/TagsApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/TasksApiClient.cs b/src/Tableau.Migration/Api/TasksApiClient.cs index bc15eb50..d7a4bd7a 100644 --- a/src/Tableau.Migration/Api/TasksApiClient.cs +++ b/src/Tableau.Migration/Api/TasksApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/UsersApiClient.cs b/src/Tableau.Migration/Api/UsersApiClient.cs index 7c5d9a24..37781d94 100644 --- a/src/Tableau.Migration/Api/UsersApiClient.cs +++ b/src/Tableau.Migration/Api/UsersApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") @@ -26,12 +26,14 @@ using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Tableau.Migration.Api.Models; +using Tableau.Migration.Api.Rest; using Tableau.Migration.Api.Rest.Models.Requests; using Tableau.Migration.Api.Rest.Models.Responses; using Tableau.Migration.Content; using Tableau.Migration.Content.Search; using Tableau.Migration.Net; using Tableau.Migration.Net.Rest; +using Tableau.Migration.Net.Rest.Filtering; using Tableau.Migration.Paging; using Tableau.Migration.Resources; @@ -39,6 +41,7 @@ namespace Tableau.Migration.Api { internal sealed class UsersApiClient : ContentApiClientBase, IUsersApiClient { + internal const string USER_NAME_CONFLICT_ERROR_CODE = "409017"; private readonly IJobsApiClient _jobs; private readonly IHttpContentSerializer _serializer; @@ -83,6 +86,21 @@ public async Task> GetAllUsersAsync(int pageNumber, int page return getAllUsersResult; } + /// + public async Task> GetAllUsersAsync(int pageNumber, int pageSize, IEnumerable filters, CancellationToken cancel) + { + var getAllUsersResult = await RestRequestBuilderFactory + .CreateUri("/users") + .WithPage(pageNumber, pageSize) + .WithFilters(filters) + .ForGetRequest() + .SendAsync(cancel) + .ToPagedResultAsync(r => r.Items.ToImmutableArray(), SharedResourcesLocalizer) + .ConfigureAwait(false); + + return getAllUsersResult; + } + /// public async Task> ImportUsersAsync(IEnumerable users, Stream csvStream, CancellationToken cancel) { @@ -161,7 +179,60 @@ public async Task> AddUserAsync(string userName, string .ToResultAsync(r => new AddUserResult(r), SharedResourcesLocalizer) .ConfigureAwait(false); - return userResult; + // If the user was added successfully or the error is not a name conflict, return the result. + if (userResult.Success || + !userResult.Errors.OfType().Any(e => e.Code == USER_NAME_CONFLICT_ERROR_CODE)) + { + return userResult; + } + + // Name filter should be enough. + // Manual testing showed that multiple users with the same name but different auth type/domains are not permitted. + var filters = new List + { + new Filter("name", FilterOperator.CaseInsensitiveEqual, userName) + }; + + // We grab two items here so we'll know if we match > 1. + // This theoretically shouldn't happen but just in case. + var existingUserResult = await GetAllUsersAsync(1, 2, filters, cancel).ConfigureAwait(false); + + if (existingUserResult.Success && existingUserResult.TotalCount == 1) + { + var existingUser = existingUserResult.Value[0]; + + // Convert "GetUser" response to "AddUser" response. + var addUserResponse = new AddUserResponse + { + Item = new AddUserResponse.UserType + { + Id = existingUser.Id, + Name = existingUser.Name, + SiteRole = existingUser.SiteRole, + AuthSetting = existingUser.AuthSetting + } + }; + + return Result.Succeeded(new AddUserResult(addUserResponse)); + } + + var conflictResultBuilder = new ResultBuilder(); + conflictResultBuilder.Add(userResult); + + if (!existingUserResult.Success) + { + conflictResultBuilder.Add(existingUserResult); + } + else if (existingUserResult.Value.Count == 0) + { + conflictResultBuilder.Add(new Exception($"Could not find a user \"{authenticationType ?? string.Empty} \\ {userName}\".")); + } + else if (existingUserResult.Value.Count > 1) + { + conflictResultBuilder.Add(new Exception($"Found multiple users \"{authenticationType ?? string.Empty} \\ {userName}\".")); + } + + return conflictResultBuilder.Build().CastFailure(); } /// diff --git a/src/Tableau.Migration/Api/UsersResponseExtensions.cs b/src/Tableau.Migration/Api/UsersResponseExtensions.cs index 75db1daa..c35099d5 100644 --- a/src/Tableau.Migration/Api/UsersResponseExtensions.cs +++ b/src/Tableau.Migration/Api/UsersResponseExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ViewsApiClient.cs b/src/Tableau.Migration/Api/ViewsApiClient.cs index 9ad69b63..5d329fbf 100644 --- a/src/Tableau.Migration/Api/ViewsApiClient.cs +++ b/src/Tableau.Migration/Api/ViewsApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/ViewsApiClientFactory.cs b/src/Tableau.Migration/Api/ViewsApiClientFactory.cs index 77302aa1..55cfae1d 100644 --- a/src/Tableau.Migration/Api/ViewsApiClientFactory.cs +++ b/src/Tableau.Migration/Api/ViewsApiClientFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Api/WorkbooksApiClient.cs b/src/Tableau.Migration/Api/WorkbooksApiClient.cs index ad1b2231..f45929d4 100644 --- a/src/Tableau.Migration/Api/WorkbooksApiClient.cs +++ b/src/Tableau.Migration/Api/WorkbooksApiClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/AsyncDisposableResult.cs b/src/Tableau.Migration/AsyncDisposableResult.cs index 7388e97d..cfb02859 100644 --- a/src/Tableau.Migration/AsyncDisposableResult.cs +++ b/src/Tableau.Migration/AsyncDisposableResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ComparerBase.cs b/src/Tableau.Migration/ComparerBase.cs index 29340b65..f9243a18 100644 --- a/src/Tableau.Migration/ComparerBase.cs +++ b/src/Tableau.Migration/ComparerBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ConcurrentDictionaryExtensions.cs b/src/Tableau.Migration/ConcurrentDictionaryExtensions.cs index 487ffb1b..278c3536 100644 --- a/src/Tableau.Migration/ConcurrentDictionaryExtensions.cs +++ b/src/Tableau.Migration/ConcurrentDictionaryExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/ConfigReader.cs b/src/Tableau.Migration/Config/ConfigReader.cs index 9e75602e..0cf519a2 100644 --- a/src/Tableau.Migration/Config/ConfigReader.cs +++ b/src/Tableau.Migration/Config/ConfigReader.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/ContentTypesOptions.cs b/src/Tableau.Migration/Config/ContentTypesOptions.cs index d7ec3173..fe8dea43 100644 --- a/src/Tableau.Migration/Config/ContentTypesOptions.cs +++ b/src/Tableau.Migration/Config/ContentTypesOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/DefaultPermissionsContentTypeOptions.cs b/src/Tableau.Migration/Config/DefaultPermissionsContentTypeOptions.cs index f093cace..31110dcf 100644 --- a/src/Tableau.Migration/Config/DefaultPermissionsContentTypeOptions.cs +++ b/src/Tableau.Migration/Config/DefaultPermissionsContentTypeOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/FileOptions.cs b/src/Tableau.Migration/Config/FileOptions.cs index d06eefd2..969b7172 100644 --- a/src/Tableau.Migration/Config/FileOptions.cs +++ b/src/Tableau.Migration/Config/FileOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/IConfigReader.cs b/src/Tableau.Migration/Config/IConfigReader.cs index b4363e6e..dd8c0b20 100644 --- a/src/Tableau.Migration/Config/IConfigReader.cs +++ b/src/Tableau.Migration/Config/IConfigReader.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/JobOptions.cs b/src/Tableau.Migration/Config/JobOptions.cs index 64c8f7b6..51bba1e9 100644 --- a/src/Tableau.Migration/Config/JobOptions.cs +++ b/src/Tableau.Migration/Config/JobOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/MigrationSDKOptions.cs b/src/Tableau.Migration/Config/MigrationSDKOptions.cs index 4a381819..6a91cbfe 100644 --- a/src/Tableau.Migration/Config/MigrationSDKOptions.cs +++ b/src/Tableau.Migration/Config/MigrationSDKOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/NetworkOptions.cs b/src/Tableau.Migration/Config/NetworkOptions.cs index b9dd16d8..d975ff51 100644 --- a/src/Tableau.Migration/Config/NetworkOptions.cs +++ b/src/Tableau.Migration/Config/NetworkOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/PreflightOptions.cs b/src/Tableau.Migration/Config/PreflightOptions.cs index 1b1e2f2d..9df95603 100644 --- a/src/Tableau.Migration/Config/PreflightOptions.cs +++ b/src/Tableau.Migration/Config/PreflightOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/ResilienceOptions.cs b/src/Tableau.Migration/Config/ResilienceOptions.cs index a2ebbe31..2e36bbbe 100644 --- a/src/Tableau.Migration/Config/ResilienceOptions.cs +++ b/src/Tableau.Migration/Config/ResilienceOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Config/UniqueContentTypesValidator.cs b/src/Tableau.Migration/Config/UniqueContentTypesValidator.cs index 5868d1d2..cc737d44 100644 --- a/src/Tableau.Migration/Config/UniqueContentTypesValidator.cs +++ b/src/Tableau.Migration/Config/UniqueContentTypesValidator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Constants.cs b/src/Tableau.Migration/Constants.cs index 3d472b01..022abc2f 100644 --- a/src/Tableau.Migration/Constants.cs +++ b/src/Tableau.Migration/Constants.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ConcurrentSet.cs b/src/Tableau.Migration/Content/ConcurrentSet.cs index 73169373..3324ae07 100644 --- a/src/Tableau.Migration/Content/ConcurrentSet.cs +++ b/src/Tableau.Migration/Content/ConcurrentSet.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Connection.cs b/src/Tableau.Migration/Content/Connection.cs index 7663c626..e9d34aa4 100644 --- a/src/Tableau.Migration/Content/Connection.cs +++ b/src/Tableau.Migration/Content/Connection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ContainerContentBase.cs b/src/Tableau.Migration/Content/ContainerContentBase.cs index f3023b8a..c47b5847 100644 --- a/src/Tableau.Migration/Content/ContainerContentBase.cs +++ b/src/Tableau.Migration/Content/ContainerContentBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ContentBase.cs b/src/Tableau.Migration/Content/ContentBase.cs index 2fd776ea..b8156689 100644 --- a/src/Tableau.Migration/Content/ContentBase.cs +++ b/src/Tableau.Migration/Content/ContentBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ContentLocationComparer.cs b/src/Tableau.Migration/Content/ContentLocationComparer.cs index 5ebcf4c3..b4fc217f 100644 --- a/src/Tableau.Migration/Content/ContentLocationComparer.cs +++ b/src/Tableau.Migration/Content/ContentLocationComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ContentReferenceStub.cs b/src/Tableau.Migration/Content/ContentReferenceStub.cs index 67fec4a2..a4b30774 100644 --- a/src/Tableau.Migration/Content/ContentReferenceStub.cs +++ b/src/Tableau.Migration/Content/ContentReferenceStub.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/CustomView.cs b/src/Tableau.Migration/Content/CustomView.cs index 503acdf2..8645d7f4 100644 --- a/src/Tableau.Migration/Content/CustomView.cs +++ b/src/Tableau.Migration/Content/CustomView.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/DataSource.cs b/src/Tableau.Migration/Content/DataSource.cs index ed620ea8..bbfbc195 100644 --- a/src/Tableau.Migration/Content/DataSource.cs +++ b/src/Tableau.Migration/Content/DataSource.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/DataSourceDetails.cs b/src/Tableau.Migration/Content/DataSourceDetails.cs index a198cb63..7733b965 100644 --- a/src/Tableau.Migration/Content/DataSourceDetails.cs +++ b/src/Tableau.Migration/Content/DataSourceDetails.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/Aes256EncryptionFactory.cs b/src/Tableau.Migration/Content/Files/Aes256EncryptionFactory.cs index 7f6cde0b..6bbf0f84 100644 --- a/src/Tableau.Migration/Content/Files/Aes256EncryptionFactory.cs +++ b/src/Tableau.Migration/Content/Files/Aes256EncryptionFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/ContentFileHandle.cs b/src/Tableau.Migration/Content/Files/ContentFileHandle.cs index 6edd5a67..bc837c84 100644 --- a/src/Tableau.Migration/Content/Files/ContentFileHandle.cs +++ b/src/Tableau.Migration/Content/Files/ContentFileHandle.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/ContentFileStream.cs b/src/Tableau.Migration/Content/Files/ContentFileStream.cs index 521b84bb..053aa2e3 100644 --- a/src/Tableau.Migration/Content/Files/ContentFileStream.cs +++ b/src/Tableau.Migration/Content/Files/ContentFileStream.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/ContentTypeFilePathResolver.cs b/src/Tableau.Migration/Content/Files/ContentTypeFilePathResolver.cs index 0b513322..6e920ecf 100644 --- a/src/Tableau.Migration/Content/Files/ContentTypeFilePathResolver.cs +++ b/src/Tableau.Migration/Content/Files/ContentTypeFilePathResolver.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/DirectoryContentFileStore.cs b/src/Tableau.Migration/Content/Files/DirectoryContentFileStore.cs index e342b06b..c6489ef7 100644 --- a/src/Tableau.Migration/Content/Files/DirectoryContentFileStore.cs +++ b/src/Tableau.Migration/Content/Files/DirectoryContentFileStore.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/EncryptedFileHandle.cs b/src/Tableau.Migration/Content/Files/EncryptedFileHandle.cs index dc543530..d6d6c522 100644 --- a/src/Tableau.Migration/Content/Files/EncryptedFileHandle.cs +++ b/src/Tableau.Migration/Content/Files/EncryptedFileHandle.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/EncryptedFileStore.cs b/src/Tableau.Migration/Content/Files/EncryptedFileStore.cs index ac85050d..0683b6ee 100644 --- a/src/Tableau.Migration/Content/Files/EncryptedFileStore.cs +++ b/src/Tableau.Migration/Content/Files/EncryptedFileStore.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/EncryptedFileStream.cs b/src/Tableau.Migration/Content/Files/EncryptedFileStream.cs index 6122fdc7..9afe475a 100644 --- a/src/Tableau.Migration/Content/Files/EncryptedFileStream.cs +++ b/src/Tableau.Migration/Content/Files/EncryptedFileStream.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/IContentFileHandle.cs b/src/Tableau.Migration/Content/Files/IContentFileHandle.cs index 949421b1..8ba95a04 100644 --- a/src/Tableau.Migration/Content/Files/IContentFileHandle.cs +++ b/src/Tableau.Migration/Content/Files/IContentFileHandle.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/IContentFileHandleExtensions.cs b/src/Tableau.Migration/Content/Files/IContentFileHandleExtensions.cs index f30e546a..1a147a48 100644 --- a/src/Tableau.Migration/Content/Files/IContentFileHandleExtensions.cs +++ b/src/Tableau.Migration/Content/Files/IContentFileHandleExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/IContentFilePathResolver.cs b/src/Tableau.Migration/Content/Files/IContentFilePathResolver.cs index 07f9debf..3feb050a 100644 --- a/src/Tableau.Migration/Content/Files/IContentFilePathResolver.cs +++ b/src/Tableau.Migration/Content/Files/IContentFilePathResolver.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/IContentFileStore.cs b/src/Tableau.Migration/Content/Files/IContentFileStore.cs index a659c1c0..d78eb5ed 100644 --- a/src/Tableau.Migration/Content/Files/IContentFileStore.cs +++ b/src/Tableau.Migration/Content/Files/IContentFileStore.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/IContentFileStream.cs b/src/Tableau.Migration/Content/Files/IContentFileStream.cs index 3b8d3d58..f7a649f5 100644 --- a/src/Tableau.Migration/Content/Files/IContentFileStream.cs +++ b/src/Tableau.Migration/Content/Files/IContentFileStream.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/ISymmetricEncryptionFactory.cs b/src/Tableau.Migration/Content/Files/ISymmetricEncryptionFactory.cs index f39b9beb..45f11393 100644 --- a/src/Tableau.Migration/Content/Files/ISymmetricEncryptionFactory.cs +++ b/src/Tableau.Migration/Content/Files/ISymmetricEncryptionFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/ITableauFileEditor.cs b/src/Tableau.Migration/Content/Files/ITableauFileEditor.cs index c18b877d..18d10671 100644 --- a/src/Tableau.Migration/Content/Files/ITableauFileEditor.cs +++ b/src/Tableau.Migration/Content/Files/ITableauFileEditor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/ITableauFileXmlStream.cs b/src/Tableau.Migration/Content/Files/ITableauFileXmlStream.cs index afddb71e..780afe4d 100644 --- a/src/Tableau.Migration/Content/Files/ITableauFileXmlStream.cs +++ b/src/Tableau.Migration/Content/Files/ITableauFileXmlStream.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/SeekableCryptoStream.cs b/src/Tableau.Migration/Content/Files/SeekableCryptoStream.cs index 89858f23..db2bb671 100644 --- a/src/Tableau.Migration/Content/Files/SeekableCryptoStream.cs +++ b/src/Tableau.Migration/Content/Files/SeekableCryptoStream.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/StreamExtensions.cs b/src/Tableau.Migration/Content/Files/StreamExtensions.cs index 63f288a8..87610ca9 100644 --- a/src/Tableau.Migration/Content/Files/StreamExtensions.cs +++ b/src/Tableau.Migration/Content/Files/StreamExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/TableauFileEditor.cs b/src/Tableau.Migration/Content/Files/TableauFileEditor.cs index 79340fd9..47e505df 100644 --- a/src/Tableau.Migration/Content/Files/TableauFileEditor.cs +++ b/src/Tableau.Migration/Content/Files/TableauFileEditor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/TableauFileXmlStream.cs b/src/Tableau.Migration/Content/Files/TableauFileXmlStream.cs index ea72bceb..cd208080 100644 --- a/src/Tableau.Migration/Content/Files/TableauFileXmlStream.cs +++ b/src/Tableau.Migration/Content/Files/TableauFileXmlStream.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/TemporaryDirectoryContentFileStore.cs b/src/Tableau.Migration/Content/Files/TemporaryDirectoryContentFileStore.cs index 8c236fb9..1b8642a2 100644 --- a/src/Tableau.Migration/Content/Files/TemporaryDirectoryContentFileStore.cs +++ b/src/Tableau.Migration/Content/Files/TemporaryDirectoryContentFileStore.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/Xml/XContainerExtensions.cs b/src/Tableau.Migration/Content/Files/Xml/XContainerExtensions.cs index a3ea382f..87563033 100644 --- a/src/Tableau.Migration/Content/Files/Xml/XContainerExtensions.cs +++ b/src/Tableau.Migration/Content/Files/Xml/XContainerExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/Xml/XElementExtensions.cs b/src/Tableau.Migration/Content/Files/Xml/XElementExtensions.cs index 338f7dc5..ef0522b1 100644 --- a/src/Tableau.Migration/Content/Files/Xml/XElementExtensions.cs +++ b/src/Tableau.Migration/Content/Files/Xml/XElementExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/Xml/XFeatureFlagName.cs b/src/Tableau.Migration/Content/Files/Xml/XFeatureFlagName.cs index 95c0a163..a02c6133 100644 --- a/src/Tableau.Migration/Content/Files/Xml/XFeatureFlagName.cs +++ b/src/Tableau.Migration/Content/Files/Xml/XFeatureFlagName.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Files/Xml/XNameExtensions.cs b/src/Tableau.Migration/Content/Files/Xml/XNameExtensions.cs index a1a96bc9..0443d962 100644 --- a/src/Tableau.Migration/Content/Files/Xml/XNameExtensions.cs +++ b/src/Tableau.Migration/Content/Files/Xml/XNameExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Flow.cs b/src/Tableau.Migration/Content/Flow.cs index 1b9e306f..bc18e4d1 100644 --- a/src/Tableau.Migration/Content/Flow.cs +++ b/src/Tableau.Migration/Content/Flow.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Group.cs b/src/Tableau.Migration/Content/Group.cs index c91fb620..457c347b 100644 --- a/src/Tableau.Migration/Content/Group.cs +++ b/src/Tableau.Migration/Content/Group.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/GroupUser.cs b/src/Tableau.Migration/Content/GroupUser.cs index b53048b3..95a73107 100644 --- a/src/Tableau.Migration/Content/GroupUser.cs +++ b/src/Tableau.Migration/Content/GroupUser.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IChildPermissionsContent.cs b/src/Tableau.Migration/Content/IChildPermissionsContent.cs index e3e70d01..6b4a72e0 100644 --- a/src/Tableau.Migration/Content/IChildPermissionsContent.cs +++ b/src/Tableau.Migration/Content/IChildPermissionsContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IConnection.cs b/src/Tableau.Migration/Content/IConnection.cs index b9141ee9..27722985 100644 --- a/src/Tableau.Migration/Content/IConnection.cs +++ b/src/Tableau.Migration/Content/IConnection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IConnectionsContent.cs b/src/Tableau.Migration/Content/IConnectionsContent.cs index 260cd232..d51d9c3d 100644 --- a/src/Tableau.Migration/Content/IConnectionsContent.cs +++ b/src/Tableau.Migration/Content/IConnectionsContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IContainerContent.cs b/src/Tableau.Migration/Content/IContainerContent.cs index a60cf64a..57361070 100644 --- a/src/Tableau.Migration/Content/IContainerContent.cs +++ b/src/Tableau.Migration/Content/IContainerContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IContentReferenceExtensions.cs b/src/Tableau.Migration/Content/IContentReferenceExtensions.cs index 276c4599..7a83f794 100644 --- a/src/Tableau.Migration/Content/IContentReferenceExtensions.cs +++ b/src/Tableau.Migration/Content/IContentReferenceExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ICustomView.cs b/src/Tableau.Migration/Content/ICustomView.cs index b31412a8..1ac4d660 100644 --- a/src/Tableau.Migration/Content/ICustomView.cs +++ b/src/Tableau.Migration/Content/ICustomView.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IDataSource.cs b/src/Tableau.Migration/Content/IDataSource.cs index 7576c18e..ee19455d 100644 --- a/src/Tableau.Migration/Content/IDataSource.cs +++ b/src/Tableau.Migration/Content/IDataSource.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IDataSourceDetails.cs b/src/Tableau.Migration/Content/IDataSourceDetails.cs index 9e231c5e..f1b30bd5 100644 --- a/src/Tableau.Migration/Content/IDataSourceDetails.cs +++ b/src/Tableau.Migration/Content/IDataSourceDetails.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IDescriptionContent.cs b/src/Tableau.Migration/Content/IDescriptionContent.cs index 77b9b3d2..812c6823 100644 --- a/src/Tableau.Migration/Content/IDescriptionContent.cs +++ b/src/Tableau.Migration/Content/IDescriptionContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IExtractContent.cs b/src/Tableau.Migration/Content/IExtractContent.cs index 8813f50b..cb1d1bf0 100644 --- a/src/Tableau.Migration/Content/IExtractContent.cs +++ b/src/Tableau.Migration/Content/IExtractContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IFileContent.cs b/src/Tableau.Migration/Content/IFileContent.cs index e65f667d..b0b6937a 100644 --- a/src/Tableau.Migration/Content/IFileContent.cs +++ b/src/Tableau.Migration/Content/IFileContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IFlow.cs b/src/Tableau.Migration/Content/IFlow.cs index eb1f4eb7..f5b7d645 100644 --- a/src/Tableau.Migration/Content/IFlow.cs +++ b/src/Tableau.Migration/Content/IFlow.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IGroup.cs b/src/Tableau.Migration/Content/IGroup.cs index 2ce5f20f..c59709fe 100644 --- a/src/Tableau.Migration/Content/IGroup.cs +++ b/src/Tableau.Migration/Content/IGroup.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IGroupUser.cs b/src/Tableau.Migration/Content/IGroupUser.cs index ecdbb05b..1b1a8511 100644 --- a/src/Tableau.Migration/Content/IGroupUser.cs +++ b/src/Tableau.Migration/Content/IGroupUser.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ILabel.cs b/src/Tableau.Migration/Content/ILabel.cs index 4bd8aa5c..44031cf9 100644 --- a/src/Tableau.Migration/Content/ILabel.cs +++ b/src/Tableau.Migration/Content/ILabel.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IMappableContainerContent.cs b/src/Tableau.Migration/Content/IMappableContainerContent.cs index 5fb2d9d8..43c6645b 100644 --- a/src/Tableau.Migration/Content/IMappableContainerContent.cs +++ b/src/Tableau.Migration/Content/IMappableContainerContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IMappableContent.cs b/src/Tableau.Migration/Content/IMappableContent.cs index c4a46013..399d3619 100644 --- a/src/Tableau.Migration/Content/IMappableContent.cs +++ b/src/Tableau.Migration/Content/IMappableContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IPermissionsContent.cs b/src/Tableau.Migration/Content/IPermissionsContent.cs index e5fdab4c..3764ba28 100644 --- a/src/Tableau.Migration/Content/IPermissionsContent.cs +++ b/src/Tableau.Migration/Content/IPermissionsContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IProject.cs b/src/Tableau.Migration/Content/IProject.cs index d871b3fe..de198a43 100644 --- a/src/Tableau.Migration/Content/IProject.cs +++ b/src/Tableau.Migration/Content/IProject.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IPublishableCustomView.cs b/src/Tableau.Migration/Content/IPublishableCustomView.cs index 9940c372..503a1402 100644 --- a/src/Tableau.Migration/Content/IPublishableCustomView.cs +++ b/src/Tableau.Migration/Content/IPublishableCustomView.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IPublishableDataSource.cs b/src/Tableau.Migration/Content/IPublishableDataSource.cs index 06eb4c72..6170f39d 100644 --- a/src/Tableau.Migration/Content/IPublishableDataSource.cs +++ b/src/Tableau.Migration/Content/IPublishableDataSource.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IPublishableFlow.cs b/src/Tableau.Migration/Content/IPublishableFlow.cs index 15fda2df..5c2a4f88 100644 --- a/src/Tableau.Migration/Content/IPublishableFlow.cs +++ b/src/Tableau.Migration/Content/IPublishableFlow.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IPublishableGroup.cs b/src/Tableau.Migration/Content/IPublishableGroup.cs index 68f0c1a0..4d8e43b3 100644 --- a/src/Tableau.Migration/Content/IPublishableGroup.cs +++ b/src/Tableau.Migration/Content/IPublishableGroup.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IPublishableWorkbook.cs b/src/Tableau.Migration/Content/IPublishableWorkbook.cs index 0bb5fa21..712f092d 100644 --- a/src/Tableau.Migration/Content/IPublishableWorkbook.cs +++ b/src/Tableau.Migration/Content/IPublishableWorkbook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IPublishedContent.cs b/src/Tableau.Migration/Content/IPublishedContent.cs index 78d4cb85..3df6c099 100644 --- a/src/Tableau.Migration/Content/IPublishedContent.cs +++ b/src/Tableau.Migration/Content/IPublishedContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IRequiresLabelUpdate.cs b/src/Tableau.Migration/Content/IRequiresLabelUpdate.cs index 83658404..e46a6c5d 100644 --- a/src/Tableau.Migration/Content/IRequiresLabelUpdate.cs +++ b/src/Tableau.Migration/Content/IRequiresLabelUpdate.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IRequiresOwnerUpdate.cs b/src/Tableau.Migration/Content/IRequiresOwnerUpdate.cs index 42063e60..dcba3980 100644 --- a/src/Tableau.Migration/Content/IRequiresOwnerUpdate.cs +++ b/src/Tableau.Migration/Content/IRequiresOwnerUpdate.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IServerSession.cs b/src/Tableau.Migration/Content/IServerSession.cs index 4336b560..0ae5e169 100644 --- a/src/Tableau.Migration/Content/IServerSession.cs +++ b/src/Tableau.Migration/Content/IServerSession.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ISite.cs b/src/Tableau.Migration/Content/ISite.cs index 56bdad4d..daa98c43 100644 --- a/src/Tableau.Migration/Content/ISite.cs +++ b/src/Tableau.Migration/Content/ISite.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ISiteSettings.cs b/src/Tableau.Migration/Content/ISiteSettings.cs index b12b6b38..7038dd44 100644 --- a/src/Tableau.Migration/Content/ISiteSettings.cs +++ b/src/Tableau.Migration/Content/ISiteSettings.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ISiteSettingsUpdate.cs b/src/Tableau.Migration/Content/ISiteSettingsUpdate.cs index d0561ea2..3a531080 100644 --- a/src/Tableau.Migration/Content/ISiteSettingsUpdate.cs +++ b/src/Tableau.Migration/Content/ISiteSettingsUpdate.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ITag.cs b/src/Tableau.Migration/Content/ITag.cs index ff11a662..ad1bee18 100644 --- a/src/Tableau.Migration/Content/ITag.cs +++ b/src/Tableau.Migration/Content/ITag.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ITagExtensions.cs b/src/Tableau.Migration/Content/ITagExtensions.cs index 8a298012..fab6099b 100644 --- a/src/Tableau.Migration/Content/ITagExtensions.cs +++ b/src/Tableau.Migration/Content/ITagExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IUser.cs b/src/Tableau.Migration/Content/IUser.cs index b6009c25..20e1a1ab 100644 --- a/src/Tableau.Migration/Content/IUser.cs +++ b/src/Tableau.Migration/Content/IUser.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IUsernameContent.cs b/src/Tableau.Migration/Content/IUsernameContent.cs index 12e816f1..c590242e 100644 --- a/src/Tableau.Migration/Content/IUsernameContent.cs +++ b/src/Tableau.Migration/Content/IUsernameContent.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IView.cs b/src/Tableau.Migration/Content/IView.cs index 776f35b7..1ade43ad 100644 --- a/src/Tableau.Migration/Content/IView.cs +++ b/src/Tableau.Migration/Content/IView.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IWithConnections.cs b/src/Tableau.Migration/Content/IWithConnections.cs index 2c505558..8432c8a7 100644 --- a/src/Tableau.Migration/Content/IWithConnections.cs +++ b/src/Tableau.Migration/Content/IWithConnections.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IWithDomain.cs b/src/Tableau.Migration/Content/IWithDomain.cs index d81ed2f5..1d7cac78 100644 --- a/src/Tableau.Migration/Content/IWithDomain.cs +++ b/src/Tableau.Migration/Content/IWithDomain.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IWithLabels.cs b/src/Tableau.Migration/Content/IWithLabels.cs index 301795b3..809f93a0 100644 --- a/src/Tableau.Migration/Content/IWithLabels.cs +++ b/src/Tableau.Migration/Content/IWithLabels.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IWithOwner.cs b/src/Tableau.Migration/Content/IWithOwner.cs index a7b3fd66..e25c4177 100644 --- a/src/Tableau.Migration/Content/IWithOwner.cs +++ b/src/Tableau.Migration/Content/IWithOwner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IWithTags.cs b/src/Tableau.Migration/Content/IWithTags.cs index 1b193a76..5b6207f5 100644 --- a/src/Tableau.Migration/Content/IWithTags.cs +++ b/src/Tableau.Migration/Content/IWithTags.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IWithWorkbook.cs b/src/Tableau.Migration/Content/IWithWorkbook.cs index 98ae031f..ea157857 100644 --- a/src/Tableau.Migration/Content/IWithWorkbook.cs +++ b/src/Tableau.Migration/Content/IWithWorkbook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IWorkbook.cs b/src/Tableau.Migration/Content/IWorkbook.cs index 3f4cffb1..f8223c54 100644 --- a/src/Tableau.Migration/Content/IWorkbook.cs +++ b/src/Tableau.Migration/Content/IWorkbook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/IWorkbookDetails.cs b/src/Tableau.Migration/Content/IWorkbookDetails.cs index 3006024b..5408618a 100644 --- a/src/Tableau.Migration/Content/IWorkbookDetails.cs +++ b/src/Tableau.Migration/Content/IWorkbookDetails.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Label.cs b/src/Tableau.Migration/Content/Label.cs index 37e92741..229eb1fa 100644 --- a/src/Tableau.Migration/Content/Label.cs +++ b/src/Tableau.Migration/Content/Label.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/MappableContainerContentBase.cs b/src/Tableau.Migration/Content/MappableContainerContentBase.cs index 6eaf0539..60dcdc6a 100644 --- a/src/Tableau.Migration/Content/MappableContainerContentBase.cs +++ b/src/Tableau.Migration/Content/MappableContainerContentBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/Capability.cs b/src/Tableau.Migration/Content/Permissions/Capability.cs index 542d134f..48af9201 100644 --- a/src/Tableau.Migration/Content/Permissions/Capability.cs +++ b/src/Tableau.Migration/Content/Permissions/Capability.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/DefaultPermissionsContentTypeUrlSegments.cs b/src/Tableau.Migration/Content/Permissions/DefaultPermissionsContentTypeUrlSegments.cs index 1d6377b1..7e74fbc8 100644 --- a/src/Tableau.Migration/Content/Permissions/DefaultPermissionsContentTypeUrlSegments.cs +++ b/src/Tableau.Migration/Content/Permissions/DefaultPermissionsContentTypeUrlSegments.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/GranteeCapability.cs b/src/Tableau.Migration/Content/Permissions/GranteeCapability.cs index f08c88f4..9d0d08a3 100644 --- a/src/Tableau.Migration/Content/Permissions/GranteeCapability.cs +++ b/src/Tableau.Migration/Content/Permissions/GranteeCapability.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/GranteeType.cs b/src/Tableau.Migration/Content/Permissions/GranteeType.cs index 1022fff5..ced0b3f8 100644 --- a/src/Tableau.Migration/Content/Permissions/GranteeType.cs +++ b/src/Tableau.Migration/Content/Permissions/GranteeType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/GranteeTypeExtensions.cs b/src/Tableau.Migration/Content/Permissions/GranteeTypeExtensions.cs index cfdb6136..826eef87 100644 --- a/src/Tableau.Migration/Content/Permissions/GranteeTypeExtensions.cs +++ b/src/Tableau.Migration/Content/Permissions/GranteeTypeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/ICapability.cs b/src/Tableau.Migration/Content/Permissions/ICapability.cs index 49c534c2..9da3bc93 100644 --- a/src/Tableau.Migration/Content/Permissions/ICapability.cs +++ b/src/Tableau.Migration/Content/Permissions/ICapability.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/ICapabilityComparer.cs b/src/Tableau.Migration/Content/Permissions/ICapabilityComparer.cs index 514311cd..a30df18b 100644 --- a/src/Tableau.Migration/Content/Permissions/ICapabilityComparer.cs +++ b/src/Tableau.Migration/Content/Permissions/ICapabilityComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/IGranteeCapability.cs b/src/Tableau.Migration/Content/Permissions/IGranteeCapability.cs index 1081e3ae..aa367f0b 100644 --- a/src/Tableau.Migration/Content/Permissions/IGranteeCapability.cs +++ b/src/Tableau.Migration/Content/Permissions/IGranteeCapability.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/IGranteeCapabilityExtensions.cs b/src/Tableau.Migration/Content/Permissions/IGranteeCapabilityExtensions.cs index 0d1cc883..7610c737 100644 --- a/src/Tableau.Migration/Content/Permissions/IGranteeCapabilityExtensions.cs +++ b/src/Tableau.Migration/Content/Permissions/IGranteeCapabilityExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/IPermissions.cs b/src/Tableau.Migration/Content/Permissions/IPermissions.cs index 00533b84..91475d23 100644 --- a/src/Tableau.Migration/Content/Permissions/IPermissions.cs +++ b/src/Tableau.Migration/Content/Permissions/IPermissions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Permissions/Permissions.cs b/src/Tableau.Migration/Content/Permissions/Permissions.cs index e398264d..3f53da55 100644 --- a/src/Tableau.Migration/Content/Permissions/Permissions.cs +++ b/src/Tableau.Migration/Content/Permissions/Permissions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Project.cs b/src/Tableau.Migration/Content/Project.cs index b7eacea5..fcf9e4eb 100644 --- a/src/Tableau.Migration/Content/Project.cs +++ b/src/Tableau.Migration/Content/Project.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/PublishableCustomView.cs b/src/Tableau.Migration/Content/PublishableCustomView.cs index c23c6e6a..a37ecaa8 100644 --- a/src/Tableau.Migration/Content/PublishableCustomView.cs +++ b/src/Tableau.Migration/Content/PublishableCustomView.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/PublishableDataSource.cs b/src/Tableau.Migration/Content/PublishableDataSource.cs index 5cc3b92a..6b6393f2 100644 --- a/src/Tableau.Migration/Content/PublishableDataSource.cs +++ b/src/Tableau.Migration/Content/PublishableDataSource.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/PublishableFlow.cs b/src/Tableau.Migration/Content/PublishableFlow.cs index 6c2036ff..51571ecc 100644 --- a/src/Tableau.Migration/Content/PublishableFlow.cs +++ b/src/Tableau.Migration/Content/PublishableFlow.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/PublishableGroup.cs b/src/Tableau.Migration/Content/PublishableGroup.cs index 1888a6be..6c93b70f 100644 --- a/src/Tableau.Migration/Content/PublishableGroup.cs +++ b/src/Tableau.Migration/Content/PublishableGroup.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/PublishableWorkbook.cs b/src/Tableau.Migration/Content/PublishableWorkbook.cs index ef0eaef0..5f98d71b 100644 --- a/src/Tableau.Migration/Content/PublishableWorkbook.cs +++ b/src/Tableau.Migration/Content/PublishableWorkbook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Cloud/CloudExtractRefreshTask.cs b/src/Tableau.Migration/Content/Schedules/Cloud/CloudExtractRefreshTask.cs index 8b782bcf..c6639188 100644 --- a/src/Tableau.Migration/Content/Schedules/Cloud/CloudExtractRefreshTask.cs +++ b/src/Tableau.Migration/Content/Schedules/Cloud/CloudExtractRefreshTask.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Cloud/CloudSchedule.cs b/src/Tableau.Migration/Content/Schedules/Cloud/CloudSchedule.cs index 38c84ba4..eb7420b1 100644 --- a/src/Tableau.Migration/Content/Schedules/Cloud/CloudSchedule.cs +++ b/src/Tableau.Migration/Content/Schedules/Cloud/CloudSchedule.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Cloud/CloudScheduleValidator.cs b/src/Tableau.Migration/Content/Schedules/Cloud/CloudScheduleValidator.cs index 62764171..09579b41 100644 --- a/src/Tableau.Migration/Content/Schedules/Cloud/CloudScheduleValidator.cs +++ b/src/Tableau.Migration/Content/Schedules/Cloud/CloudScheduleValidator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Cloud/ICloudExtractRefreshTask.cs b/src/Tableau.Migration/Content/Schedules/Cloud/ICloudExtractRefreshTask.cs index 4af67400..d5fe5661 100644 --- a/src/Tableau.Migration/Content/Schedules/Cloud/ICloudExtractRefreshTask.cs +++ b/src/Tableau.Migration/Content/Schedules/Cloud/ICloudExtractRefreshTask.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Cloud/ICloudSchedule.cs b/src/Tableau.Migration/Content/Schedules/Cloud/ICloudSchedule.cs index 6289f007..214c9deb 100644 --- a/src/Tableau.Migration/Content/Schedules/Cloud/ICloudSchedule.cs +++ b/src/Tableau.Migration/Content/Schedules/Cloud/ICloudSchedule.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/ExtractRefreshContentType.cs b/src/Tableau.Migration/Content/Schedules/ExtractRefreshContentType.cs index 370c00b9..1ff2bce1 100644 --- a/src/Tableau.Migration/Content/Schedules/ExtractRefreshContentType.cs +++ b/src/Tableau.Migration/Content/Schedules/ExtractRefreshContentType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/ExtractRefreshTaskBase.cs b/src/Tableau.Migration/Content/Schedules/ExtractRefreshTaskBase.cs index 506cba8f..6ba77a1d 100644 --- a/src/Tableau.Migration/Content/Schedules/ExtractRefreshTaskBase.cs +++ b/src/Tableau.Migration/Content/Schedules/ExtractRefreshTaskBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/ExtractRefreshTaskConverterBase.cs b/src/Tableau.Migration/Content/Schedules/ExtractRefreshTaskConverterBase.cs index 33cc7bb1..92df707a 100644 --- a/src/Tableau.Migration/Content/Schedules/ExtractRefreshTaskConverterBase.cs +++ b/src/Tableau.Migration/Content/Schedules/ExtractRefreshTaskConverterBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/FrequencyDetails.cs b/src/Tableau.Migration/Content/Schedules/FrequencyDetails.cs index 66d5793f..07460945 100644 --- a/src/Tableau.Migration/Content/Schedules/FrequencyDetails.cs +++ b/src/Tableau.Migration/Content/Schedules/FrequencyDetails.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/IExtractRefreshTask.cs b/src/Tableau.Migration/Content/Schedules/IExtractRefreshTask.cs index 1c7e6584..41b74675 100644 --- a/src/Tableau.Migration/Content/Schedules/IExtractRefreshTask.cs +++ b/src/Tableau.Migration/Content/Schedules/IExtractRefreshTask.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/IExtractRefreshTaskConverter.cs b/src/Tableau.Migration/Content/Schedules/IExtractRefreshTaskConverter.cs index 48685f36..65171c65 100644 --- a/src/Tableau.Migration/Content/Schedules/IExtractRefreshTaskConverter.cs +++ b/src/Tableau.Migration/Content/Schedules/IExtractRefreshTaskConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/IFrequencyDetails.cs b/src/Tableau.Migration/Content/Schedules/IFrequencyDetails.cs index 5aa30e04..82f6a8ca 100644 --- a/src/Tableau.Migration/Content/Schedules/IFrequencyDetails.cs +++ b/src/Tableau.Migration/Content/Schedules/IFrequencyDetails.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/IFrequencyExtensions.cs b/src/Tableau.Migration/Content/Schedules/IFrequencyExtensions.cs index 1b26bee5..65684c69 100644 --- a/src/Tableau.Migration/Content/Schedules/IFrequencyExtensions.cs +++ b/src/Tableau.Migration/Content/Schedules/IFrequencyExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/IInterval.cs b/src/Tableau.Migration/Content/Schedules/IInterval.cs index 52ad6f87..39d5fb61 100644 --- a/src/Tableau.Migration/Content/Schedules/IInterval.cs +++ b/src/Tableau.Migration/Content/Schedules/IInterval.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/ISchedule.cs b/src/Tableau.Migration/Content/Schedules/ISchedule.cs index 087787bc..5fa17178 100644 --- a/src/Tableau.Migration/Content/Schedules/ISchedule.cs +++ b/src/Tableau.Migration/Content/Schedules/ISchedule.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/IScheduleValidator.cs b/src/Tableau.Migration/Content/Schedules/IScheduleValidator.cs index c0d0b295..795ab36d 100644 --- a/src/Tableau.Migration/Content/Schedules/IScheduleValidator.cs +++ b/src/Tableau.Migration/Content/Schedules/IScheduleValidator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/IWithSchedule.cs b/src/Tableau.Migration/Content/Schedules/IWithSchedule.cs index 7442503b..681610cc 100644 --- a/src/Tableau.Migration/Content/Schedules/IWithSchedule.cs +++ b/src/Tableau.Migration/Content/Schedules/IWithSchedule.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Interval.cs b/src/Tableau.Migration/Content/Schedules/Interval.cs index 8a0fb90b..0af5e275 100644 --- a/src/Tableau.Migration/Content/Schedules/Interval.cs +++ b/src/Tableau.Migration/Content/Schedules/Interval.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/IntervalComparer.cs b/src/Tableau.Migration/Content/Schedules/IntervalComparer.cs index 62d9adef..29d6a077 100644 --- a/src/Tableau.Migration/Content/Schedules/IntervalComparer.cs +++ b/src/Tableau.Migration/Content/Schedules/IntervalComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/IntervalValues.cs b/src/Tableau.Migration/Content/Schedules/IntervalValues.cs index edd4f696..fde889ac 100644 --- a/src/Tableau.Migration/Content/Schedules/IntervalValues.cs +++ b/src/Tableau.Migration/Content/Schedules/IntervalValues.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/InvalidScheduleException.cs b/src/Tableau.Migration/Content/Schedules/InvalidScheduleException.cs index 625ff16c..7ecf1191 100644 --- a/src/Tableau.Migration/Content/Schedules/InvalidScheduleException.cs +++ b/src/Tableau.Migration/Content/Schedules/InvalidScheduleException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/ScheduleBase.cs b/src/Tableau.Migration/Content/Schedules/ScheduleBase.cs index a8fa3ba1..4ff4aeed 100644 --- a/src/Tableau.Migration/Content/Schedules/ScheduleBase.cs +++ b/src/Tableau.Migration/Content/Schedules/ScheduleBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/ScheduleComparers.cs b/src/Tableau.Migration/Content/Schedules/ScheduleComparers.cs index 20d468a0..ab5cf8b1 100644 --- a/src/Tableau.Migration/Content/Schedules/ScheduleComparers.cs +++ b/src/Tableau.Migration/Content/Schedules/ScheduleComparers.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Server/IScheduleExtractRefreshTask.cs b/src/Tableau.Migration/Content/Schedules/Server/IScheduleExtractRefreshTask.cs index 7595378b..cd95e58f 100644 --- a/src/Tableau.Migration/Content/Schedules/Server/IScheduleExtractRefreshTask.cs +++ b/src/Tableau.Migration/Content/Schedules/Server/IScheduleExtractRefreshTask.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Server/IScheduleExtractRefreshTasks.cs b/src/Tableau.Migration/Content/Schedules/Server/IScheduleExtractRefreshTasks.cs index 87f97724..bc0eed5f 100644 --- a/src/Tableau.Migration/Content/Schedules/Server/IScheduleExtractRefreshTasks.cs +++ b/src/Tableau.Migration/Content/Schedules/Server/IScheduleExtractRefreshTasks.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Server/IServerExtractRefreshTask.cs b/src/Tableau.Migration/Content/Schedules/Server/IServerExtractRefreshTask.cs index 94d763ee..ce2eb7b6 100644 --- a/src/Tableau.Migration/Content/Schedules/Server/IServerExtractRefreshTask.cs +++ b/src/Tableau.Migration/Content/Schedules/Server/IServerExtractRefreshTask.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Server/IServerSchedule.cs b/src/Tableau.Migration/Content/Schedules/Server/IServerSchedule.cs index 7d957151..777a39e9 100644 --- a/src/Tableau.Migration/Content/Schedules/Server/IServerSchedule.cs +++ b/src/Tableau.Migration/Content/Schedules/Server/IServerSchedule.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Server/ScheduleExtractRefreshTask.cs b/src/Tableau.Migration/Content/Schedules/Server/ScheduleExtractRefreshTask.cs index 1f830597..7fed8026 100644 --- a/src/Tableau.Migration/Content/Schedules/Server/ScheduleExtractRefreshTask.cs +++ b/src/Tableau.Migration/Content/Schedules/Server/ScheduleExtractRefreshTask.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Server/ScheduleExtractRefreshTasks.cs b/src/Tableau.Migration/Content/Schedules/Server/ScheduleExtractRefreshTasks.cs index 510b54bb..327c319a 100644 --- a/src/Tableau.Migration/Content/Schedules/Server/ScheduleExtractRefreshTasks.cs +++ b/src/Tableau.Migration/Content/Schedules/Server/ScheduleExtractRefreshTasks.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Server/ServerExtractRefreshTask.cs b/src/Tableau.Migration/Content/Schedules/Server/ServerExtractRefreshTask.cs index 49024056..5960fb68 100644 --- a/src/Tableau.Migration/Content/Schedules/Server/ServerExtractRefreshTask.cs +++ b/src/Tableau.Migration/Content/Schedules/Server/ServerExtractRefreshTask.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Server/ServerSchedule.cs b/src/Tableau.Migration/Content/Schedules/Server/ServerSchedule.cs index b2d36269..a7931d70 100644 --- a/src/Tableau.Migration/Content/Schedules/Server/ServerSchedule.cs +++ b/src/Tableau.Migration/Content/Schedules/Server/ServerSchedule.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/Server/ServerScheduleValidator.cs b/src/Tableau.Migration/Content/Schedules/Server/ServerScheduleValidator.cs index 62c8d944..c98f6493 100644 --- a/src/Tableau.Migration/Content/Schedules/Server/ServerScheduleValidator.cs +++ b/src/Tableau.Migration/Content/Schedules/Server/ServerScheduleValidator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/ServerToCloudExtractRefreshTaskConverter.cs b/src/Tableau.Migration/Content/Schedules/ServerToCloudExtractRefreshTaskConverter.cs index 5ccea337..b557bd1e 100644 --- a/src/Tableau.Migration/Content/Schedules/ServerToCloudExtractRefreshTaskConverter.cs +++ b/src/Tableau.Migration/Content/Schedules/ServerToCloudExtractRefreshTaskConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Schedules/VolatileCache.cs b/src/Tableau.Migration/Content/Schedules/VolatileCache.cs index e671d935..d12475af 100644 --- a/src/Tableau.Migration/Content/Schedules/VolatileCache.cs +++ b/src/Tableau.Migration/Content/Schedules/VolatileCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Search/CachedContentReferenceFinder.cs b/src/Tableau.Migration/Content/Search/CachedContentReferenceFinder.cs index 7a861b9e..d8ddc447 100644 --- a/src/Tableau.Migration/Content/Search/CachedContentReferenceFinder.cs +++ b/src/Tableau.Migration/Content/Search/CachedContentReferenceFinder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Search/ContentCacheFactory.cs b/src/Tableau.Migration/Content/Search/ContentCacheFactory.cs index 4b19c842..c8347776 100644 --- a/src/Tableau.Migration/Content/Search/ContentCacheFactory.cs +++ b/src/Tableau.Migration/Content/Search/ContentCacheFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Search/ContentReferenceCacheBase.cs b/src/Tableau.Migration/Content/Search/ContentReferenceCacheBase.cs index aab77caf..f77610bd 100644 --- a/src/Tableau.Migration/Content/Search/ContentReferenceCacheBase.cs +++ b/src/Tableau.Migration/Content/Search/ContentReferenceCacheBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Search/IContentCache.cs b/src/Tableau.Migration/Content/Search/IContentCache.cs index 2a551cfa..4b6e47a3 100644 --- a/src/Tableau.Migration/Content/Search/IContentCache.cs +++ b/src/Tableau.Migration/Content/Search/IContentCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Search/IContentCacheFactory.cs b/src/Tableau.Migration/Content/Search/IContentCacheFactory.cs index cca45cb5..33d9d158 100644 --- a/src/Tableau.Migration/Content/Search/IContentCacheFactory.cs +++ b/src/Tableau.Migration/Content/Search/IContentCacheFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Search/IContentReferenceCache.cs b/src/Tableau.Migration/Content/Search/IContentReferenceCache.cs index f27fe5dc..502034da 100644 --- a/src/Tableau.Migration/Content/Search/IContentReferenceCache.cs +++ b/src/Tableau.Migration/Content/Search/IContentReferenceCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Search/IContentReferenceFinder.cs b/src/Tableau.Migration/Content/Search/IContentReferenceFinder.cs index da3388c5..74e6020a 100644 --- a/src/Tableau.Migration/Content/Search/IContentReferenceFinder.cs +++ b/src/Tableau.Migration/Content/Search/IContentReferenceFinder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Search/IContentReferenceFinderFactory.cs b/src/Tableau.Migration/Content/Search/IContentReferenceFinderFactory.cs index 3ae72a90..956a8ae0 100644 --- a/src/Tableau.Migration/Content/Search/IContentReferenceFinderFactory.cs +++ b/src/Tableau.Migration/Content/Search/IContentReferenceFinderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ServerSession.cs b/src/Tableau.Migration/Content/ServerSession.cs index e0669513..5fe3a172 100644 --- a/src/Tableau.Migration/Content/ServerSession.cs +++ b/src/Tableau.Migration/Content/ServerSession.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/ServerSessionSettings.cs b/src/Tableau.Migration/Content/ServerSessionSettings.cs index 6b3bbb43..2327bfdd 100644 --- a/src/Tableau.Migration/Content/ServerSessionSettings.cs +++ b/src/Tableau.Migration/Content/ServerSessionSettings.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Site.cs b/src/Tableau.Migration/Content/Site.cs index 88c1e105..deb3e2e4 100644 --- a/src/Tableau.Migration/Content/Site.cs +++ b/src/Tableau.Migration/Content/Site.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/SiteSettingsUpdate.cs b/src/Tableau.Migration/Content/SiteSettingsUpdate.cs index 06c6e3bc..2d68e6c3 100644 --- a/src/Tableau.Migration/Content/SiteSettingsUpdate.cs +++ b/src/Tableau.Migration/Content/SiteSettingsUpdate.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Tag.cs b/src/Tableau.Migration/Content/Tag.cs index 88633663..52fc7e76 100644 --- a/src/Tableau.Migration/Content/Tag.cs +++ b/src/Tableau.Migration/Content/Tag.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/TagLabelComparer.cs b/src/Tableau.Migration/Content/TagLabelComparer.cs index 42ec06ff..9d7668c4 100644 --- a/src/Tableau.Migration/Content/TagLabelComparer.cs +++ b/src/Tableau.Migration/Content/TagLabelComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/User.cs b/src/Tableau.Migration/Content/User.cs index 8c20261a..b80b123e 100644 --- a/src/Tableau.Migration/Content/User.cs +++ b/src/Tableau.Migration/Content/User.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/UsernameContentBase.cs b/src/Tableau.Migration/Content/UsernameContentBase.cs index 0ab09051..68d62495 100644 --- a/src/Tableau.Migration/Content/UsernameContentBase.cs +++ b/src/Tableau.Migration/Content/UsernameContentBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/View.cs b/src/Tableau.Migration/Content/View.cs index 29762448..1327edef 100644 --- a/src/Tableau.Migration/Content/View.cs +++ b/src/Tableau.Migration/Content/View.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/Workbook.cs b/src/Tableau.Migration/Content/Workbook.cs index cd7a5826..1b58a6fa 100644 --- a/src/Tableau.Migration/Content/Workbook.cs +++ b/src/Tableau.Migration/Content/Workbook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Content/WorkbookDetails.cs b/src/Tableau.Migration/Content/WorkbookDetails.cs index bcf08444..93c1ea3d 100644 --- a/src/Tableau.Migration/Content/WorkbookDetails.cs +++ b/src/Tableau.Migration/Content/WorkbookDetails.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ContentLocation.cs b/src/Tableau.Migration/ContentLocation.cs index 8d2e21aa..9d4b8bd6 100644 --- a/src/Tableau.Migration/ContentLocation.cs +++ b/src/Tableau.Migration/ContentLocation.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/CsvExtensions.cs b/src/Tableau.Migration/CsvExtensions.cs index 0876cf2f..788afd0d 100644 --- a/src/Tableau.Migration/CsvExtensions.cs +++ b/src/Tableau.Migration/CsvExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/DateTimeExtensions.cs b/src/Tableau.Migration/DateTimeExtensions.cs index 3d6501b6..ffe9b380 100644 --- a/src/Tableau.Migration/DateTimeExtensions.cs +++ b/src/Tableau.Migration/DateTimeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Actions/IMigrateContentAction.cs b/src/Tableau.Migration/Engine/Actions/IMigrateContentAction.cs index 10c133a3..a91e6a8b 100644 --- a/src/Tableau.Migration/Engine/Actions/IMigrateContentAction.cs +++ b/src/Tableau.Migration/Engine/Actions/IMigrateContentAction.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Actions/IMigrationAction.cs b/src/Tableau.Migration/Engine/Actions/IMigrationAction.cs index f84b0939..7f09b704 100644 --- a/src/Tableau.Migration/Engine/Actions/IMigrationAction.cs +++ b/src/Tableau.Migration/Engine/Actions/IMigrationAction.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Actions/IMigrationActionResult.cs b/src/Tableau.Migration/Engine/Actions/IMigrationActionResult.cs index fa16ce68..49f20038 100644 --- a/src/Tableau.Migration/Engine/Actions/IMigrationActionResult.cs +++ b/src/Tableau.Migration/Engine/Actions/IMigrationActionResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Actions/MigrateContentAction.cs b/src/Tableau.Migration/Engine/Actions/MigrateContentAction.cs index e53e7971..9a89fc4c 100644 --- a/src/Tableau.Migration/Engine/Actions/MigrateContentAction.cs +++ b/src/Tableau.Migration/Engine/Actions/MigrateContentAction.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Actions/MigrationActionResult.cs b/src/Tableau.Migration/Engine/Actions/MigrationActionResult.cs index c10e0d0d..b5cf22b4 100644 --- a/src/Tableau.Migration/Engine/Actions/MigrationActionResult.cs +++ b/src/Tableau.Migration/Engine/Actions/MigrationActionResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Actions/PreflightAction.cs b/src/Tableau.Migration/Engine/Actions/PreflightAction.cs index 6fc6f5ca..257eb4c4 100644 --- a/src/Tableau.Migration/Engine/Actions/PreflightAction.cs +++ b/src/Tableau.Migration/Engine/Actions/PreflightAction.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/ContentMigrationItem.cs b/src/Tableau.Migration/Engine/ContentMigrationItem.cs index 5ed32f24..f5868a18 100644 --- a/src/Tableau.Migration/Engine/ContentMigrationItem.cs +++ b/src/Tableau.Migration/Engine/ContentMigrationItem.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/IDestinationApiEndpoint.cs b/src/Tableau.Migration/Engine/Endpoints/IDestinationApiEndpoint.cs index 0004a930..5ca6f85a 100644 --- a/src/Tableau.Migration/Engine/Endpoints/IDestinationApiEndpoint.cs +++ b/src/Tableau.Migration/Engine/Endpoints/IDestinationApiEndpoint.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/IDestinationEndpoint.cs b/src/Tableau.Migration/Engine/Endpoints/IDestinationEndpoint.cs index 70018fc1..9ddca5c6 100644 --- a/src/Tableau.Migration/Engine/Endpoints/IDestinationEndpoint.cs +++ b/src/Tableau.Migration/Engine/Endpoints/IDestinationEndpoint.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/IMigrationApiEndpoint.cs b/src/Tableau.Migration/Engine/Endpoints/IMigrationApiEndpoint.cs index 86bb7391..3cc2d6a8 100644 --- a/src/Tableau.Migration/Engine/Endpoints/IMigrationApiEndpoint.cs +++ b/src/Tableau.Migration/Engine/Endpoints/IMigrationApiEndpoint.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/IMigrationEndpoint.cs b/src/Tableau.Migration/Engine/Endpoints/IMigrationEndpoint.cs index c1aae0f7..0be849e9 100644 --- a/src/Tableau.Migration/Engine/Endpoints/IMigrationEndpoint.cs +++ b/src/Tableau.Migration/Engine/Endpoints/IMigrationEndpoint.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/IMigrationEndpointFactory.cs b/src/Tableau.Migration/Engine/Endpoints/IMigrationEndpointFactory.cs index 4a46782f..fe4b5a86 100644 --- a/src/Tableau.Migration/Engine/Endpoints/IMigrationEndpointFactory.cs +++ b/src/Tableau.Migration/Engine/Endpoints/IMigrationEndpointFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/IMigrationPlanEndpointConfiguration.cs b/src/Tableau.Migration/Engine/Endpoints/IMigrationPlanEndpointConfiguration.cs index 0fe45d32..a12d9379 100644 --- a/src/Tableau.Migration/Engine/Endpoints/IMigrationPlanEndpointConfiguration.cs +++ b/src/Tableau.Migration/Engine/Endpoints/IMigrationPlanEndpointConfiguration.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/ISourceApiEndpoint.cs b/src/Tableau.Migration/Engine/Endpoints/ISourceApiEndpoint.cs index a2e8ce42..580a1f8c 100644 --- a/src/Tableau.Migration/Engine/Endpoints/ISourceApiEndpoint.cs +++ b/src/Tableau.Migration/Engine/Endpoints/ISourceApiEndpoint.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/ISourceEndpoint.cs b/src/Tableau.Migration/Engine/Endpoints/ISourceEndpoint.cs index f237aa60..87fd12ec 100644 --- a/src/Tableau.Migration/Engine/Endpoints/ISourceEndpoint.cs +++ b/src/Tableau.Migration/Engine/Endpoints/ISourceEndpoint.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/ITableauApiEndpointConfiguration.cs b/src/Tableau.Migration/Engine/Endpoints/ITableauApiEndpointConfiguration.cs index de5f62c0..cd637e7c 100644 --- a/src/Tableau.Migration/Engine/Endpoints/ITableauApiEndpointConfiguration.cs +++ b/src/Tableau.Migration/Engine/Endpoints/ITableauApiEndpointConfiguration.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/MigrationEndpointFactory.cs b/src/Tableau.Migration/Engine/Endpoints/MigrationEndpointFactory.cs index 38b70a6c..63ccffe3 100644 --- a/src/Tableau.Migration/Engine/Endpoints/MigrationEndpointFactory.cs +++ b/src/Tableau.Migration/Engine/Endpoints/MigrationEndpointFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/BulkDestinationCache.cs b/src/Tableau.Migration/Engine/Endpoints/Search/BulkDestinationCache.cs index 8f21e5e5..68814b3e 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/BulkDestinationCache.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/BulkDestinationCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/BulkDestinationProjectCache.cs b/src/Tableau.Migration/Engine/Endpoints/Search/BulkDestinationProjectCache.cs index 06109b18..c91d6e62 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/BulkDestinationProjectCache.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/BulkDestinationProjectCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/BulkSourceCache.cs b/src/Tableau.Migration/Engine/Endpoints/Search/BulkSourceCache.cs index d077fc62..177516d4 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/BulkSourceCache.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/BulkSourceCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/IDestinationContentReferenceFinder.cs b/src/Tableau.Migration/Engine/Endpoints/Search/IDestinationContentReferenceFinder.cs index 9656646d..8711a0c3 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/IDestinationContentReferenceFinder.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/IDestinationContentReferenceFinder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/IDestinationContentReferenceFinderFactory.cs b/src/Tableau.Migration/Engine/Endpoints/Search/IDestinationContentReferenceFinderFactory.cs index ef7b55a7..00fa9516 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/IDestinationContentReferenceFinderFactory.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/IDestinationContentReferenceFinderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/ILockedProjectCache.cs b/src/Tableau.Migration/Engine/Endpoints/Search/ILockedProjectCache.cs index fa7573ac..327b7a25 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/ILockedProjectCache.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/ILockedProjectCache.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/ISourceContentReferenceFinder.cs b/src/Tableau.Migration/Engine/Endpoints/Search/ISourceContentReferenceFinder.cs index 04707b13..6ce3a57e 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/ISourceContentReferenceFinder.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/ISourceContentReferenceFinder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/ISourceContentReferenceFinderFactory.cs b/src/Tableau.Migration/Engine/Endpoints/Search/ISourceContentReferenceFinderFactory.cs index 13cebe6d..f3053be7 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/ISourceContentReferenceFinderFactory.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/ISourceContentReferenceFinderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinder.cs b/src/Tableau.Migration/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinder.cs index 99ad08ba..fd481070 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinder.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderFactory.cs b/src/Tableau.Migration/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderFactory.cs index 92cdeabd..77a3fdcc 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderFactory.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/ManifestSourceContentReferenceFinder.cs b/src/Tableau.Migration/Engine/Endpoints/Search/ManifestSourceContentReferenceFinder.cs index b39bd673..84f1777c 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/ManifestSourceContentReferenceFinder.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/ManifestSourceContentReferenceFinder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderFactory.cs b/src/Tableau.Migration/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderFactory.cs index b171e0a2..c20d1be7 100644 --- a/src/Tableau.Migration/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderFactory.cs +++ b/src/Tableau.Migration/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/TableauApiDestinationEndpoint.cs b/src/Tableau.Migration/Engine/Endpoints/TableauApiDestinationEndpoint.cs index ed3d4485..7cf693ad 100644 --- a/src/Tableau.Migration/Engine/Endpoints/TableauApiDestinationEndpoint.cs +++ b/src/Tableau.Migration/Engine/Endpoints/TableauApiDestinationEndpoint.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/TableauApiEndpointBase.cs b/src/Tableau.Migration/Engine/Endpoints/TableauApiEndpointBase.cs index 52929e4d..50223746 100644 --- a/src/Tableau.Migration/Engine/Endpoints/TableauApiEndpointBase.cs +++ b/src/Tableau.Migration/Engine/Endpoints/TableauApiEndpointBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/TableauApiEndpointConfiguration.cs b/src/Tableau.Migration/Engine/Endpoints/TableauApiEndpointConfiguration.cs index 870ad338..9b4f6c06 100644 --- a/src/Tableau.Migration/Engine/Endpoints/TableauApiEndpointConfiguration.cs +++ b/src/Tableau.Migration/Engine/Endpoints/TableauApiEndpointConfiguration.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Endpoints/TableauApiSourceEndpoint.cs b/src/Tableau.Migration/Engine/Endpoints/TableauApiSourceEndpoint.cs index ef08372e..e3906ba7 100644 --- a/src/Tableau.Migration/Engine/Endpoints/TableauApiSourceEndpoint.cs +++ b/src/Tableau.Migration/Engine/Endpoints/TableauApiSourceEndpoint.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/CallbackHookWrapper.cs b/src/Tableau.Migration/Engine/Hooks/CallbackHookWrapper.cs index d7d29417..e81950eb 100644 --- a/src/Tableau.Migration/Engine/Hooks/CallbackHookWrapper.cs +++ b/src/Tableau.Migration/Engine/Hooks/CallbackHookWrapper.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/ContentTypeHookBuilderBase.cs b/src/Tableau.Migration/Engine/Hooks/ContentTypeHookBuilderBase.cs index 34c400e2..3526af25 100644 --- a/src/Tableau.Migration/Engine/Hooks/ContentTypeHookBuilderBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/ContentTypeHookBuilderBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterBase.cs b/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterBase.cs index 9dd5e80f..0810c055 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterBuilder.cs b/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterBuilder.cs index 2932c06f..56804308 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterBuilder.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterRunner.cs b/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterRunner.cs index 4b481859..33123df8 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterRunner.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/ContentFilterRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/ContentLocationInPathFilter.cs b/src/Tableau.Migration/Engine/Hooks/Filters/ContentLocationInPathFilter.cs index d403c3e2..1ac6efd2 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/ContentLocationInPathFilter.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/ContentLocationInPathFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/Default/GroupAllUsersFilter.cs b/src/Tableau.Migration/Engine/Hooks/Filters/Default/GroupAllUsersFilter.cs index a1133d2e..6e2173a2 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/Default/GroupAllUsersFilter.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/Default/GroupAllUsersFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/Default/GroupAllUsersFilterOptions.cs b/src/Tableau.Migration/Engine/Hooks/Filters/Default/GroupAllUsersFilterOptions.cs index 76f51dfb..1a960052 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/Default/GroupAllUsersFilterOptions.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/Default/GroupAllUsersFilterOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/Default/PreviouslyMigratedFilter.cs b/src/Tableau.Migration/Engine/Hooks/Filters/Default/PreviouslyMigratedFilter.cs index 28820aa2..6a5d3c4f 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/Default/PreviouslyMigratedFilter.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/Default/PreviouslyMigratedFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/Default/PreviouslyMigratedFilterOptions.cs b/src/Tableau.Migration/Engine/Hooks/Filters/Default/PreviouslyMigratedFilterOptions.cs index 2cc84443..3483951e 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/Default/PreviouslyMigratedFilterOptions.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/Default/PreviouslyMigratedFilterOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/Default/SystemOwnershipFilter.cs b/src/Tableau.Migration/Engine/Hooks/Filters/Default/SystemOwnershipFilter.cs index 9e87049d..81e0e37b 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/Default/SystemOwnershipFilter.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/Default/SystemOwnershipFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/Default/UserSiteRoleSupportUserFilter.cs b/src/Tableau.Migration/Engine/Hooks/Filters/Default/UserSiteRoleSupportUserFilter.cs index 52622343..853cde90 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/Default/UserSiteRoleSupportUserFilter.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/Default/UserSiteRoleSupportUserFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilter.cs b/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilter.cs index b55a3cf0..809b3616 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilter.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilterBuilder.cs b/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilterBuilder.cs index 060b33b0..39e4483c 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilterBuilder.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilterBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilterRunner.cs b/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilterRunner.cs index 272bc317..64d441ae 100644 --- a/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilterRunner.cs +++ b/src/Tableau.Migration/Engine/Hooks/Filters/IContentFilterRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IContentBatchMigrationCompletedHook.cs b/src/Tableau.Migration/Engine/Hooks/IContentBatchMigrationCompletedHook.cs index 5fe7fcf2..f981289d 100644 --- a/src/Tableau.Migration/Engine/Hooks/IContentBatchMigrationCompletedHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/IContentBatchMigrationCompletedHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IContentTypeHookBuilder.cs b/src/Tableau.Migration/Engine/Hooks/IContentTypeHookBuilder.cs index 8bbc2e85..2a1a4d96 100644 --- a/src/Tableau.Migration/Engine/Hooks/IContentTypeHookBuilder.cs +++ b/src/Tableau.Migration/Engine/Hooks/IContentTypeHookBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IInitializeMigrationHook.cs b/src/Tableau.Migration/Engine/Hooks/IInitializeMigrationHook.cs index 8cab788a..f74f3706 100644 --- a/src/Tableau.Migration/Engine/Hooks/IInitializeMigrationHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/IInitializeMigrationHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IInitializeMigrationHookResult.cs b/src/Tableau.Migration/Engine/Hooks/IInitializeMigrationHookResult.cs index 413d404e..9aaeee31 100644 --- a/src/Tableau.Migration/Engine/Hooks/IInitializeMigrationHookResult.cs +++ b/src/Tableau.Migration/Engine/Hooks/IInitializeMigrationHookResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IMigrationActionCompletedHook.cs b/src/Tableau.Migration/Engine/Hooks/IMigrationActionCompletedHook.cs index bb2b03ef..61250bd4 100644 --- a/src/Tableau.Migration/Engine/Hooks/IMigrationActionCompletedHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/IMigrationActionCompletedHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IMigrationHook.cs b/src/Tableau.Migration/Engine/Hooks/IMigrationHook.cs index ee18d870..80266729 100644 --- a/src/Tableau.Migration/Engine/Hooks/IMigrationHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/IMigrationHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IMigrationHookBuilder.cs b/src/Tableau.Migration/Engine/Hooks/IMigrationHookBuilder.cs index b7567a62..c391d84b 100644 --- a/src/Tableau.Migration/Engine/Hooks/IMigrationHookBuilder.cs +++ b/src/Tableau.Migration/Engine/Hooks/IMigrationHookBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IMigrationHookFactory.cs b/src/Tableau.Migration/Engine/Hooks/IMigrationHookFactory.cs index 71bce630..0998f434 100644 --- a/src/Tableau.Migration/Engine/Hooks/IMigrationHookFactory.cs +++ b/src/Tableau.Migration/Engine/Hooks/IMigrationHookFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IMigrationHookFactoryCollection.cs b/src/Tableau.Migration/Engine/Hooks/IMigrationHookFactoryCollection.cs index 658e65c1..7269cdfc 100644 --- a/src/Tableau.Migration/Engine/Hooks/IMigrationHookFactoryCollection.cs +++ b/src/Tableau.Migration/Engine/Hooks/IMigrationHookFactoryCollection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/IMigrationHookRunner.cs b/src/Tableau.Migration/Engine/Hooks/IMigrationHookRunner.cs index da7ed7ed..acd12343 100644 --- a/src/Tableau.Migration/Engine/Hooks/IMigrationHookRunner.cs +++ b/src/Tableau.Migration/Engine/Hooks/IMigrationHookRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/InitializeMigrationHookResult.cs b/src/Tableau.Migration/Engine/Hooks/InitializeMigrationHookResult.cs index 2fc0e325..306e7998 100644 --- a/src/Tableau.Migration/Engine/Hooks/InitializeMigrationHookResult.cs +++ b/src/Tableau.Migration/Engine/Hooks/InitializeMigrationHookResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingBase.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingBase.cs index 3592d5e2..b57ec5dc 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingBuilder.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingBuilder.cs index 4d18a022..1c6ced0b 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingBuilder.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingContext.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingContext.cs index e67f93b5..4b2ad4c0 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingContext.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingContext.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingRunner.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingRunner.cs index 837fb370..c76920a9 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingRunner.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/ContentMappingRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMapping.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMapping.cs index ba93f179..59cad939 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMapping.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingBase.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingBase.cs index 1e90d5c1..c8fb4343 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingOptions.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingOptions.cs index cbf2269b..e6ce8f27 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingOptions.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/CallbackAuthenticationTypeDomainMapping.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/CallbackAuthenticationTypeDomainMapping.cs index 00726798..c726326b 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/CallbackAuthenticationTypeDomainMapping.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/CallbackAuthenticationTypeDomainMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/IAuthenticationTypeDomainMapping.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/IAuthenticationTypeDomainMapping.cs index f6919e4f..43eaf90e 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/IAuthenticationTypeDomainMapping.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/IAuthenticationTypeDomainMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/ITableauCloudUsernameMapping.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/ITableauCloudUsernameMapping.cs index 3aedba4b..9dc287c3 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/ITableauCloudUsernameMapping.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/ITableauCloudUsernameMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/TableauCloudUsernameMapping.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/TableauCloudUsernameMapping.cs index 5259b5b3..0dde5cc9 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/TableauCloudUsernameMapping.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/TableauCloudUsernameMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/TableauCloudUsernameMappingOptions.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/TableauCloudUsernameMappingOptions.cs index 30b17026..f59766ac 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/Default/TableauCloudUsernameMappingOptions.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/Default/TableauCloudUsernameMappingOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMapping.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMapping.cs index e312c990..313ebd04 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMapping.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMappingBuilder.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMappingBuilder.cs index 71875fb3..a75af32f 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMappingBuilder.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMappingBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMappingRunner.cs b/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMappingRunner.cs index 84b51686..92102f52 100644 --- a/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMappingRunner.cs +++ b/src/Tableau.Migration/Engine/Hooks/Mappings/IContentMappingRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/MigrationHookBuilder.cs b/src/Tableau.Migration/Engine/Hooks/MigrationHookBuilder.cs index 54ba6f5a..7e382a79 100644 --- a/src/Tableau.Migration/Engine/Hooks/MigrationHookBuilder.cs +++ b/src/Tableau.Migration/Engine/Hooks/MigrationHookBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/MigrationHookBuilderBase.cs b/src/Tableau.Migration/Engine/Hooks/MigrationHookBuilderBase.cs index f6bde0d5..e6427d43 100644 --- a/src/Tableau.Migration/Engine/Hooks/MigrationHookBuilderBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/MigrationHookBuilderBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/MigrationHookFactory.cs b/src/Tableau.Migration/Engine/Hooks/MigrationHookFactory.cs index ea3d7967..3b679baa 100644 --- a/src/Tableau.Migration/Engine/Hooks/MigrationHookFactory.cs +++ b/src/Tableau.Migration/Engine/Hooks/MigrationHookFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/MigrationHookFactoryCollection.cs b/src/Tableau.Migration/Engine/Hooks/MigrationHookFactoryCollection.cs index ecf82c0b..19807418 100644 --- a/src/Tableau.Migration/Engine/Hooks/MigrationHookFactoryCollection.cs +++ b/src/Tableau.Migration/Engine/Hooks/MigrationHookFactoryCollection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/MigrationHookRunner.cs b/src/Tableau.Migration/Engine/Hooks/MigrationHookRunner.cs index 3bfbcc07..d6b3d12e 100644 --- a/src/Tableau.Migration/Engine/Hooks/MigrationHookRunner.cs +++ b/src/Tableau.Migration/Engine/Hooks/MigrationHookRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/MigrationHookRunnerBase.cs b/src/Tableau.Migration/Engine/Hooks/MigrationHookRunnerBase.cs index 915ba195..8802c112 100644 --- a/src/Tableau.Migration/Engine/Hooks/MigrationHookRunnerBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/MigrationHookRunnerBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/BulkPostPublishContext.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/BulkPostPublishContext.cs index 0ea1a978..24157ff2 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/BulkPostPublishContext.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/BulkPostPublishContext.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/BulkPostPublishHookBase.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/BulkPostPublishHookBase.cs index c70f108f..de7bf8a2 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/BulkPostPublishHookBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/BulkPostPublishHookBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/ContentItemPostPublishContext.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/ContentItemPostPublishContext.cs index 97a61fda..1eabf0ee 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/ContentItemPostPublishContext.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/ContentItemPostPublishContext.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/ContentItemPostPublishHookBase.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/ContentItemPostPublishHookBase.cs index 9dd423c1..5e6205ee 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/ContentItemPostPublishHookBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/ContentItemPostPublishHookBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/ChildItemsPermissionsPostPublishHook.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/ChildItemsPermissionsPostPublishHook.cs index f4768e60..374cfb55 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/ChildItemsPermissionsPostPublishHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/ChildItemsPermissionsPostPublishHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/CustomViewDefaultUsersPostPublishHook.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/CustomViewDefaultUsersPostPublishHook.cs index 701d7838..ce52be61 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/CustomViewDefaultUsersPostPublishHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/CustomViewDefaultUsersPostPublishHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/OwnerItemPostPublishHook.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/OwnerItemPostPublishHook.cs index ced1048e..240fb538 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/OwnerItemPostPublishHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/OwnerItemPostPublishHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/PermissionPostPublishHookBase.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/PermissionPostPublishHookBase.cs index c7a342e3..b306ba6a 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/PermissionPostPublishHookBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/PermissionPostPublishHookBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/PermissionsItemPostPublishHook.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/PermissionsItemPostPublishHook.cs index 8e9ff7b2..6d909ff9 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/PermissionsItemPostPublishHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/PermissionsItemPostPublishHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/ProjectPostPublishHook.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/ProjectPostPublishHook.cs index d3f5f8d1..8de70a02 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/ProjectPostPublishHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/ProjectPostPublishHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/TagItemPostPublishHook.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/TagItemPostPublishHook.cs index c6cee598..d44d78a2 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/TagItemPostPublishHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/Default/TagItemPostPublishHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/IBulkPostPublishHook.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/IBulkPostPublishHook.cs index df4426c7..24a120e5 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/IBulkPostPublishHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/IBulkPostPublishHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/PostPublish/IContentItemPostPublishHook.cs b/src/Tableau.Migration/Engine/Hooks/PostPublish/IContentItemPostPublishHook.cs index 546d3b1a..859d87c1 100644 --- a/src/Tableau.Migration/Engine/Hooks/PostPublish/IContentItemPostPublishHook.cs +++ b/src/Tableau.Migration/Engine/Hooks/PostPublish/IContentItemPostPublishHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerBase.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerBase.cs index 668a46ad..01150b08 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerBuilder.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerBuilder.cs index 3fb1f5d8..5d5abb70 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerBuilder.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerRunner.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerRunner.cs index 05229459..2457d313 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerRunner.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/ContentTransformerRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/CustomViewDefaultUserReferencesTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/CustomViewDefaultUserReferencesTransformer.cs index 9853f0af..42f20db3 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/CustomViewDefaultUserReferencesTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/CustomViewDefaultUserReferencesTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/EncryptExtractTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/EncryptExtractTransformer.cs index 0db37ffc..7546502f 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/EncryptExtractTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/EncryptExtractTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/GroupUsersTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/GroupUsersTransformer.cs index 810c34ec..e4d5ecc6 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/GroupUsersTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/GroupUsersTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IMappedUserTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IMappedUserTransformer.cs index 75929818..29bf6dcf 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IMappedUserTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IMappedUserTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IPermissionsTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IPermissionsTransformer.cs index b74cb085..6f0b2879 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IPermissionsTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IPermissionsTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IUserReferenceTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IUserReferenceTransformer.cs index 2ac0f4fb..8712141e 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IUserReferenceTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/IUserReferenceTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/MappedReferenceExtractRefreshTaskTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/MappedReferenceExtractRefreshTaskTransformer.cs index eea7198e..b6766931 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/MappedReferenceExtractRefreshTaskTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/MappedReferenceExtractRefreshTaskTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/MappedUserTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/MappedUserTransformer.cs index 7a60901a..28937abd 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/MappedUserTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/MappedUserTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/OwnershipTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/OwnershipTransformer.cs index 16027019..4d22fd4c 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/OwnershipTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/OwnershipTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/PermissionsTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/PermissionsTransformer.cs index 319391f7..e6ec4341 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/PermissionsTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/PermissionsTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/TableauServerConnectionUrlTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/TableauServerConnectionUrlTransformer.cs index 107fa963..1a2dbcfb 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/TableauServerConnectionUrlTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/TableauServerConnectionUrlTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserAuthenticationTypeTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserAuthenticationTypeTransformer.cs index a1e7b173..d3d53df8 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserAuthenticationTypeTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserAuthenticationTypeTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserAuthenticationTypeTransformerOptions.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserAuthenticationTypeTransformerOptions.cs index 3742aa62..a58b50c3 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserAuthenticationTypeTransformerOptions.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserAuthenticationTypeTransformerOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserTableauCloudSiteRoleTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserTableauCloudSiteRoleTransformer.cs index 5413a044..7858addc 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserTableauCloudSiteRoleTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/UserTableauCloudSiteRoleTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/WorkbookReferenceTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/WorkbookReferenceTransformer.cs index 9a54c25d..d9e89a43 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/Default/WorkbookReferenceTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/Default/WorkbookReferenceTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformer.cs index f49ec9c2..78057a3f 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformerBuilder.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformerBuilder.cs index 1af318e1..2ade885f 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformerBuilder.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformerBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformerRunner.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformerRunner.cs index f274fffd..dcd8e457 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformerRunner.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/IContentTransformerRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/IXmlContentTransformer.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/IXmlContentTransformer.cs index 0073faf2..4c1c9218 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/IXmlContentTransformer.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/IXmlContentTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Hooks/Transformers/XmlContentTransformerBase.cs b/src/Tableau.Migration/Engine/Hooks/Transformers/XmlContentTransformerBase.cs index c1d9fa6a..618e2a09 100644 --- a/src/Tableau.Migration/Engine/Hooks/Transformers/XmlContentTransformerBase.cs +++ b/src/Tableau.Migration/Engine/Hooks/Transformers/XmlContentTransformerBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/IMigration.cs b/src/Tableau.Migration/Engine/IMigration.cs index 4b99afe2..30758314 100644 --- a/src/Tableau.Migration/Engine/IMigration.cs +++ b/src/Tableau.Migration/Engine/IMigration.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/IMigrationExtensions.cs b/src/Tableau.Migration/Engine/IMigrationExtensions.cs index 012b9336..1a860e2a 100644 --- a/src/Tableau.Migration/Engine/IMigrationExtensions.cs +++ b/src/Tableau.Migration/Engine/IMigrationExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/IMigrationInput.cs b/src/Tableau.Migration/Engine/IMigrationInput.cs index 2b718fa8..193d7fa0 100644 --- a/src/Tableau.Migration/Engine/IMigrationInput.cs +++ b/src/Tableau.Migration/Engine/IMigrationInput.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/IMigrationInputInitializer.cs b/src/Tableau.Migration/Engine/IMigrationInputInitializer.cs index 46ef6d76..1cbe73e7 100644 --- a/src/Tableau.Migration/Engine/IMigrationInputInitializer.cs +++ b/src/Tableau.Migration/Engine/IMigrationInputInitializer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/IServiceCollectionExtensions.cs b/src/Tableau.Migration/Engine/IServiceCollectionExtensions.cs index 1a1aadb5..85305c4e 100644 --- a/src/Tableau.Migration/Engine/IServiceCollectionExtensions.cs +++ b/src/Tableau.Migration/Engine/IServiceCollectionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestContentTypePartition.cs b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestContentTypePartition.cs index cc837e7d..fc91ece6 100644 --- a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestContentTypePartition.cs +++ b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestContentTypePartition.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestContentTypePartitionEditor.cs b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestContentTypePartitionEditor.cs index 0c143965..5eb14e31 100644 --- a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestContentTypePartitionEditor.cs +++ b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestContentTypePartitionEditor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEditor.cs b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEditor.cs index 8fd7fcdc..49916bac 100644 --- a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEditor.cs +++ b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEditor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntry.cs b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntry.cs index f1c8a71a..0941a220 100644 --- a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntry.cs +++ b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntry.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryBuilder.cs b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryBuilder.cs index 530da0f7..41816dcf 100644 --- a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryBuilder.cs +++ b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryCollection.cs b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryCollection.cs index cf336862..bb94cfad 100644 --- a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryCollection.cs +++ b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryCollection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryCollectionEditor.cs b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryCollectionEditor.cs index 3160edc8..8c8a733a 100644 --- a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryCollectionEditor.cs +++ b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryCollectionEditor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryEditor.cs b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryEditor.cs index b8705b49..263f3502 100644 --- a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryEditor.cs +++ b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestEntryEditor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestFactory.cs b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestFactory.cs index f17b840a..57f484f8 100644 --- a/src/Tableau.Migration/Engine/Manifest/IMigrationManifestFactory.cs +++ b/src/Tableau.Migration/Engine/Manifest/IMigrationManifestFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/MigrationManifest.cs b/src/Tableau.Migration/Engine/Manifest/MigrationManifest.cs index 1346a69c..359e3127 100644 --- a/src/Tableau.Migration/Engine/Manifest/MigrationManifest.cs +++ b/src/Tableau.Migration/Engine/Manifest/MigrationManifest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/MigrationManifestContentTypePartition.cs b/src/Tableau.Migration/Engine/Manifest/MigrationManifestContentTypePartition.cs index 0ed5f0bb..d01ee7ef 100644 --- a/src/Tableau.Migration/Engine/Manifest/MigrationManifestContentTypePartition.cs +++ b/src/Tableau.Migration/Engine/Manifest/MigrationManifestContentTypePartition.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntry.cs b/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntry.cs index f2ddfdba..9ed17392 100644 --- a/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntry.cs +++ b/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntry.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntryCollection.cs b/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntryCollection.cs index 227c6791..6e5f4ecf 100644 --- a/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntryCollection.cs +++ b/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntryCollection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntryStatus.cs b/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntryStatus.cs index 33ee356e..fd213657 100644 --- a/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntryStatus.cs +++ b/src/Tableau.Migration/Engine/Manifest/MigrationManifestEntryStatus.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/MigrationManifestFactory.cs b/src/Tableau.Migration/Engine/Manifest/MigrationManifestFactory.cs index 81f0a962..6d302818 100644 --- a/src/Tableau.Migration/Engine/Manifest/MigrationManifestFactory.cs +++ b/src/Tableau.Migration/Engine/Manifest/MigrationManifestFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Manifest/MigrationManifestSerializer.cs b/src/Tableau.Migration/Engine/Manifest/MigrationManifestSerializer.cs index b9027237..47795aed 100644 --- a/src/Tableau.Migration/Engine/Manifest/MigrationManifestSerializer.cs +++ b/src/Tableau.Migration/Engine/Manifest/MigrationManifestSerializer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migration.cs b/src/Tableau.Migration/Engine/Migration.cs index fc3b0f51..24cbdeda 100644 --- a/src/Tableau.Migration/Engine/Migration.cs +++ b/src/Tableau.Migration/Engine/Migration.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/MigrationDirectoryContentFileStore.cs b/src/Tableau.Migration/Engine/MigrationDirectoryContentFileStore.cs index 924510fd..f1849e06 100644 --- a/src/Tableau.Migration/Engine/MigrationDirectoryContentFileStore.cs +++ b/src/Tableau.Migration/Engine/MigrationDirectoryContentFileStore.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/MigrationInput.cs b/src/Tableau.Migration/Engine/MigrationInput.cs index 3440d871..a2f6c3d4 100644 --- a/src/Tableau.Migration/Engine/MigrationInput.cs +++ b/src/Tableau.Migration/Engine/MigrationInput.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/MigrationPlan.cs b/src/Tableau.Migration/Engine/MigrationPlan.cs index 9bf3a209..27913dab 100644 --- a/src/Tableau.Migration/Engine/MigrationPlan.cs +++ b/src/Tableau.Migration/Engine/MigrationPlan.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/MigrationPlanBuilder.cs b/src/Tableau.Migration/Engine/MigrationPlanBuilder.cs index acfa4d1f..ae20d3aa 100644 --- a/src/Tableau.Migration/Engine/MigrationPlanBuilder.cs +++ b/src/Tableau.Migration/Engine/MigrationPlanBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/MigrationPlanBuilderFactory.cs b/src/Tableau.Migration/Engine/MigrationPlanBuilderFactory.cs index 342289cf..94c2d4cf 100644 --- a/src/Tableau.Migration/Engine/MigrationPlanBuilderFactory.cs +++ b/src/Tableau.Migration/Engine/MigrationPlanBuilderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/Batch/BulkPublishContentBatchMigrator.cs b/src/Tableau.Migration/Engine/Migrators/Batch/BulkPublishContentBatchMigrator.cs index 644bec31..26fbd55d 100644 --- a/src/Tableau.Migration/Engine/Migrators/Batch/BulkPublishContentBatchMigrator.cs +++ b/src/Tableau.Migration/Engine/Migrators/Batch/BulkPublishContentBatchMigrator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/Batch/ContentBatchMigrationResult.cs b/src/Tableau.Migration/Engine/Migrators/Batch/ContentBatchMigrationResult.cs index 01e103f0..2cd5bee7 100644 --- a/src/Tableau.Migration/Engine/Migrators/Batch/ContentBatchMigrationResult.cs +++ b/src/Tableau.Migration/Engine/Migrators/Batch/ContentBatchMigrationResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/Batch/ContentBatchMigratorBase.cs b/src/Tableau.Migration/Engine/Migrators/Batch/ContentBatchMigratorBase.cs index 2a603035..211fe1de 100644 --- a/src/Tableau.Migration/Engine/Migrators/Batch/ContentBatchMigratorBase.cs +++ b/src/Tableau.Migration/Engine/Migrators/Batch/ContentBatchMigratorBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/Batch/ContentMigrationBatch.cs b/src/Tableau.Migration/Engine/Migrators/Batch/ContentMigrationBatch.cs index 6e8f1041..0bb0c66d 100644 --- a/src/Tableau.Migration/Engine/Migrators/Batch/ContentMigrationBatch.cs +++ b/src/Tableau.Migration/Engine/Migrators/Batch/ContentMigrationBatch.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/Batch/IContentBatchMigrationResult.cs b/src/Tableau.Migration/Engine/Migrators/Batch/IContentBatchMigrationResult.cs index 19728502..2219ad37 100644 --- a/src/Tableau.Migration/Engine/Migrators/Batch/IContentBatchMigrationResult.cs +++ b/src/Tableau.Migration/Engine/Migrators/Batch/IContentBatchMigrationResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/Batch/IContentBatchMigrator.cs b/src/Tableau.Migration/Engine/Migrators/Batch/IContentBatchMigrator.cs index 9471d036..c5a0b48b 100644 --- a/src/Tableau.Migration/Engine/Migrators/Batch/IContentBatchMigrator.cs +++ b/src/Tableau.Migration/Engine/Migrators/Batch/IContentBatchMigrator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/Batch/ItemPublishContentBatchMigrator.cs b/src/Tableau.Migration/Engine/Migrators/Batch/ItemPublishContentBatchMigrator.cs index c81b64c4..0e6dab84 100644 --- a/src/Tableau.Migration/Engine/Migrators/Batch/ItemPublishContentBatchMigrator.cs +++ b/src/Tableau.Migration/Engine/Migrators/Batch/ItemPublishContentBatchMigrator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/Batch/ParallelContentBatchMigratorBase.cs b/src/Tableau.Migration/Engine/Migrators/Batch/ParallelContentBatchMigratorBase.cs index f90c4d3a..25f4c100 100644 --- a/src/Tableau.Migration/Engine/Migrators/Batch/ParallelContentBatchMigratorBase.cs +++ b/src/Tableau.Migration/Engine/Migrators/Batch/ParallelContentBatchMigratorBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/ContentItemMigrationResult.cs b/src/Tableau.Migration/Engine/Migrators/ContentItemMigrationResult.cs index c3d93d94..b987c66f 100644 --- a/src/Tableau.Migration/Engine/Migrators/ContentItemMigrationResult.cs +++ b/src/Tableau.Migration/Engine/Migrators/ContentItemMigrationResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/ContentMigrator.cs b/src/Tableau.Migration/Engine/Migrators/ContentMigrator.cs index 1dd4b36b..79e9413c 100644 --- a/src/Tableau.Migration/Engine/Migrators/ContentMigrator.cs +++ b/src/Tableau.Migration/Engine/Migrators/ContentMigrator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/IContentItemMigrationResult.cs b/src/Tableau.Migration/Engine/Migrators/IContentItemMigrationResult.cs index bf90eacb..aace2f40 100644 --- a/src/Tableau.Migration/Engine/Migrators/IContentItemMigrationResult.cs +++ b/src/Tableau.Migration/Engine/Migrators/IContentItemMigrationResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/IContentMigrator.cs b/src/Tableau.Migration/Engine/Migrators/IContentMigrator.cs index 93b56875..fdca8b90 100644 --- a/src/Tableau.Migration/Engine/Migrators/IContentMigrator.cs +++ b/src/Tableau.Migration/Engine/Migrators/IContentMigrator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Migrators/Migrator.cs b/src/Tableau.Migration/Engine/Migrators/Migrator.cs index a8856a97..c984baa2 100644 --- a/src/Tableau.Migration/Engine/Migrators/Migrator.cs +++ b/src/Tableau.Migration/Engine/Migrators/Migrator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsBuilder.cs b/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsBuilder.cs index c6707aa8..951feb47 100644 --- a/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsBuilder.cs +++ b/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsCollection.cs b/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsCollection.cs index b821f991..6d05e6f0 100644 --- a/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsCollection.cs +++ b/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsCollection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsProvider.cs b/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsProvider.cs index a439ec65..67bf4547 100644 --- a/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsProvider.cs +++ b/src/Tableau.Migration/Engine/Options/IMigrationPlanOptionsProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsBuilder.cs b/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsBuilder.cs index 5985b1a4..69e96b72 100644 --- a/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsBuilder.cs +++ b/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsCollection.cs b/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsCollection.cs index 71e16a5e..02661f6d 100644 --- a/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsCollection.cs +++ b/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsCollection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsProvider.cs b/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsProvider.cs index a991d88e..11982a59 100644 --- a/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsProvider.cs +++ b/src/Tableau.Migration/Engine/Options/MigrationPlanOptionsProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/CustomMigrationPipelineFactory.cs b/src/Tableau.Migration/Engine/Pipelines/CustomMigrationPipelineFactory.cs index dee7db06..632b5363 100644 --- a/src/Tableau.Migration/Engine/Pipelines/CustomMigrationPipelineFactory.cs +++ b/src/Tableau.Migration/Engine/Pipelines/CustomMigrationPipelineFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/IMigrationPipeline.cs b/src/Tableau.Migration/Engine/Pipelines/IMigrationPipeline.cs index 8be9dbf1..3ef14221 100644 --- a/src/Tableau.Migration/Engine/Pipelines/IMigrationPipeline.cs +++ b/src/Tableau.Migration/Engine/Pipelines/IMigrationPipeline.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/IMigrationPipelineFactory.cs b/src/Tableau.Migration/Engine/Pipelines/IMigrationPipelineFactory.cs index 474945c9..c44dd08a 100644 --- a/src/Tableau.Migration/Engine/Pipelines/IMigrationPipelineFactory.cs +++ b/src/Tableau.Migration/Engine/Pipelines/IMigrationPipelineFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/IMigrationPipelineRunner.cs b/src/Tableau.Migration/Engine/Pipelines/IMigrationPipelineRunner.cs index 8a4f03f9..fbc26ae7 100644 --- a/src/Tableau.Migration/Engine/Pipelines/IMigrationPipelineRunner.cs +++ b/src/Tableau.Migration/Engine/Pipelines/IMigrationPipelineRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineBase.cs b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineBase.cs index 9d02e2f1..0c5f31b3 100644 --- a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineBase.cs +++ b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineContentType.cs b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineContentType.cs index 11fbe8a1..8b68cee9 100644 --- a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineContentType.cs +++ b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineContentType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineContentTypeExtensions.cs b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineContentTypeExtensions.cs index 36ea130d..e744eb47 100644 --- a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineContentTypeExtensions.cs +++ b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineContentTypeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineFactory.cs b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineFactory.cs index cb26f76d..814c1d5a 100644 --- a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineFactory.cs +++ b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineRunner.cs b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineRunner.cs index 16ebb803..6573e023 100644 --- a/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineRunner.cs +++ b/src/Tableau.Migration/Engine/Pipelines/MigrationPipelineRunner.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Pipelines/ServerToCloudMigrationPipeline.cs b/src/Tableau.Migration/Engine/Pipelines/ServerToCloudMigrationPipeline.cs index 259782e5..92d69dfd 100644 --- a/src/Tableau.Migration/Engine/Pipelines/ServerToCloudMigrationPipeline.cs +++ b/src/Tableau.Migration/Engine/Pipelines/ServerToCloudMigrationPipeline.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Preparation/ContentItemPreparerBase.cs b/src/Tableau.Migration/Engine/Preparation/ContentItemPreparerBase.cs index 27de228e..27eda772 100644 --- a/src/Tableau.Migration/Engine/Preparation/ContentItemPreparerBase.cs +++ b/src/Tableau.Migration/Engine/Preparation/ContentItemPreparerBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Preparation/EndpointContentItemPreparer.cs b/src/Tableau.Migration/Engine/Preparation/EndpointContentItemPreparer.cs index b316c435..8230be29 100644 --- a/src/Tableau.Migration/Engine/Preparation/EndpointContentItemPreparer.cs +++ b/src/Tableau.Migration/Engine/Preparation/EndpointContentItemPreparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Preparation/ExtractRefreshTaskServerToCloudPreparer.cs b/src/Tableau.Migration/Engine/Preparation/ExtractRefreshTaskServerToCloudPreparer.cs index e7b0c9c7..69e1e437 100644 --- a/src/Tableau.Migration/Engine/Preparation/ExtractRefreshTaskServerToCloudPreparer.cs +++ b/src/Tableau.Migration/Engine/Preparation/ExtractRefreshTaskServerToCloudPreparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Preparation/IContentItemPreparer.cs b/src/Tableau.Migration/Engine/Preparation/IContentItemPreparer.cs index 1a408373..7ba43d7a 100644 --- a/src/Tableau.Migration/Engine/Preparation/IContentItemPreparer.cs +++ b/src/Tableau.Migration/Engine/Preparation/IContentItemPreparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/Preparation/SourceContentItemPreparer.cs b/src/Tableau.Migration/Engine/Preparation/SourceContentItemPreparer.cs index 091ee2c8..3d3fa51a 100644 --- a/src/Tableau.Migration/Engine/Preparation/SourceContentItemPreparer.cs +++ b/src/Tableau.Migration/Engine/Preparation/SourceContentItemPreparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Engine/ServerToCloudMigrationPlanBuilder.cs b/src/Tableau.Migration/Engine/ServerToCloudMigrationPlanBuilder.cs index 51b8c64e..abb05da9 100644 --- a/src/Tableau.Migration/Engine/ServerToCloudMigrationPlanBuilder.cs +++ b/src/Tableau.Migration/Engine/ServerToCloudMigrationPlanBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/EquatableException.cs b/src/Tableau.Migration/EquatableException.cs index 12cfb78a..5292ea6a 100644 --- a/src/Tableau.Migration/EquatableException.cs +++ b/src/Tableau.Migration/EquatableException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ExceptionComparer.cs b/src/Tableau.Migration/ExceptionComparer.cs index 9e025d74..2eef34e2 100644 --- a/src/Tableau.Migration/ExceptionComparer.cs +++ b/src/Tableau.Migration/ExceptionComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ExceptionExtensions.cs b/src/Tableau.Migration/ExceptionExtensions.cs index 8c69b83e..d7217026 100644 --- a/src/Tableau.Migration/ExceptionExtensions.cs +++ b/src/Tableau.Migration/ExceptionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/FilePath.cs b/src/Tableau.Migration/FilePath.cs index 81fb1a15..f92f0961 100644 --- a/src/Tableau.Migration/FilePath.cs +++ b/src/Tableau.Migration/FilePath.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Guard.cs b/src/Tableau.Migration/Guard.cs index 5eafba2a..4ad48043 100644 --- a/src/Tableau.Migration/Guard.cs +++ b/src/Tableau.Migration/Guard.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/HttpHeaderExtensions.cs b/src/Tableau.Migration/HttpHeaderExtensions.cs index 6efd5832..18e61123 100644 --- a/src/Tableau.Migration/HttpHeaderExtensions.cs +++ b/src/Tableau.Migration/HttpHeaderExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IAsyncDisposableResult.cs b/src/Tableau.Migration/IAsyncDisposableResult.cs index 3c4f7851..4b0ac2bb 100644 --- a/src/Tableau.Migration/IAsyncDisposableResult.cs +++ b/src/Tableau.Migration/IAsyncDisposableResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IContentReference.cs b/src/Tableau.Migration/IContentReference.cs index cd3684d3..f4c3f20a 100644 --- a/src/Tableau.Migration/IContentReference.cs +++ b/src/Tableau.Migration/IContentReference.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IContentReferenceExtensions.cs b/src/Tableau.Migration/IContentReferenceExtensions.cs index 29e3bfac..9c9d9b7c 100644 --- a/src/Tableau.Migration/IContentReferenceExtensions.cs +++ b/src/Tableau.Migration/IContentReferenceExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IDictionaryExtensions.cs b/src/Tableau.Migration/IDictionaryExtensions.cs index 724c2b4d..cb012a61 100644 --- a/src/Tableau.Migration/IDictionaryExtensions.cs +++ b/src/Tableau.Migration/IDictionaryExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IEnumerableExtensions.cs b/src/Tableau.Migration/IEnumerableExtensions.cs index 9d1fe7a4..977d2709 100644 --- a/src/Tableau.Migration/IEnumerableExtensions.cs +++ b/src/Tableau.Migration/IEnumerableExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IMemoryStreamManager.cs b/src/Tableau.Migration/IMemoryStreamManager.cs index a1c5d9f4..caf128f1 100644 --- a/src/Tableau.Migration/IMemoryStreamManager.cs +++ b/src/Tableau.Migration/IMemoryStreamManager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IMigrationManifest.cs b/src/Tableau.Migration/IMigrationManifest.cs index a1292d65..ebf1ea76 100644 --- a/src/Tableau.Migration/IMigrationManifest.cs +++ b/src/Tableau.Migration/IMigrationManifest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IMigrationPlan.cs b/src/Tableau.Migration/IMigrationPlan.cs index 7e220fe0..a72464aa 100644 --- a/src/Tableau.Migration/IMigrationPlan.cs +++ b/src/Tableau.Migration/IMigrationPlan.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IMigrationPlanBuilder.cs b/src/Tableau.Migration/IMigrationPlanBuilder.cs index 95069a96..ecd843e8 100644 --- a/src/Tableau.Migration/IMigrationPlanBuilder.cs +++ b/src/Tableau.Migration/IMigrationPlanBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IMigrationPlanBuilderFactory.cs b/src/Tableau.Migration/IMigrationPlanBuilderFactory.cs index d9d9bf4d..1af03be7 100644 --- a/src/Tableau.Migration/IMigrationPlanBuilderFactory.cs +++ b/src/Tableau.Migration/IMigrationPlanBuilderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IMigrationSdk.cs b/src/Tableau.Migration/IMigrationSdk.cs index 8cb6cd5e..6819b474 100644 --- a/src/Tableau.Migration/IMigrationSdk.cs +++ b/src/Tableau.Migration/IMigrationSdk.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IMigrator.cs b/src/Tableau.Migration/IMigrator.cs index 41f404c5..4a3ce32d 100644 --- a/src/Tableau.Migration/IMigrator.cs +++ b/src/Tableau.Migration/IMigrator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IResult.cs b/src/Tableau.Migration/IResult.cs index bd4fab0e..023cb9b8 100644 --- a/src/Tableau.Migration/IResult.cs +++ b/src/Tableau.Migration/IResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IServerToCloudMigrationPlanBuilder.cs b/src/Tableau.Migration/IServerToCloudMigrationPlanBuilder.cs index d88a0a37..09aa72c4 100644 --- a/src/Tableau.Migration/IServerToCloudMigrationPlanBuilder.cs +++ b/src/Tableau.Migration/IServerToCloudMigrationPlanBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/IServiceCollectionExtensions.cs b/src/Tableau.Migration/IServiceCollectionExtensions.cs index cf3ca5e3..c44a3c11 100644 --- a/src/Tableau.Migration/IServiceCollectionExtensions.cs +++ b/src/Tableau.Migration/IServiceCollectionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ISetExtensions.cs b/src/Tableau.Migration/ISetExtensions.cs index 47bfab47..74bf81fb 100644 --- a/src/Tableau.Migration/ISetExtensions.cs +++ b/src/Tableau.Migration/ISetExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ITaskDelayer.cs b/src/Tableau.Migration/ITaskDelayer.cs index aa68bfd7..312305e4 100644 --- a/src/Tableau.Migration/ITaskDelayer.cs +++ b/src/Tableau.Migration/ITaskDelayer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/InheritedTypeComparer.cs b/src/Tableau.Migration/InheritedTypeComparer.cs index 4e6bdbc0..0917f48c 100644 --- a/src/Tableau.Migration/InheritedTypeComparer.cs +++ b/src/Tableau.Migration/InheritedTypeComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Interop/Hooks/ISyncContentBatchMigrationCompletedHook.cs b/src/Tableau.Migration/Interop/Hooks/ISyncContentBatchMigrationCompletedHook.cs index 016e303f..aa90da2a 100644 --- a/src/Tableau.Migration/Interop/Hooks/ISyncContentBatchMigrationCompletedHook.cs +++ b/src/Tableau.Migration/Interop/Hooks/ISyncContentBatchMigrationCompletedHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Interop/Hooks/ISyncInitializeMigrationHook.cs b/src/Tableau.Migration/Interop/Hooks/ISyncInitializeMigrationHook.cs index ca31be1d..f85bf270 100644 --- a/src/Tableau.Migration/Interop/Hooks/ISyncInitializeMigrationHook.cs +++ b/src/Tableau.Migration/Interop/Hooks/ISyncInitializeMigrationHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Interop/Hooks/ISyncMigrationActionCompletedHook.cs b/src/Tableau.Migration/Interop/Hooks/ISyncMigrationActionCompletedHook.cs index 3802b60b..f2329a18 100644 --- a/src/Tableau.Migration/Interop/Hooks/ISyncMigrationActionCompletedHook.cs +++ b/src/Tableau.Migration/Interop/Hooks/ISyncMigrationActionCompletedHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Interop/Hooks/ISyncMigrationHook.cs b/src/Tableau.Migration/Interop/Hooks/ISyncMigrationHook.cs index aca3941a..6d1683b3 100644 --- a/src/Tableau.Migration/Interop/Hooks/ISyncMigrationHook.cs +++ b/src/Tableau.Migration/Interop/Hooks/ISyncMigrationHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Interop/IServiceCollectionExtensions.cs b/src/Tableau.Migration/Interop/IServiceCollectionExtensions.cs index 5b559c68..614d0409 100644 --- a/src/Tableau.Migration/Interop/IServiceCollectionExtensions.cs +++ b/src/Tableau.Migration/Interop/IServiceCollectionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Interop/InteropHelper.cs b/src/Tableau.Migration/Interop/InteropHelper.cs index e01899db..a5127077 100644 --- a/src/Tableau.Migration/Interop/InteropHelper.cs +++ b/src/Tableau.Migration/Interop/InteropHelper.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Interop/Logging/INonGenericLogger.cs b/src/Tableau.Migration/Interop/Logging/INonGenericLogger.cs index d7defc95..234b10c3 100644 --- a/src/Tableau.Migration/Interop/Logging/INonGenericLogger.cs +++ b/src/Tableau.Migration/Interop/Logging/INonGenericLogger.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Interop/Logging/NonGenericLoggerBase.cs b/src/Tableau.Migration/Interop/Logging/NonGenericLoggerBase.cs index 183d2bcb..c6325004 100644 --- a/src/Tableau.Migration/Interop/Logging/NonGenericLoggerBase.cs +++ b/src/Tableau.Migration/Interop/Logging/NonGenericLoggerBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Interop/Logging/NonGenericLoggerProvider.cs b/src/Tableau.Migration/Interop/Logging/NonGenericLoggerProvider.cs index 6acb588a..8dd8333c 100644 --- a/src/Tableau.Migration/Interop/Logging/NonGenericLoggerProvider.cs +++ b/src/Tableau.Migration/Interop/Logging/NonGenericLoggerProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/BuildResponseExceptionJsonConverter.cs b/src/Tableau.Migration/JsonConverters/BuildResponseExceptionJsonConverter.cs index 14736d16..81e5bb2a 100644 --- a/src/Tableau.Migration/JsonConverters/BuildResponseExceptionJsonConverter.cs +++ b/src/Tableau.Migration/JsonConverters/BuildResponseExceptionJsonConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/Constants.cs b/src/Tableau.Migration/JsonConverters/Constants.cs index 112c920b..31034084 100644 --- a/src/Tableau.Migration/JsonConverters/Constants.cs +++ b/src/Tableau.Migration/JsonConverters/Constants.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/ExceptionJsonConverter.cs b/src/Tableau.Migration/JsonConverters/ExceptionJsonConverter.cs index e86464dd..5903d685 100644 --- a/src/Tableau.Migration/JsonConverters/ExceptionJsonConverter.cs +++ b/src/Tableau.Migration/JsonConverters/ExceptionJsonConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/ExceptionJsonConverterFactory.cs b/src/Tableau.Migration/JsonConverters/ExceptionJsonConverterFactory.cs index 7282a0ce..47d33088 100644 --- a/src/Tableau.Migration/JsonConverters/ExceptionJsonConverterFactory.cs +++ b/src/Tableau.Migration/JsonConverters/ExceptionJsonConverterFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/Exceptions/MismatchException.cs b/src/Tableau.Migration/JsonConverters/Exceptions/MismatchException.cs index 1b1fd685..0b1843a6 100644 --- a/src/Tableau.Migration/JsonConverters/Exceptions/MismatchException.cs +++ b/src/Tableau.Migration/JsonConverters/Exceptions/MismatchException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/FailedJobExceptionJsonConverter.cs b/src/Tableau.Migration/JsonConverters/FailedJobExceptionJsonConverter.cs index 2459b9b8..e50d187d 100644 --- a/src/Tableau.Migration/JsonConverters/FailedJobExceptionJsonConverter.cs +++ b/src/Tableau.Migration/JsonConverters/FailedJobExceptionJsonConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/JobJsonConverter.cs b/src/Tableau.Migration/JsonConverters/JobJsonConverter.cs index a4da43c8..eb10daa4 100644 --- a/src/Tableau.Migration/JsonConverters/JobJsonConverter.cs +++ b/src/Tableau.Migration/JsonConverters/JobJsonConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/JsonReaderUtils.cs b/src/Tableau.Migration/JsonConverters/JsonReaderUtils.cs index 3430d349..56aa25b6 100644 --- a/src/Tableau.Migration/JsonConverters/JsonReaderUtils.cs +++ b/src/Tableau.Migration/JsonConverters/JsonReaderUtils.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/JsonWriterUtils.cs b/src/Tableau.Migration/JsonConverters/JsonWriterUtils.cs index 22df0541..306c19cc 100644 --- a/src/Tableau.Migration/JsonConverters/JsonWriterUtils.cs +++ b/src/Tableau.Migration/JsonConverters/JsonWriterUtils.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/PythonExceptionConverter.cs b/src/Tableau.Migration/JsonConverters/PythonExceptionConverter.cs index 7b78f77a..6c8e87c5 100644 --- a/src/Tableau.Migration/JsonConverters/PythonExceptionConverter.cs +++ b/src/Tableau.Migration/JsonConverters/PythonExceptionConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/RestExceptionJsonConverter.cs b/src/Tableau.Migration/JsonConverters/RestExceptionJsonConverter.cs index 17116e99..e1ba76f2 100644 --- a/src/Tableau.Migration/JsonConverters/RestExceptionJsonConverter.cs +++ b/src/Tableau.Migration/JsonConverters/RestExceptionJsonConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableContentLocation.cs b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableContentLocation.cs index 685375e1..2c3cafda 100644 --- a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableContentLocation.cs +++ b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableContentLocation.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableContentReference.cs b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableContentReference.cs index d2461cba..c05a4416 100644 --- a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableContentReference.cs +++ b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableContentReference.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableEntryCollection.cs b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableEntryCollection.cs index 32fcec62..79756a7a 100644 --- a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableEntryCollection.cs +++ b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableEntryCollection.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableException.cs b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableException.cs index 72155a8d..3483d2a8 100644 --- a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableException.cs +++ b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableManifestEntry.cs b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableManifestEntry.cs index b59f05f9..bec8eac4 100644 --- a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableManifestEntry.cs +++ b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableManifestEntry.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableMigrationManifest.cs b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableMigrationManifest.cs index aa6cef49..6fe922c7 100644 --- a/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableMigrationManifest.cs +++ b/src/Tableau.Migration/JsonConverters/SerializableObjects/SerializableMigrationManifest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/SerializedExceptionJsonConverter.cs b/src/Tableau.Migration/JsonConverters/SerializedExceptionJsonConverter.cs index 210add84..ec34ee00 100644 --- a/src/Tableau.Migration/JsonConverters/SerializedExceptionJsonConverter.cs +++ b/src/Tableau.Migration/JsonConverters/SerializedExceptionJsonConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/JsonConverters/TimeoutJobExceptionJsonConverter.cs b/src/Tableau.Migration/JsonConverters/TimeoutJobExceptionJsonConverter.cs index 6c42490b..b49f3a27 100644 --- a/src/Tableau.Migration/JsonConverters/TimeoutJobExceptionJsonConverter.cs +++ b/src/Tableau.Migration/JsonConverters/TimeoutJobExceptionJsonConverter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/MemoryStreamManager.cs b/src/Tableau.Migration/MemoryStreamManager.cs index 291e9a18..99231b60 100644 --- a/src/Tableau.Migration/MemoryStreamManager.cs +++ b/src/Tableau.Migration/MemoryStreamManager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/MigrationCompletionStatus.cs b/src/Tableau.Migration/MigrationCompletionStatus.cs index c2ee6a9d..fae5e33a 100644 --- a/src/Tableau.Migration/MigrationCompletionStatus.cs +++ b/src/Tableau.Migration/MigrationCompletionStatus.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/MigrationResult.cs b/src/Tableau.Migration/MigrationResult.cs index 7104798b..db60d380 100644 --- a/src/Tableau.Migration/MigrationResult.cs +++ b/src/Tableau.Migration/MigrationResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/MigrationSdk.cs b/src/Tableau.Migration/MigrationSdk.cs index b9fbb639..09f9bf22 100644 --- a/src/Tableau.Migration/MigrationSdk.cs +++ b/src/Tableau.Migration/MigrationSdk.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/NameOf.cs b/src/Tableau.Migration/NameOf.cs index 39da6ab2..86808014 100644 --- a/src/Tableau.Migration/NameOf.cs +++ b/src/Tableau.Migration/NameOf.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/DefaultHttpClient.cs b/src/Tableau.Migration/Net/DefaultHttpClient.cs index 67ca2830..c23c83d5 100644 --- a/src/Tableau.Migration/Net/DefaultHttpClient.cs +++ b/src/Tableau.Migration/Net/DefaultHttpClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/DefaultHttpResponseMessage.cs b/src/Tableau.Migration/Net/DefaultHttpResponseMessage.cs index 7726b474..739cd921 100644 --- a/src/Tableau.Migration/Net/DefaultHttpResponseMessage.cs +++ b/src/Tableau.Migration/Net/DefaultHttpResponseMessage.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Handlers/AuthenticationHandler.cs b/src/Tableau.Migration/Net/Handlers/AuthenticationHandler.cs index fccb3aa9..3cb9b9c0 100644 --- a/src/Tableau.Migration/Net/Handlers/AuthenticationHandler.cs +++ b/src/Tableau.Migration/Net/Handlers/AuthenticationHandler.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Handlers/LoggingHandler.cs b/src/Tableau.Migration/Net/Handlers/LoggingHandler.cs index 151b7838..f98f1fb1 100644 --- a/src/Tableau.Migration/Net/Handlers/LoggingHandler.cs +++ b/src/Tableau.Migration/Net/Handlers/LoggingHandler.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Handlers/RequestCorrelationIdHandler.cs b/src/Tableau.Migration/Net/Handlers/RequestCorrelationIdHandler.cs index a4f1b714..85dfeb92 100644 --- a/src/Tableau.Migration/Net/Handlers/RequestCorrelationIdHandler.cs +++ b/src/Tableau.Migration/Net/Handlers/RequestCorrelationIdHandler.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Handlers/UserAgentHttpMessageHandler.cs b/src/Tableau.Migration/Net/Handlers/UserAgentHttpMessageHandler.cs index 3a69a45a..8b4a8e9a 100644 --- a/src/Tableau.Migration/Net/Handlers/UserAgentHttpMessageHandler.cs +++ b/src/Tableau.Migration/Net/Handlers/UserAgentHttpMessageHandler.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpContentExtensions.cs b/src/Tableau.Migration/Net/HttpContentExtensions.cs index afa26aff..622337d3 100644 --- a/src/Tableau.Migration/Net/HttpContentExtensions.cs +++ b/src/Tableau.Migration/Net/HttpContentExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpContentRequestBuilder.cs b/src/Tableau.Migration/Net/HttpContentRequestBuilder.cs index b8c381a8..a2d02235 100644 --- a/src/Tableau.Migration/Net/HttpContentRequestBuilder.cs +++ b/src/Tableau.Migration/Net/HttpContentRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpContentSerializer.cs b/src/Tableau.Migration/Net/HttpContentSerializer.cs index 8a8070fd..b8404108 100644 --- a/src/Tableau.Migration/Net/HttpContentSerializer.cs +++ b/src/Tableau.Migration/Net/HttpContentSerializer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpDeleteRequestBuilder.cs b/src/Tableau.Migration/Net/HttpDeleteRequestBuilder.cs index bc5ff0d8..9781dc7f 100644 --- a/src/Tableau.Migration/Net/HttpDeleteRequestBuilder.cs +++ b/src/Tableau.Migration/Net/HttpDeleteRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpGetRequestBuilder.cs b/src/Tableau.Migration/Net/HttpGetRequestBuilder.cs index 8dc80591..30dd85ba 100644 --- a/src/Tableau.Migration/Net/HttpGetRequestBuilder.cs +++ b/src/Tableau.Migration/Net/HttpGetRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpPatchRequestBuilder.cs b/src/Tableau.Migration/Net/HttpPatchRequestBuilder.cs index 02344c8d..902aa1af 100644 --- a/src/Tableau.Migration/Net/HttpPatchRequestBuilder.cs +++ b/src/Tableau.Migration/Net/HttpPatchRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpPostRequestBuilder.cs b/src/Tableau.Migration/Net/HttpPostRequestBuilder.cs index cc627c89..2e9de01b 100644 --- a/src/Tableau.Migration/Net/HttpPostRequestBuilder.cs +++ b/src/Tableau.Migration/Net/HttpPostRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpPutRequestBuilder.cs b/src/Tableau.Migration/Net/HttpPutRequestBuilder.cs index f46514da..7e8226af 100644 --- a/src/Tableau.Migration/Net/HttpPutRequestBuilder.cs +++ b/src/Tableau.Migration/Net/HttpPutRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpRequestBuilder.cs b/src/Tableau.Migration/Net/HttpRequestBuilder.cs index d1dad7b2..d75190b1 100644 --- a/src/Tableau.Migration/Net/HttpRequestBuilder.cs +++ b/src/Tableau.Migration/Net/HttpRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpRequestBuilderFactory.cs b/src/Tableau.Migration/Net/HttpRequestBuilderFactory.cs index c65b73ca..9d350a71 100644 --- a/src/Tableau.Migration/Net/HttpRequestBuilderFactory.cs +++ b/src/Tableau.Migration/Net/HttpRequestBuilderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/HttpStreamProcessor.cs b/src/Tableau.Migration/Net/HttpStreamProcessor.cs index df8f98c1..fce74abb 100644 --- a/src/Tableau.Migration/Net/HttpStreamProcessor.cs +++ b/src/Tableau.Migration/Net/HttpStreamProcessor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpClient.cs b/src/Tableau.Migration/Net/IHttpClient.cs index c74ac322..40523e0c 100644 --- a/src/Tableau.Migration/Net/IHttpClient.cs +++ b/src/Tableau.Migration/Net/IHttpClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpContentRequestBuilder.cs b/src/Tableau.Migration/Net/IHttpContentRequestBuilder.cs index 199934eb..c48bb564 100644 --- a/src/Tableau.Migration/Net/IHttpContentRequestBuilder.cs +++ b/src/Tableau.Migration/Net/IHttpContentRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpContentSerializer.cs b/src/Tableau.Migration/Net/IHttpContentSerializer.cs index 6e3f282d..42475f56 100644 --- a/src/Tableau.Migration/Net/IHttpContentSerializer.cs +++ b/src/Tableau.Migration/Net/IHttpContentSerializer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpDeleteRequestBuilder.cs b/src/Tableau.Migration/Net/IHttpDeleteRequestBuilder.cs index f27f753e..5c7d07d5 100644 --- a/src/Tableau.Migration/Net/IHttpDeleteRequestBuilder.cs +++ b/src/Tableau.Migration/Net/IHttpDeleteRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpGetRequestBuilder.cs b/src/Tableau.Migration/Net/IHttpGetRequestBuilder.cs index 3dd845f0..e8f2c4cf 100644 --- a/src/Tableau.Migration/Net/IHttpGetRequestBuilder.cs +++ b/src/Tableau.Migration/Net/IHttpGetRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpPatchRequestBuilder.cs b/src/Tableau.Migration/Net/IHttpPatchRequestBuilder.cs index a705e1b2..f0c4386b 100644 --- a/src/Tableau.Migration/Net/IHttpPatchRequestBuilder.cs +++ b/src/Tableau.Migration/Net/IHttpPatchRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpPostRequestBuilder.cs b/src/Tableau.Migration/Net/IHttpPostRequestBuilder.cs index dfb9bd8a..34ea5c62 100644 --- a/src/Tableau.Migration/Net/IHttpPostRequestBuilder.cs +++ b/src/Tableau.Migration/Net/IHttpPostRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpPutRequestBuilder.cs b/src/Tableau.Migration/Net/IHttpPutRequestBuilder.cs index 86618234..6dfc87cf 100644 --- a/src/Tableau.Migration/Net/IHttpPutRequestBuilder.cs +++ b/src/Tableau.Migration/Net/IHttpPutRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpRequestBuilder.cs b/src/Tableau.Migration/Net/IHttpRequestBuilder.cs index 19f31533..068074e9 100644 --- a/src/Tableau.Migration/Net/IHttpRequestBuilder.cs +++ b/src/Tableau.Migration/Net/IHttpRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpRequestBuilderFactory.cs b/src/Tableau.Migration/Net/IHttpRequestBuilderFactory.cs index d3f8bdf5..b390c1f5 100644 --- a/src/Tableau.Migration/Net/IHttpRequestBuilderFactory.cs +++ b/src/Tableau.Migration/Net/IHttpRequestBuilderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpResponseMessage.cs b/src/Tableau.Migration/Net/IHttpResponseMessage.cs index d3809b44..5e4508c3 100644 --- a/src/Tableau.Migration/Net/IHttpResponseMessage.cs +++ b/src/Tableau.Migration/Net/IHttpResponseMessage.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IHttpStreamProcessor.cs b/src/Tableau.Migration/Net/IHttpStreamProcessor.cs index 970133b1..fd614c34 100644 --- a/src/Tableau.Migration/Net/IHttpStreamProcessor.cs +++ b/src/Tableau.Migration/Net/IHttpStreamProcessor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/INetworkTraceLogger.cs b/src/Tableau.Migration/Net/INetworkTraceLogger.cs index f34a46ac..6a5aad5b 100644 --- a/src/Tableau.Migration/Net/INetworkTraceLogger.cs +++ b/src/Tableau.Migration/Net/INetworkTraceLogger.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/INetworkTraceRedactor.cs b/src/Tableau.Migration/Net/INetworkTraceRedactor.cs index fe18e6e7..1f8d6627 100644 --- a/src/Tableau.Migration/Net/INetworkTraceRedactor.cs +++ b/src/Tableau.Migration/Net/INetworkTraceRedactor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IQueryStringBuilder.cs b/src/Tableau.Migration/Net/IQueryStringBuilder.cs index cb3f8128..3ff189c0 100644 --- a/src/Tableau.Migration/Net/IQueryStringBuilder.cs +++ b/src/Tableau.Migration/Net/IQueryStringBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IRequestBuilder.cs b/src/Tableau.Migration/Net/IRequestBuilder.cs index 6d633a27..e9ab4780 100644 --- a/src/Tableau.Migration/Net/IRequestBuilder.cs +++ b/src/Tableau.Migration/Net/IRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IRequestBuilderFactory.cs b/src/Tableau.Migration/Net/IRequestBuilderFactory.cs index a15a4d2c..8720d7ff 100644 --- a/src/Tableau.Migration/Net/IRequestBuilderFactory.cs +++ b/src/Tableau.Migration/Net/IRequestBuilderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IRequestBuilderFactoryInput.cs b/src/Tableau.Migration/Net/IRequestBuilderFactoryInput.cs index 4c842237..d01c6b66 100644 --- a/src/Tableau.Migration/Net/IRequestBuilderFactoryInput.cs +++ b/src/Tableau.Migration/Net/IRequestBuilderFactoryInput.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IRequestBuilderFactoryInputInitializer.cs b/src/Tableau.Migration/Net/IRequestBuilderFactoryInputInitializer.cs index 2dd412c9..25c1a491 100644 --- a/src/Tableau.Migration/Net/IRequestBuilderFactoryInputInitializer.cs +++ b/src/Tableau.Migration/Net/IRequestBuilderFactoryInputInitializer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IServiceCollectionExtensions.cs b/src/Tableau.Migration/Net/IServiceCollectionExtensions.cs index e614a749..0be81e29 100644 --- a/src/Tableau.Migration/Net/IServiceCollectionExtensions.cs +++ b/src/Tableau.Migration/Net/IServiceCollectionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/ITableauSerializer.cs b/src/Tableau.Migration/Net/ITableauSerializer.cs index 192e26b2..31a3ceb1 100644 --- a/src/Tableau.Migration/Net/ITableauSerializer.cs +++ b/src/Tableau.Migration/Net/ITableauSerializer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/IUserAgentProvider.cs b/src/Tableau.Migration/Net/IUserAgentProvider.cs index d536c32e..3c521356 100644 --- a/src/Tableau.Migration/Net/IUserAgentProvider.cs +++ b/src/Tableau.Migration/Net/IUserAgentProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/JsonOptions.cs b/src/Tableau.Migration/Net/JsonOptions.cs index 05fc414d..0148add4 100644 --- a/src/Tableau.Migration/Net/JsonOptions.cs +++ b/src/Tableau.Migration/Net/JsonOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/MediaTypeHeaderValueExtensions.cs b/src/Tableau.Migration/Net/MediaTypeHeaderValueExtensions.cs index bdfa4368..720b09fa 100644 --- a/src/Tableau.Migration/Net/MediaTypeHeaderValueExtensions.cs +++ b/src/Tableau.Migration/Net/MediaTypeHeaderValueExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/MediaTypes.cs b/src/Tableau.Migration/Net/MediaTypes.cs index e4f88c0e..e3ab317f 100644 --- a/src/Tableau.Migration/Net/MediaTypes.cs +++ b/src/Tableau.Migration/Net/MediaTypes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/NetworkTraceLogger.cs b/src/Tableau.Migration/Net/NetworkTraceLogger.cs index ce17d720..36e3231b 100644 --- a/src/Tableau.Migration/Net/NetworkTraceLogger.cs +++ b/src/Tableau.Migration/Net/NetworkTraceLogger.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/NetworkTraceRedactor.cs b/src/Tableau.Migration/Net/NetworkTraceRedactor.cs index 0c43ec9e..83c645bb 100644 --- a/src/Tableau.Migration/Net/NetworkTraceRedactor.cs +++ b/src/Tableau.Migration/Net/NetworkTraceRedactor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/ObjectExtensions.cs b/src/Tableau.Migration/Net/ObjectExtensions.cs index 903a8fda..dc87370a 100644 --- a/src/Tableau.Migration/Net/ObjectExtensions.cs +++ b/src/Tableau.Migration/Net/ObjectExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/QueryStringBuilder.cs b/src/Tableau.Migration/Net/QueryStringBuilder.cs index accee476..6f1eaff1 100644 --- a/src/Tableau.Migration/Net/QueryStringBuilder.cs +++ b/src/Tableau.Migration/Net/QueryStringBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/RequestBuilder.cs b/src/Tableau.Migration/Net/RequestBuilder.cs index 1f38fa76..f2bb4d1f 100644 --- a/src/Tableau.Migration/Net/RequestBuilder.cs +++ b/src/Tableau.Migration/Net/RequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/RequestBuilderBase.cs b/src/Tableau.Migration/Net/RequestBuilderBase.cs index 54f734fa..b715fd78 100644 --- a/src/Tableau.Migration/Net/RequestBuilderBase.cs +++ b/src/Tableau.Migration/Net/RequestBuilderBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/RequestBuilderFactory.cs b/src/Tableau.Migration/Net/RequestBuilderFactory.cs index ccea2325..18b6837d 100644 --- a/src/Tableau.Migration/Net/RequestBuilderFactory.cs +++ b/src/Tableau.Migration/Net/RequestBuilderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/RequestBuilderFactoryInput.cs b/src/Tableau.Migration/Net/RequestBuilderFactoryInput.cs index 5f328be6..62ae4717 100644 --- a/src/Tableau.Migration/Net/RequestBuilderFactoryInput.cs +++ b/src/Tableau.Migration/Net/RequestBuilderFactoryInput.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Resilience/ClientThrottleStrategyBuilder.cs b/src/Tableau.Migration/Net/Resilience/ClientThrottleStrategyBuilder.cs index b51d9786..d8480d85 100644 --- a/src/Tableau.Migration/Net/Resilience/ClientThrottleStrategyBuilder.cs +++ b/src/Tableau.Migration/Net/Resilience/ClientThrottleStrategyBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Resilience/IResilienceStrategyBuilder.cs b/src/Tableau.Migration/Net/Resilience/IResilienceStrategyBuilder.cs index 33b22f44..e7ac4ae4 100644 --- a/src/Tableau.Migration/Net/Resilience/IResilienceStrategyBuilder.cs +++ b/src/Tableau.Migration/Net/Resilience/IResilienceStrategyBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Resilience/MaxConcurrencyStrategyBuilder.cs b/src/Tableau.Migration/Net/Resilience/MaxConcurrencyStrategyBuilder.cs index 1a8a3575..b3ed2bae 100644 --- a/src/Tableau.Migration/Net/Resilience/MaxConcurrencyStrategyBuilder.cs +++ b/src/Tableau.Migration/Net/Resilience/MaxConcurrencyStrategyBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Resilience/RequestTimeoutStrategyBuilder.cs b/src/Tableau.Migration/Net/Resilience/RequestTimeoutStrategyBuilder.cs index 28dab919..8250871b 100644 --- a/src/Tableau.Migration/Net/Resilience/RequestTimeoutStrategyBuilder.cs +++ b/src/Tableau.Migration/Net/Resilience/RequestTimeoutStrategyBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Resilience/ResilienceContextExtensions.cs b/src/Tableau.Migration/Net/Resilience/ResilienceContextExtensions.cs index 3a4d22c9..45675e3c 100644 --- a/src/Tableau.Migration/Net/Resilience/ResilienceContextExtensions.cs +++ b/src/Tableau.Migration/Net/Resilience/ResilienceContextExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Resilience/RetryStrategyBuilder.cs b/src/Tableau.Migration/Net/Resilience/RetryStrategyBuilder.cs index b7fbe5cb..24709c2a 100644 --- a/src/Tableau.Migration/Net/Resilience/RetryStrategyBuilder.cs +++ b/src/Tableau.Migration/Net/Resilience/RetryStrategyBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Resilience/ServerThrottleStrategyBuilder.cs b/src/Tableau.Migration/Net/Resilience/ServerThrottleStrategyBuilder.cs index 16871b46..8c69ca97 100644 --- a/src/Tableau.Migration/Net/Resilience/ServerThrottleStrategyBuilder.cs +++ b/src/Tableau.Migration/Net/Resilience/ServerThrottleStrategyBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Fields/Field.cs b/src/Tableau.Migration/Net/Rest/Fields/Field.cs index 2e0b7409..315a74e5 100644 --- a/src/Tableau.Migration/Net/Rest/Fields/Field.cs +++ b/src/Tableau.Migration/Net/Rest/Fields/Field.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Fields/FieldBuilder.cs b/src/Tableau.Migration/Net/Rest/Fields/FieldBuilder.cs index 2fecf99c..252059f3 100644 --- a/src/Tableau.Migration/Net/Rest/Fields/FieldBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/Fields/FieldBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Fields/IFieldBuilder.cs b/src/Tableau.Migration/Net/Rest/Fields/IFieldBuilder.cs index ef54c286..b43b9e4e 100644 --- a/src/Tableau.Migration/Net/Rest/Fields/IFieldBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/Fields/IFieldBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Filtering/Filter.cs b/src/Tableau.Migration/Net/Rest/Filtering/Filter.cs index 3909ca65..be53ede6 100644 --- a/src/Tableau.Migration/Net/Rest/Filtering/Filter.cs +++ b/src/Tableau.Migration/Net/Rest/Filtering/Filter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Filtering/FilterBuilder.cs b/src/Tableau.Migration/Net/Rest/Filtering/FilterBuilder.cs index b2f59e26..e12d8aa8 100644 --- a/src/Tableau.Migration/Net/Rest/Filtering/FilterBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/Filtering/FilterBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Filtering/FilterOperator.cs b/src/Tableau.Migration/Net/Rest/Filtering/FilterOperator.cs index feca0f62..67590fcd 100644 --- a/src/Tableau.Migration/Net/Rest/Filtering/FilterOperator.cs +++ b/src/Tableau.Migration/Net/Rest/Filtering/FilterOperator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Filtering/IFilterBuilder.cs b/src/Tableau.Migration/Net/Rest/Filtering/IFilterBuilder.cs index ebfb4033..faf815b8 100644 --- a/src/Tableau.Migration/Net/Rest/Filtering/IFilterBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/Filtering/IFilterBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/GuidExtensions.cs b/src/Tableau.Migration/Net/Rest/GuidExtensions.cs index 20ad7c8c..98ad45b2 100644 --- a/src/Tableau.Migration/Net/Rest/GuidExtensions.cs +++ b/src/Tableau.Migration/Net/Rest/GuidExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/HttpRequestMessageExtensions.cs b/src/Tableau.Migration/Net/Rest/HttpRequestMessageExtensions.cs index 12a72571..92173f66 100644 --- a/src/Tableau.Migration/Net/Rest/HttpRequestMessageExtensions.cs +++ b/src/Tableau.Migration/Net/Rest/HttpRequestMessageExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/IRestRequestBuilder.cs b/src/Tableau.Migration/Net/Rest/IRestRequestBuilder.cs index 3cb6dfbc..bda99101 100644 --- a/src/Tableau.Migration/Net/Rest/IRestRequestBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/IRestRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/IRestRequestBuilderFactory.cs b/src/Tableau.Migration/Net/Rest/IRestRequestBuilderFactory.cs index 56796ad6..cf74eb9d 100644 --- a/src/Tableau.Migration/Net/Rest/IRestRequestBuilderFactory.cs +++ b/src/Tableau.Migration/Net/Rest/IRestRequestBuilderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/ListSortDirectionExtensions.cs b/src/Tableau.Migration/Net/Rest/ListSortDirectionExtensions.cs index 76728009..bd68fbc0 100644 --- a/src/Tableau.Migration/Net/Rest/ListSortDirectionExtensions.cs +++ b/src/Tableau.Migration/Net/Rest/ListSortDirectionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Paging/IPageBuilder.cs b/src/Tableau.Migration/Net/Rest/Paging/IPageBuilder.cs index 8ebd2d53..870093a1 100644 --- a/src/Tableau.Migration/Net/Rest/Paging/IPageBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/Paging/IPageBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Paging/Page.cs b/src/Tableau.Migration/Net/Rest/Paging/Page.cs index 7f2360b0..291d0067 100644 --- a/src/Tableau.Migration/Net/Rest/Paging/Page.cs +++ b/src/Tableau.Migration/Net/Rest/Paging/Page.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Paging/PageBuilder.cs b/src/Tableau.Migration/Net/Rest/Paging/PageBuilder.cs index 935127c5..53ab8219 100644 --- a/src/Tableau.Migration/Net/Rest/Paging/PageBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/Paging/PageBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/RestHeaders.cs b/src/Tableau.Migration/Net/Rest/RestHeaders.cs index 5b480128..110da5f3 100644 --- a/src/Tableau.Migration/Net/Rest/RestHeaders.cs +++ b/src/Tableau.Migration/Net/Rest/RestHeaders.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/RestQueryBuilderBase.cs b/src/Tableau.Migration/Net/Rest/RestQueryBuilderBase.cs index c7e2f4dd..9a9c8cf7 100644 --- a/src/Tableau.Migration/Net/Rest/RestQueryBuilderBase.cs +++ b/src/Tableau.Migration/Net/Rest/RestQueryBuilderBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/RestRequestBuilder.cs b/src/Tableau.Migration/Net/Rest/RestRequestBuilder.cs index 1c074dd5..2a8c445a 100644 --- a/src/Tableau.Migration/Net/Rest/RestRequestBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/RestRequestBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/RestRequestBuilderFactory.cs b/src/Tableau.Migration/Net/Rest/RestRequestBuilderFactory.cs index 56ba99e1..81404c20 100644 --- a/src/Tableau.Migration/Net/Rest/RestRequestBuilderFactory.cs +++ b/src/Tableau.Migration/Net/Rest/RestRequestBuilderFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Sorting/ISortBuilder.cs b/src/Tableau.Migration/Net/Rest/Sorting/ISortBuilder.cs index 63a4ee1c..14972b04 100644 --- a/src/Tableau.Migration/Net/Rest/Sorting/ISortBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/Sorting/ISortBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Sorting/Sort.cs b/src/Tableau.Migration/Net/Rest/Sorting/Sort.cs index c3e7c206..ecc2f560 100644 --- a/src/Tableau.Migration/Net/Rest/Sorting/Sort.cs +++ b/src/Tableau.Migration/Net/Rest/Sorting/Sort.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/Sorting/SortBuilder.cs b/src/Tableau.Migration/Net/Rest/Sorting/SortBuilder.cs index 448d6092..dac8da0b 100644 --- a/src/Tableau.Migration/Net/Rest/Sorting/SortBuilder.cs +++ b/src/Tableau.Migration/Net/Rest/Sorting/SortBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Rest/UriExtensions.cs b/src/Tableau.Migration/Net/Rest/UriExtensions.cs index 8c7b5bff..1b9753a5 100644 --- a/src/Tableau.Migration/Net/Rest/UriExtensions.cs +++ b/src/Tableau.Migration/Net/Rest/UriExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/BaseUrlComparer.cs b/src/Tableau.Migration/Net/Simulation/BaseUrlComparer.cs index 65c5ac7a..6416041d 100644 --- a/src/Tableau.Migration/Net/Simulation/BaseUrlComparer.cs +++ b/src/Tableau.Migration/Net/Simulation/BaseUrlComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/IResponseSimulator.cs b/src/Tableau.Migration/Net/Simulation/IResponseSimulator.cs index 944e751e..9e3e2237 100644 --- a/src/Tableau.Migration/Net/Simulation/IResponseSimulator.cs +++ b/src/Tableau.Migration/Net/Simulation/IResponseSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/IResponseSimulatorProvider.cs b/src/Tableau.Migration/Net/Simulation/IResponseSimulatorProvider.cs index 36d584d5..5be0e80a 100644 --- a/src/Tableau.Migration/Net/Simulation/IResponseSimulatorProvider.cs +++ b/src/Tableau.Migration/Net/Simulation/IResponseSimulatorProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/MethodSimulator.cs b/src/Tableau.Migration/Net/Simulation/MethodSimulator.cs index e0b514bd..71f9b8d1 100644 --- a/src/Tableau.Migration/Net/Simulation/MethodSimulator.cs +++ b/src/Tableau.Migration/Net/Simulation/MethodSimulator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/NullResponseSimulatorProvider.cs b/src/Tableau.Migration/Net/Simulation/NullResponseSimulatorProvider.cs index 63077a0f..77e40cc7 100644 --- a/src/Tableau.Migration/Net/Simulation/NullResponseSimulatorProvider.cs +++ b/src/Tableau.Migration/Net/Simulation/NullResponseSimulatorProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/Requests/IPathRequestMatcher.cs b/src/Tableau.Migration/Net/Simulation/Requests/IPathRequestMatcher.cs index 25a7cd0a..dd9e9802 100644 --- a/src/Tableau.Migration/Net/Simulation/Requests/IPathRequestMatcher.cs +++ b/src/Tableau.Migration/Net/Simulation/Requests/IPathRequestMatcher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/Requests/IRequestMatcher.cs b/src/Tableau.Migration/Net/Simulation/Requests/IRequestMatcher.cs index 75dc43d4..a13d455e 100644 --- a/src/Tableau.Migration/Net/Simulation/Requests/IRequestMatcher.cs +++ b/src/Tableau.Migration/Net/Simulation/Requests/IRequestMatcher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/Requests/PathRequestMatcher.cs b/src/Tableau.Migration/Net/Simulation/Requests/PathRequestMatcher.cs index 5e45bd85..d470061d 100644 --- a/src/Tableau.Migration/Net/Simulation/Requests/PathRequestMatcher.cs +++ b/src/Tableau.Migration/Net/Simulation/Requests/PathRequestMatcher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/Responses/EmptyResponseBuilder.cs b/src/Tableau.Migration/Net/Simulation/Responses/EmptyResponseBuilder.cs index 28064cf0..721324cd 100644 --- a/src/Tableau.Migration/Net/Simulation/Responses/EmptyResponseBuilder.cs +++ b/src/Tableau.Migration/Net/Simulation/Responses/EmptyResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/Responses/IResponseBuilder.cs b/src/Tableau.Migration/Net/Simulation/Responses/IResponseBuilder.cs index e46ee9fa..507f9bb1 100644 --- a/src/Tableau.Migration/Net/Simulation/Responses/IResponseBuilder.cs +++ b/src/Tableau.Migration/Net/Simulation/Responses/IResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/Responses/StaticStringResponseBuilder.cs b/src/Tableau.Migration/Net/Simulation/Responses/StaticStringResponseBuilder.cs index 64fd8db5..3485603e 100644 --- a/src/Tableau.Migration/Net/Simulation/Responses/StaticStringResponseBuilder.cs +++ b/src/Tableau.Migration/Net/Simulation/Responses/StaticStringResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/Responses/TooManyRequestsResponseBuilder.cs b/src/Tableau.Migration/Net/Simulation/Responses/TooManyRequestsResponseBuilder.cs index 986d9ad7..974c0247 100644 --- a/src/Tableau.Migration/Net/Simulation/Responses/TooManyRequestsResponseBuilder.cs +++ b/src/Tableau.Migration/Net/Simulation/Responses/TooManyRequestsResponseBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/SimulationHttpHandler.cs b/src/Tableau.Migration/Net/Simulation/SimulationHttpHandler.cs index 0edb7a0c..d3ba1523 100644 --- a/src/Tableau.Migration/Net/Simulation/SimulationHttpHandler.cs +++ b/src/Tableau.Migration/Net/Simulation/SimulationHttpHandler.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/Simulation/UriExtensions.cs b/src/Tableau.Migration/Net/Simulation/UriExtensions.cs index 799f2c5e..c1033853 100644 --- a/src/Tableau.Migration/Net/Simulation/UriExtensions.cs +++ b/src/Tableau.Migration/Net/Simulation/UriExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/StringExtensions.cs b/src/Tableau.Migration/Net/StringExtensions.cs index 6838e371..cd29e43e 100644 --- a/src/Tableau.Migration/Net/StringExtensions.cs +++ b/src/Tableau.Migration/Net/StringExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/TableauSerializer.cs b/src/Tableau.Migration/Net/TableauSerializer.cs index c161eac5..7fa7a45d 100644 --- a/src/Tableau.Migration/Net/TableauSerializer.cs +++ b/src/Tableau.Migration/Net/TableauSerializer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Net/UserAgentProvider.cs b/src/Tableau.Migration/Net/UserAgentProvider.cs index cd32febc..13cfa724 100644 --- a/src/Tableau.Migration/Net/UserAgentProvider.cs +++ b/src/Tableau.Migration/Net/UserAgentProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ObjectExtensions.cs b/src/Tableau.Migration/ObjectExtensions.cs index f7fdfdf2..1a9df4eb 100644 --- a/src/Tableau.Migration/ObjectExtensions.cs +++ b/src/Tableau.Migration/ObjectExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Paging/BreadthFirstPathHierarchyPager.cs b/src/Tableau.Migration/Paging/BreadthFirstPathHierarchyPager.cs index 8a1d1eb8..5fe85f63 100644 --- a/src/Tableau.Migration/Paging/BreadthFirstPathHierarchyPager.cs +++ b/src/Tableau.Migration/Paging/BreadthFirstPathHierarchyPager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Paging/IPageInfo.cs b/src/Tableau.Migration/Paging/IPageInfo.cs index fd662d1d..cb64ec2a 100644 --- a/src/Tableau.Migration/Paging/IPageInfo.cs +++ b/src/Tableau.Migration/Paging/IPageInfo.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Paging/IPagedResult.cs b/src/Tableau.Migration/Paging/IPagedResult.cs index 469c412b..bed6a597 100644 --- a/src/Tableau.Migration/Paging/IPagedResult.cs +++ b/src/Tableau.Migration/Paging/IPagedResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Paging/IPager.cs b/src/Tableau.Migration/Paging/IPager.cs index 827bd8ef..c31d14d4 100644 --- a/src/Tableau.Migration/Paging/IPager.cs +++ b/src/Tableau.Migration/Paging/IPager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Paging/IndexedPagerBase.cs b/src/Tableau.Migration/Paging/IndexedPagerBase.cs index 31c9b04a..c4287e6f 100644 --- a/src/Tableau.Migration/Paging/IndexedPagerBase.cs +++ b/src/Tableau.Migration/Paging/IndexedPagerBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Paging/PagedResult.cs b/src/Tableau.Migration/Paging/PagedResult.cs index 9c2950fd..aeb5edf1 100644 --- a/src/Tableau.Migration/Paging/PagedResult.cs +++ b/src/Tableau.Migration/Paging/PagedResult.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/PipelineProfile.cs b/src/Tableau.Migration/PipelineProfile.cs index 68891510..59df3239 100644 --- a/src/Tableau.Migration/PipelineProfile.cs +++ b/src/Tableau.Migration/PipelineProfile.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Properties/AssemblyInfo.cs b/src/Tableau.Migration/Properties/AssemblyInfo.cs index 6300ce31..c7dde9af 100644 --- a/src/Tableau.Migration/Properties/AssemblyInfo.cs +++ b/src/Tableau.Migration/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Resources/AllUsersTranslations.cs b/src/Tableau.Migration/Resources/AllUsersTranslations.cs index 5ae618f1..b324670c 100644 --- a/src/Tableau.Migration/Resources/AllUsersTranslations.cs +++ b/src/Tableau.Migration/Resources/AllUsersTranslations.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Resources/DefaultExternalAssetsProjectTranslations.cs b/src/Tableau.Migration/Resources/DefaultExternalAssetsProjectTranslations.cs index ab7f2883..887ae186 100644 --- a/src/Tableau.Migration/Resources/DefaultExternalAssetsProjectTranslations.cs +++ b/src/Tableau.Migration/Resources/DefaultExternalAssetsProjectTranslations.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Resources/ISharedResourcesLocalizer.cs b/src/Tableau.Migration/Resources/ISharedResourcesLocalizer.cs index f4146803..5e1be2dc 100644 --- a/src/Tableau.Migration/Resources/ISharedResourcesLocalizer.cs +++ b/src/Tableau.Migration/Resources/ISharedResourcesLocalizer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Resources/SharedResourceKeys.cs b/src/Tableau.Migration/Resources/SharedResourceKeys.cs index ee755519..e56405d7 100644 --- a/src/Tableau.Migration/Resources/SharedResourceKeys.cs +++ b/src/Tableau.Migration/Resources/SharedResourceKeys.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Resources/SharedResourcesLocalizer.cs b/src/Tableau.Migration/Resources/SharedResourcesLocalizer.cs index 778e6405..0aec5525 100644 --- a/src/Tableau.Migration/Resources/SharedResourcesLocalizer.cs +++ b/src/Tableau.Migration/Resources/SharedResourcesLocalizer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/Result.cs b/src/Tableau.Migration/Result.cs index fff4ce52..9a8f3ea9 100644 --- a/src/Tableau.Migration/Result.cs +++ b/src/Tableau.Migration/Result.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ResultBuilder.cs b/src/Tableau.Migration/ResultBuilder.cs index 04f3993f..46091051 100644 --- a/src/Tableau.Migration/ResultBuilder.cs +++ b/src/Tableau.Migration/ResultBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/StreamExtensions.cs b/src/Tableau.Migration/StreamExtensions.cs index 917aa270..c9bcb961 100644 --- a/src/Tableau.Migration/StreamExtensions.cs +++ b/src/Tableau.Migration/StreamExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/StreamProcessorBase.cs b/src/Tableau.Migration/StreamProcessorBase.cs index 2545725f..49175103 100644 --- a/src/Tableau.Migration/StreamProcessorBase.cs +++ b/src/Tableau.Migration/StreamProcessorBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/StringEnum.cs b/src/Tableau.Migration/StringEnum.cs index 8b329039..c7d561c2 100644 --- a/src/Tableau.Migration/StringEnum.cs +++ b/src/Tableau.Migration/StringEnum.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/TableauInstanceType.cs b/src/Tableau.Migration/TableauInstanceType.cs index 8586ad34..af05a36d 100644 --- a/src/Tableau.Migration/TableauInstanceType.cs +++ b/src/Tableau.Migration/TableauInstanceType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/TableauInstanceTypeExtensions.cs b/src/Tableau.Migration/TableauInstanceTypeExtensions.cs index febaf0ad..be59059c 100644 --- a/src/Tableau.Migration/TableauInstanceTypeExtensions.cs +++ b/src/Tableau.Migration/TableauInstanceTypeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/TableauInstanceTypeNotSupportedException.cs b/src/Tableau.Migration/TableauInstanceTypeNotSupportedException.cs index 87ea08be..27967dec 100644 --- a/src/Tableau.Migration/TableauInstanceTypeNotSupportedException.cs +++ b/src/Tableau.Migration/TableauInstanceTypeNotSupportedException.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/TaskDelayer.cs b/src/Tableau.Migration/TaskDelayer.cs index 73439634..a798f84f 100644 --- a/src/Tableau.Migration/TaskDelayer.cs +++ b/src/Tableau.Migration/TaskDelayer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/TaskExtensions.cs b/src/Tableau.Migration/TaskExtensions.cs index e2efc116..9b390fb5 100644 --- a/src/Tableau.Migration/TaskExtensions.cs +++ b/src/Tableau.Migration/TaskExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/TypeExtensions.cs b/src/Tableau.Migration/TypeExtensions.cs index c4f4604e..061439d3 100644 --- a/src/Tableau.Migration/TypeExtensions.cs +++ b/src/Tableau.Migration/TypeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src/Tableau.Migration/ValidationExtensions.cs b/src/Tableau.Migration/ValidationExtensions.cs index eca937f1..17bf486a 100644 --- a/src/Tableau.Migration/ValidationExtensions.cs +++ b/src/Tableau.Migration/ValidationExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Python.ExampleApplication.Tests/tests/__init__.py b/tests/Python.ExampleApplication.Tests/tests/__init__.py index b7e800da..93926186 100644 --- a/tests/Python.ExampleApplication.Tests/tests/__init__.py +++ b/tests/Python.ExampleApplication.Tests/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Python.ExampleApplication.Tests/tests/test_default_project_filter.py b/tests/Python.ExampleApplication.Tests/tests/test_default_project_filter.py index 77dd8b63..ac768328 100644 --- a/tests/Python.ExampleApplication.Tests/tests/test_default_project_filter.py +++ b/tests/Python.ExampleApplication.Tests/tests/test_default_project_filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Python.ExampleApplication.Tests/tests/test_log_migration_batches_hook.py b/tests/Python.ExampleApplication.Tests/tests/test_log_migration_batches_hook.py index 12da4aaf..ea4ac4ab 100644 --- a/tests/Python.ExampleApplication.Tests/tests/test_log_migration_batches_hook.py +++ b/tests/Python.ExampleApplication.Tests/tests/test_log_migration_batches_hook.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Python.TestApplication/build.py b/tests/Python.TestApplication/build.py index 9f6b8663..e2062242 100644 --- a/tests/Python.TestApplication/build.py +++ b/tests/Python.TestApplication/build.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Python.TestApplication/helper.py b/tests/Python.TestApplication/helper.py index 1467f147..a83258ab 100644 --- a/tests/Python.TestApplication/helper.py +++ b/tests/Python.TestApplication/helper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Python.TestApplication/main.py b/tests/Python.TestApplication/main.py index 36506e07..76310464 100644 --- a/tests/Python.TestApplication/main.py +++ b/tests/Python.TestApplication/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Python.TestApplication/migration_testcomponents_filters.py b/tests/Python.TestApplication/migration_testcomponents_filters.py index ffbcc7c7..594d573b 100644 --- a/tests/Python.TestApplication/migration_testcomponents_filters.py +++ b/tests/Python.TestApplication/migration_testcomponents_filters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Python.TestApplication/migration_testcomponents_hooks.py b/tests/Python.TestApplication/migration_testcomponents_hooks.py index b1905e47..0b58e438 100644 --- a/tests/Python.TestApplication/migration_testcomponents_hooks.py +++ b/tests/Python.TestApplication/migration_testcomponents_hooks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Python.TestApplication/migration_testcomponents_mappings.py b/tests/Python.TestApplication/migration_testcomponents_mappings.py index f17989f8..bdf8f996 100644 --- a/tests/Python.TestApplication/migration_testcomponents_mappings.py +++ b/tests/Python.TestApplication/migration_testcomponents_mappings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Python.TestApplication/migration_testcomponents_transformers.py b/tests/Python.TestApplication/migration_testcomponents_transformers.py index 0a63b90d..eeba5239 100644 --- a/tests/Python.TestApplication/migration_testcomponents_transformers.py +++ b/tests/Python.TestApplication/migration_testcomponents_transformers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, Salesforce, Inc. +# Copyright (c) 2025, Salesforce, Inc. # SPDX-License-Identifier: Apache-2 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/Tableau.Migration.TestApplication/ActivityEnricher.cs b/tests/Tableau.Migration.TestApplication/ActivityEnricher.cs index 5e8c377f..e8a0514d 100644 --- a/tests/Tableau.Migration.TestApplication/ActivityEnricher.cs +++ b/tests/Tableau.Migration.TestApplication/ActivityEnricher.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Config/DomainOptions.cs b/tests/Tableau.Migration.TestApplication/Config/DomainOptions.cs index 98963e84..96b4613a 100644 --- a/tests/Tableau.Migration.TestApplication/Config/DomainOptions.cs +++ b/tests/Tableau.Migration.TestApplication/Config/DomainOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Config/EndpointOptions.cs b/tests/Tableau.Migration.TestApplication/Config/EndpointOptions.cs index b0a40016..1647f8ec 100644 --- a/tests/Tableau.Migration.TestApplication/Config/EndpointOptions.cs +++ b/tests/Tableau.Migration.TestApplication/Config/EndpointOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Config/LogOptions.cs b/tests/Tableau.Migration.TestApplication/Config/LogOptions.cs index 79078775..b947239d 100644 --- a/tests/Tableau.Migration.TestApplication/Config/LogOptions.cs +++ b/tests/Tableau.Migration.TestApplication/Config/LogOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Config/SpecialUsersOptions.cs b/tests/Tableau.Migration.TestApplication/Config/SpecialUsersOptions.cs index 1f7fd0a3..e34d675e 100644 --- a/tests/Tableau.Migration.TestApplication/Config/SpecialUsersOptions.cs +++ b/tests/Tableau.Migration.TestApplication/Config/SpecialUsersOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Config/TestApplicationOptions.cs b/tests/Tableau.Migration.TestApplication/Config/TestApplicationOptions.cs index 169863cd..dad02aa7 100644 --- a/tests/Tableau.Migration.TestApplication/Config/TestApplicationOptions.cs +++ b/tests/Tableau.Migration.TestApplication/Config/TestApplicationOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/ContentWithinSkippedLocationMapping.cs b/tests/Tableau.Migration.TestApplication/Hooks/ContentWithinSkippedLocationMapping.cs index 6c6c992f..ad9ec29a 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/ContentWithinSkippedLocationMapping.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/ContentWithinSkippedLocationMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/LogMigrationBatchSummaryHook.cs b/tests/Tableau.Migration.TestApplication/Hooks/LogMigrationBatchSummaryHook.cs index ea305050..9505d8ef 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/LogMigrationBatchSummaryHook.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/LogMigrationBatchSummaryHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/NonDomainUserFilter.cs b/tests/Tableau.Migration.TestApplication/Hooks/NonDomainUserFilter.cs index eb39925e..33b4baf4 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/NonDomainUserFilter.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/NonDomainUserFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/RemoveMissingDestinationUsersFromGroupsTransformer.cs b/tests/Tableau.Migration.TestApplication/Hooks/RemoveMissingDestinationUsersFromGroupsTransformer.cs index 0793bde9..6f62391e 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/RemoveMissingDestinationUsersFromGroupsTransformer.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/RemoveMissingDestinationUsersFromGroupsTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/SaveManifestAfterBatchMigrationCompletedHook.cs b/tests/Tableau.Migration.TestApplication/Hooks/SaveManifestAfterBatchMigrationCompletedHook.cs index 461b24a7..9404144e 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/SaveManifestAfterBatchMigrationCompletedHook.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/SaveManifestAfterBatchMigrationCompletedHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/SkipByParentLocationFilter.cs b/tests/Tableau.Migration.TestApplication/Hooks/SkipByParentLocationFilter.cs index 86f40e28..388317d7 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/SkipByParentLocationFilter.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/SkipByParentLocationFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/SkipFilter.cs b/tests/Tableau.Migration.TestApplication/Hooks/SkipFilter.cs index e63a0678..28196701 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/SkipFilter.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/SkipFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/SpecialUserFilter.cs b/tests/Tableau.Migration.TestApplication/Hooks/SpecialUserFilter.cs index 32ca8a09..2b4b1208 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/SpecialUserFilter.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/SpecialUserFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/SpecialUserMapping.cs b/tests/Tableau.Migration.TestApplication/Hooks/SpecialUserMapping.cs index fca18fb9..a9719d92 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/SpecialUserMapping.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/SpecialUserMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/TestTableauCloudUsernameMapping.cs b/tests/Tableau.Migration.TestApplication/Hooks/TestTableauCloudUsernameMapping.cs index d7769fb1..f6133d30 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/TestTableauCloudUsernameMapping.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/TestTableauCloudUsernameMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/TestTableauCloudUsernameOptions.cs b/tests/Tableau.Migration.TestApplication/Hooks/TestTableauCloudUsernameOptions.cs index 05b2f699..0dd91cbe 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/TestTableauCloudUsernameOptions.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/TestTableauCloudUsernameOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/TimeLoggerAfterActionHook.cs b/tests/Tableau.Migration.TestApplication/Hooks/TimeLoggerAfterActionHook.cs index b89bfa99..79bb775c 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/TimeLoggerAfterActionHook.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/TimeLoggerAfterActionHook.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/UnlicensedUserFilter.cs b/tests/Tableau.Migration.TestApplication/Hooks/UnlicensedUserFilter.cs index f1fef1ea..538bb7cb 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/UnlicensedUserFilter.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/UnlicensedUserFilter.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/UnlicensedUserMapping.cs b/tests/Tableau.Migration.TestApplication/Hooks/UnlicensedUserMapping.cs index b93849ca..d432e363 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/UnlicensedUserMapping.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/UnlicensedUserMapping.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Hooks/ViewerOwnerTransformer.cs b/tests/Tableau.Migration.TestApplication/Hooks/ViewerOwnerTransformer.cs index 5de4c2ee..d5eee1a7 100644 --- a/tests/Tableau.Migration.TestApplication/Hooks/ViewerOwnerTransformer.cs +++ b/tests/Tableau.Migration.TestApplication/Hooks/ViewerOwnerTransformer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/LogFileHelper.cs b/tests/Tableau.Migration.TestApplication/LogFileHelper.cs index c402ac3b..7ad00452 100644 --- a/tests/Tableau.Migration.TestApplication/LogFileHelper.cs +++ b/tests/Tableau.Migration.TestApplication/LogFileHelper.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/MigrationSummaryBuilder.cs b/tests/Tableau.Migration.TestApplication/MigrationSummaryBuilder.cs index f95ca911..f7f08bcb 100644 --- a/tests/Tableau.Migration.TestApplication/MigrationSummaryBuilder.cs +++ b/tests/Tableau.Migration.TestApplication/MigrationSummaryBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/Program.cs b/tests/Tableau.Migration.TestApplication/Program.cs index 714adf6e..783d6a6c 100644 --- a/tests/Tableau.Migration.TestApplication/Program.cs +++ b/tests/Tableau.Migration.TestApplication/Program.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.TestApplication/TestApplication.cs b/tests/Tableau.Migration.TestApplication/TestApplication.cs index 5aa3a634..eee2b463 100644 --- a/tests/Tableau.Migration.TestApplication/TestApplication.cs +++ b/tests/Tableau.Migration.TestApplication/TestApplication.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/AutoFixtureTestBase.cs b/tests/Tableau.Migration.Tests/AutoFixtureTestBase.cs index 0be21a50..431a99d4 100644 --- a/tests/Tableau.Migration.Tests/AutoFixtureTestBase.cs +++ b/tests/Tableau.Migration.Tests/AutoFixtureTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/AutoFixtureTestBaseTests.cs b/tests/Tableau.Migration.Tests/AutoFixtureTestBaseTests.cs index d82fae74..6cf24cae 100644 --- a/tests/Tableau.Migration.Tests/AutoFixtureTestBaseTests.cs +++ b/tests/Tableau.Migration.Tests/AutoFixtureTestBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/BaseUriComparer.cs b/tests/Tableau.Migration.Tests/BaseUriComparer.cs index 548889a1..a7c0e147 100644 --- a/tests/Tableau.Migration.Tests/BaseUriComparer.cs +++ b/tests/Tableau.Migration.Tests/BaseUriComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/CultureNameTestDataAttribute.cs b/tests/Tableau.Migration.Tests/CultureNameTestDataAttribute.cs index e45ec512..10edc60c 100644 --- a/tests/Tableau.Migration.Tests/CultureNameTestDataAttribute.cs +++ b/tests/Tableau.Migration.Tests/CultureNameTestDataAttribute.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/CultureSilo.cs b/tests/Tableau.Migration.Tests/CultureSilo.cs index 0d3bc4f5..ab80eb2d 100644 --- a/tests/Tableau.Migration.Tests/CultureSilo.cs +++ b/tests/Tableau.Migration.Tests/CultureSilo.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/EnumDataAttribute.cs b/tests/Tableau.Migration.Tests/EnumDataAttribute.cs index 27d215b8..9839a61c 100644 --- a/tests/Tableau.Migration.Tests/EnumDataAttribute.cs +++ b/tests/Tableau.Migration.Tests/EnumDataAttribute.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/ExceptionComparerTests.cs b/tests/Tableau.Migration.Tests/ExceptionComparerTests.cs index fb46e5a8..b9ce5ac9 100644 --- a/tests/Tableau.Migration.Tests/ExceptionComparerTests.cs +++ b/tests/Tableau.Migration.Tests/ExceptionComparerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/FixtureFactory.cs b/tests/Tableau.Migration.Tests/FixtureFactory.cs index a8d9c20b..39291202 100644 --- a/tests/Tableau.Migration.Tests/FixtureFactory.cs +++ b/tests/Tableau.Migration.Tests/FixtureFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/HttpContentExtensions.cs b/tests/Tableau.Migration.Tests/HttpContentExtensions.cs index 51081a5a..744a62a0 100644 --- a/tests/Tableau.Migration.Tests/HttpContentExtensions.cs +++ b/tests/Tableau.Migration.Tests/HttpContentExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/HttpMessageHandlerExtensions.cs b/tests/Tableau.Migration.Tests/HttpMessageHandlerExtensions.cs index 4d782387..ae767762 100644 --- a/tests/Tableau.Migration.Tests/HttpMessageHandlerExtensions.cs +++ b/tests/Tableau.Migration.Tests/HttpMessageHandlerExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/HttpRequestMessageExtensions.cs b/tests/Tableau.Migration.Tests/HttpRequestMessageExtensions.cs index 25d97ba7..fb3c879c 100644 --- a/tests/Tableau.Migration.Tests/HttpRequestMessageExtensions.cs +++ b/tests/Tableau.Migration.Tests/HttpRequestMessageExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/HttpStatusCodeExtensions.cs b/tests/Tableau.Migration.Tests/HttpStatusCodeExtensions.cs index d9c7f71b..49ae7251 100644 --- a/tests/Tableau.Migration.Tests/HttpStatusCodeExtensions.cs +++ b/tests/Tableau.Migration.Tests/HttpStatusCodeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IContainerContentExtensions.cs b/tests/Tableau.Migration.Tests/IContainerContentExtensions.cs index 7a668b74..4705365e 100644 --- a/tests/Tableau.Migration.Tests/IContainerContentExtensions.cs +++ b/tests/Tableau.Migration.Tests/IContainerContentExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IDataSourceExtensions.cs b/tests/Tableau.Migration.Tests/IDataSourceExtensions.cs index 703e4d1d..6e277fff 100644 --- a/tests/Tableau.Migration.Tests/IDataSourceExtensions.cs +++ b/tests/Tableau.Migration.Tests/IDataSourceExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IEnumerableExtensions.cs b/tests/Tableau.Migration.Tests/IEnumerableExtensions.cs index db9770d2..aa3089d1 100644 --- a/tests/Tableau.Migration.Tests/IEnumerableExtensions.cs +++ b/tests/Tableau.Migration.Tests/IEnumerableExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IEnumeratorExtensions.cs b/tests/Tableau.Migration.Tests/IEnumeratorExtensions.cs index c2aaabdf..f53be0ef 100644 --- a/tests/Tableau.Migration.Tests/IEnumeratorExtensions.cs +++ b/tests/Tableau.Migration.Tests/IEnumeratorExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IHttpResponseMessageExtensions.cs b/tests/Tableau.Migration.Tests/IHttpResponseMessageExtensions.cs index e3bcc837..0dcc7e2b 100644 --- a/tests/Tableau.Migration.Tests/IHttpResponseMessageExtensions.cs +++ b/tests/Tableau.Migration.Tests/IHttpResponseMessageExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IResultTests.cs b/tests/Tableau.Migration.Tests/IResultTests.cs index 1ccad64f..8038dc53 100644 --- a/tests/Tableau.Migration.Tests/IResultTests.cs +++ b/tests/Tableau.Migration.Tests/IResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IServiceCollectionExtensions.cs b/tests/Tableau.Migration.Tests/IServiceCollectionExtensions.cs index 33103653..e8f4fdfc 100644 --- a/tests/Tableau.Migration.Tests/IServiceCollectionExtensions.cs +++ b/tests/Tableau.Migration.Tests/IServiceCollectionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IServiceCollectionExtensionsTestBase.cs b/tests/Tableau.Migration.Tests/IServiceCollectionExtensionsTestBase.cs index 48d34c8c..f7b33495 100644 --- a/tests/Tableau.Migration.Tests/IServiceCollectionExtensionsTestBase.cs +++ b/tests/Tableau.Migration.Tests/IServiceCollectionExtensionsTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/ITagTypeComparer.cs b/tests/Tableau.Migration.Tests/ITagTypeComparer.cs index 291beb41..3a168a3d 100644 --- a/tests/Tableau.Migration.Tests/ITagTypeComparer.cs +++ b/tests/Tableau.Migration.Tests/ITagTypeComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IViewReferenceTypeComparer.cs b/tests/Tableau.Migration.Tests/IViewReferenceTypeComparer.cs index 1078fb4e..5108cc84 100644 --- a/tests/Tableau.Migration.Tests/IViewReferenceTypeComparer.cs +++ b/tests/Tableau.Migration.Tests/IViewReferenceTypeComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IWorkbookConnectionComparer.cs b/tests/Tableau.Migration.Tests/IWorkbookConnectionComparer.cs index ab10a9b7..33c49a9e 100644 --- a/tests/Tableau.Migration.Tests/IWorkbookConnectionComparer.cs +++ b/tests/Tableau.Migration.Tests/IWorkbookConnectionComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/IWorkbookExtensions.cs b/tests/Tableau.Migration.Tests/IWorkbookExtensions.cs index a54385a7..2fd771aa 100644 --- a/tests/Tableau.Migration.Tests/IWorkbookExtensions.cs +++ b/tests/Tableau.Migration.Tests/IWorkbookExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/ImmutableCollectionSpecimenBuilder.cs b/tests/Tableau.Migration.Tests/ImmutableCollectionSpecimenBuilder.cs index 93f3afac..67540b1c 100644 --- a/tests/Tableau.Migration.Tests/ImmutableCollectionSpecimenBuilder.cs +++ b/tests/Tableau.Migration.Tests/ImmutableCollectionSpecimenBuilder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/JsonExtensions.cs b/tests/Tableau.Migration.Tests/JsonExtensions.cs index 7d453bc8..d8fd0ea1 100644 --- a/tests/Tableau.Migration.Tests/JsonExtensions.cs +++ b/tests/Tableau.Migration.Tests/JsonExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/MemoryPager.cs b/tests/Tableau.Migration.Tests/MemoryPager.cs index 5633d781..62c35c2c 100644 --- a/tests/Tableau.Migration.Tests/MemoryPager.cs +++ b/tests/Tableau.Migration.Tests/MemoryPager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/MockExtensions.cs b/tests/Tableau.Migration.Tests/MockExtensions.cs index e78c8d48..1fbf168f 100644 --- a/tests/Tableau.Migration.Tests/MockExtensions.cs +++ b/tests/Tableau.Migration.Tests/MockExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/MockHttpClient.cs b/tests/Tableau.Migration.Tests/MockHttpClient.cs index ca1e9fe3..c23066d9 100644 --- a/tests/Tableau.Migration.Tests/MockHttpClient.cs +++ b/tests/Tableau.Migration.Tests/MockHttpClient.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/MockServiceProvider.cs b/tests/Tableau.Migration.Tests/MockServiceProvider.cs index e55cb5fa..0543a8ef 100644 --- a/tests/Tableau.Migration.Tests/MockServiceProvider.cs +++ b/tests/Tableau.Migration.Tests/MockServiceProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/MockSharedResourcesLocalizer.cs b/tests/Tableau.Migration.Tests/MockSharedResourcesLocalizer.cs index 4af09233..72deae36 100644 --- a/tests/Tableau.Migration.Tests/MockSharedResourcesLocalizer.cs +++ b/tests/Tableau.Migration.Tests/MockSharedResourcesLocalizer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/NullEmptyWhiteSpaceDataAttribute.cs b/tests/Tableau.Migration.Tests/NullEmptyWhiteSpaceDataAttribute.cs index d5fbd6a7..4ab18185 100644 --- a/tests/Tableau.Migration.Tests/NullEmptyWhiteSpaceDataAttribute.cs +++ b/tests/Tableau.Migration.Tests/NullEmptyWhiteSpaceDataAttribute.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/NullableGuidParseDataAttribute.cs b/tests/Tableau.Migration.Tests/NullableGuidParseDataAttribute.cs index 6b1180bb..6c531a46 100644 --- a/tests/Tableau.Migration.Tests/NullableGuidParseDataAttribute.cs +++ b/tests/Tableau.Migration.Tests/NullableGuidParseDataAttribute.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/ObjectExtensions.cs b/tests/Tableau.Migration.Tests/ObjectExtensions.cs index 9f188fae..1c821d8c 100644 --- a/tests/Tableau.Migration.Tests/ObjectExtensions.cs +++ b/tests/Tableau.Migration.Tests/ObjectExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Reflection/ObjectReflectionWrapper.cs b/tests/Tableau.Migration.Tests/Reflection/ObjectReflectionWrapper.cs index 34fbc2be..555e98fb 100644 --- a/tests/Tableau.Migration.Tests/Reflection/ObjectReflectionWrapper.cs +++ b/tests/Tableau.Migration.Tests/Reflection/ObjectReflectionWrapper.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Reflection/SeekableCryptoStreamWrapper.cs b/tests/Tableau.Migration.Tests/Reflection/SeekableCryptoStreamWrapper.cs index d7f1b4dd..01dba81a 100644 --- a/tests/Tableau.Migration.Tests/Reflection/SeekableCryptoStreamWrapper.cs +++ b/tests/Tableau.Migration.Tests/Reflection/SeekableCryptoStreamWrapper.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Reflection/TypeReflectionWrapper.cs b/tests/Tableau.Migration.Tests/Reflection/TypeReflectionWrapper.cs index 78e6a856..de35307f 100644 --- a/tests/Tableau.Migration.Tests/Reflection/TypeReflectionWrapper.cs +++ b/tests/Tableau.Migration.Tests/Reflection/TypeReflectionWrapper.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/ReflectionExtensions.cs b/tests/Tableau.Migration.Tests/ReflectionExtensions.cs index f1248da7..56b31272 100644 --- a/tests/Tableau.Migration.Tests/ReflectionExtensions.cs +++ b/tests/Tableau.Migration.Tests/ReflectionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/RestExceptionExtensions.cs b/tests/Tableau.Migration.Tests/RestExceptionExtensions.cs index 0e01c361..a1894009 100644 --- a/tests/Tableau.Migration.Tests/RestExceptionExtensions.cs +++ b/tests/Tableau.Migration.Tests/RestExceptionExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/ResultExtensions.cs b/tests/Tableau.Migration.Tests/ResultExtensions.cs index 1dbccdb8..97bd861f 100644 --- a/tests/Tableau.Migration.Tests/ResultExtensions.cs +++ b/tests/Tableau.Migration.Tests/ResultExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/SimulatedConnectionComparer.cs b/tests/Tableau.Migration.Tests/SimulatedConnectionComparer.cs index 07257401..fa13ccb2 100644 --- a/tests/Tableau.Migration.Tests/SimulatedConnectionComparer.cs +++ b/tests/Tableau.Migration.Tests/SimulatedConnectionComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/MultiDestinationSimulationTestBase.cs b/tests/Tableau.Migration.Tests/Simulation/MultiDestinationSimulationTestBase.cs index 25e12bd4..7df99227 100644 --- a/tests/Tableau.Migration.Tests/Simulation/MultiDestinationSimulationTestBase.cs +++ b/tests/Tableau.Migration.Tests/Simulation/MultiDestinationSimulationTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/ServerToCloudSimulationTestBase.cs b/tests/Tableau.Migration.Tests/Simulation/ServerToCloudSimulationTestBase.cs index 6a0b4f66..34ebf3db 100644 --- a/tests/Tableau.Migration.Tests/Simulation/ServerToCloudSimulationTestBase.cs +++ b/tests/Tableau.Migration.Tests/Simulation/ServerToCloudSimulationTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/ServerToServerSimulationTestBase.cs b/tests/Tableau.Migration.Tests/Simulation/ServerToServerSimulationTestBase.cs index 55cd7dde..fcb25d10 100644 --- a/tests/Tableau.Migration.Tests/Simulation/ServerToServerSimulationTestBase.cs +++ b/tests/Tableau.Migration.Tests/Simulation/ServerToServerSimulationTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/SimulationTestBase.cs b/tests/Tableau.Migration.Tests/Simulation/SimulationTestBase.cs index 7b498444..d2950521 100644 --- a/tests/Tableau.Migration.Tests/Simulation/SimulationTestBase.cs +++ b/tests/Tableau.Migration.Tests/Simulation/SimulationTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/SingleServerSimulationTestBase.cs b/tests/Tableau.Migration.Tests/Simulation/SingleServerSimulationTestBase.cs index 2da1317d..4628b5bd 100644 --- a/tests/Tableau.Migration.Tests/Simulation/SingleServerSimulationTestBase.cs +++ b/tests/Tableau.Migration.Tests/Simulation/SingleServerSimulationTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/TableauDataExtensions.cs b/tests/Tableau.Migration.Tests/Simulation/TableauDataExtensions.cs index 4a5b38cd..2ee07641 100644 --- a/tests/Tableau.Migration.Tests/Simulation/TableauDataExtensions.cs +++ b/tests/Tableau.Migration.Tests/Simulation/TableauDataExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ApiClientTestBase.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ApiClientTestBase.cs index 8c3419d8..4489004f 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ApiClientTestBase.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ApiClientTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ApiClientTests.cs index e5dccaad..53c5bd4a 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/CustomViewsApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/CustomViewsApiClientTests.cs index b83bfaf6..c4d54ea7 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/CustomViewsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/CustomViewsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/DataSourcesApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/DataSourcesApiClientTests.cs index db4dbaed..ebef7b10 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/DataSourcesApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/DataSourcesApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/GroupsApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/GroupsApiClientTests.cs index 9dd378d8..f33c13ce 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/GroupsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/GroupsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/JobsApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/JobsApiClientTests.cs index 4633559f..54765383 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/JobsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/JobsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/PermissionsContentApiClientTestBase.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/PermissionsContentApiClientTestBase.cs index a1b1c993..fa988e70 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/PermissionsContentApiClientTestBase.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/PermissionsContentApiClientTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ProjectsApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ProjectsApiClientTests.cs index e9288a32..b7d219c4 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ProjectsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/ProjectsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/SchedulesApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/SchedulesApiClientTests.cs index 224fa761..721b9ab4 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/SchedulesApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/SchedulesApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/SitesApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/SitesApiClientTests.cs index d3ccab9a..22eb8a9a 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/SitesApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/SitesApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/TasksApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/TasksApiClientTests.cs index 30494538..1ee00882 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/TasksApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/TasksApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/UsersApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/UsersApiClientTests.cs index 58f19d46..1f029397 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/UsersApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/UsersApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/WorkbooksApiClientTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/WorkbooksApiClientTests.cs index 8a3afe65..115ff7dc 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/Api/WorkbooksApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/Api/WorkbooksApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/CustomViewsMigrationTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/CustomViewsMigrationTests.cs index e640181f..f7bc28d8 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/CustomViewsMigrationTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/CustomViewsMigrationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/DataSourceMigrationTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/DataSourceMigrationTests.cs index 1b45e2bf..f7b3be5c 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/DataSourceMigrationTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/DataSourceMigrationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/ErrorHandlingTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/ErrorHandlingTests.cs index ff529bb2..c5b26ba4 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/ErrorHandlingTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/ErrorHandlingTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/ExtractRefreshTaskMigrationTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/ExtractRefreshTaskMigrationTests.cs index 14f0975c..6e76d08b 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/ExtractRefreshTaskMigrationTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/ExtractRefreshTaskMigrationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/GroupMigrationTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/GroupMigrationTests.cs index 75fb1cb0..3d190625 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/GroupMigrationTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/GroupMigrationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/HookTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/HookTests.cs index e34df9af..cd0ba543 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/HookTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/HookTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/IncrementalMigrationTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/IncrementalMigrationTests.cs index ab1cdf0b..332738de 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/IncrementalMigrationTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/IncrementalMigrationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/MigratorTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/MigratorTests.cs index c050e6ad..616233c2 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/MigratorTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/MigratorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/ProjectMigrationTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/ProjectMigrationTests.cs index c072e0c2..13b69f66 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/ProjectMigrationTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/ProjectMigrationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/SimulatorFactoryTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/SimulatorFactoryTests.cs index e985409d..bbdfdb89 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/SimulatorFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/SimulatorFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/UserMigrationTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/UserMigrationTests.cs index cb4c1681..acf80eff 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/UserMigrationTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/UserMigrationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Simulation/Tests/WorkbookMigrationTests.cs b/tests/Tableau.Migration.Tests/Simulation/Tests/WorkbookMigrationTests.cs index 8da15ea5..61b6674d 100644 --- a/tests/Tableau.Migration.Tests/Simulation/Tests/WorkbookMigrationTests.cs +++ b/tests/Tableau.Migration.Tests/Simulation/Tests/WorkbookMigrationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/StreamFactory.cs b/tests/Tableau.Migration.Tests/StreamFactory.cs index 3b8a4baa..6e963384 100644 --- a/tests/Tableau.Migration.Tests/StreamFactory.cs +++ b/tests/Tableau.Migration.Tests/StreamFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/StreamFactoryOptions.cs b/tests/Tableau.Migration.Tests/StreamFactoryOptions.cs index 00a61d12..7ee0d06e 100644 --- a/tests/Tableau.Migration.Tests/StreamFactoryOptions.cs +++ b/tests/Tableau.Migration.Tests/StreamFactoryOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/StringEnumDataAttribute.cs b/tests/Tableau.Migration.Tests/StringEnumDataAttribute.cs index ec6c6db1..27c62519 100644 --- a/tests/Tableau.Migration.Tests/StringEnumDataAttribute.cs +++ b/tests/Tableau.Migration.Tests/StringEnumDataAttribute.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/StringEnumGenerator.cs b/tests/Tableau.Migration.Tests/StringEnumGenerator.cs index e86a06fb..5d693eef 100644 --- a/tests/Tableau.Migration.Tests/StringEnumGenerator.cs +++ b/tests/Tableau.Migration.Tests/StringEnumGenerator.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TagExtensions.cs b/tests/Tableau.Migration.Tests/TagExtensions.cs index be14cac7..a9ea0832 100644 --- a/tests/Tableau.Migration.Tests/TagExtensions.cs +++ b/tests/Tableau.Migration.Tests/TagExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestConfigFile.cs b/tests/Tableau.Migration.Tests/TestConfigFile.cs index 9fb7c364..3c34b8f0 100644 --- a/tests/Tableau.Migration.Tests/TestConfigFile.cs +++ b/tests/Tableau.Migration.Tests/TestConfigFile.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestConstants.cs b/tests/Tableau.Migration.Tests/TestConstants.cs index 26f7f9c0..6fdd9f17 100644 --- a/tests/Tableau.Migration.Tests/TestConstants.cs +++ b/tests/Tableau.Migration.Tests/TestConstants.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestContentType.cs b/tests/Tableau.Migration.Tests/TestContentType.cs index a3411ebe..a430e988 100644 --- a/tests/Tableau.Migration.Tests/TestContentType.cs +++ b/tests/Tableau.Migration.Tests/TestContentType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestFileContentType.cs b/tests/Tableau.Migration.Tests/TestFileContentType.cs index 9ae1f202..694a00d9 100644 --- a/tests/Tableau.Migration.Tests/TestFileContentType.cs +++ b/tests/Tableau.Migration.Tests/TestFileContentType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestHttpStreamProcessor.cs b/tests/Tableau.Migration.Tests/TestHttpStreamProcessor.cs index 4023a5e7..e759aad0 100644 --- a/tests/Tableau.Migration.Tests/TestHttpStreamProcessor.cs +++ b/tests/Tableau.Migration.Tests/TestHttpStreamProcessor.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestLogger.cs b/tests/Tableau.Migration.Tests/TestLogger.cs index 7845aa6a..5a67ff22 100644 --- a/tests/Tableau.Migration.Tests/TestLogger.cs +++ b/tests/Tableau.Migration.Tests/TestLogger.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestLoggerFactory.cs b/tests/Tableau.Migration.Tests/TestLoggerFactory.cs index 6dd725ea..10fa2a93 100644 --- a/tests/Tableau.Migration.Tests/TestLoggerFactory.cs +++ b/tests/Tableau.Migration.Tests/TestLoggerFactory.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestLoggerMessage.cs b/tests/Tableau.Migration.Tests/TestLoggerMessage.cs index 7e7a2160..fbc64498 100644 --- a/tests/Tableau.Migration.Tests/TestLoggerMessage.cs +++ b/tests/Tableau.Migration.Tests/TestLoggerMessage.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestPagedTableauServerResponse.cs b/tests/Tableau.Migration.Tests/TestPagedTableauServerResponse.cs index fa112c11..3f4a06c7 100644 --- a/tests/Tableau.Migration.Tests/TestPagedTableauServerResponse.cs +++ b/tests/Tableau.Migration.Tests/TestPagedTableauServerResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestPlanOptions.cs b/tests/Tableau.Migration.Tests/TestPlanOptions.cs index b0dc393f..d5d06c53 100644 --- a/tests/Tableau.Migration.Tests/TestPlanOptions.cs +++ b/tests/Tableau.Migration.Tests/TestPlanOptions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestPublishType.cs b/tests/Tableau.Migration.Tests/TestPublishType.cs index 3b485de8..ab988fb4 100644 --- a/tests/Tableau.Migration.Tests/TestPublishType.cs +++ b/tests/Tableau.Migration.Tests/TestPublishType.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestSharedResourcesLocalizer.cs b/tests/Tableau.Migration.Tests/TestSharedResourcesLocalizer.cs index 7944d9e9..6d09072e 100644 --- a/tests/Tableau.Migration.Tests/TestSharedResourcesLocalizer.cs +++ b/tests/Tableau.Migration.Tests/TestSharedResourcesLocalizer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TestTableauServerResponse.cs b/tests/Tableau.Migration.Tests/TestTableauServerResponse.cs index 9ac00e6b..78656dcf 100644 --- a/tests/Tableau.Migration.Tests/TestTableauServerResponse.cs +++ b/tests/Tableau.Migration.Tests/TestTableauServerResponse.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/TypeExtensionTests.cs b/tests/Tableau.Migration.Tests/TypeExtensionTests.cs index 657c2bea..d708e0c2 100644 --- a/tests/Tableau.Migration.Tests/TypeExtensionTests.cs +++ b/tests/Tableau.Migration.Tests/TypeExtensionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTestBase.cs index ff14506b..0821508f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTestDependencies.cs b/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTestDependencies.cs index f7689a1e..364558f9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTestDependencies.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTestDependencies.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTests.cs index 9afc129a..0f6a64c6 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ApiListPagerTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/ApiListPagerTests.cs index 0afab7bf..05b663e3 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ApiListPagerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ApiListPagerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ApiPageAccessorTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Api/ApiPageAccessorTestBase.cs index ad0321ed..6862fe4d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ApiPageAccessorTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ApiPageAccessorTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ApiTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Api/ApiTestBase.cs index b435eb29..3b87b1cf 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ApiTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ApiTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/AuthenticationTokenProviderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/AuthenticationTokenProviderTests.cs index 89195971..c7493a9a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/AuthenticationTokenProviderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/AuthenticationTokenProviderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/CustomViewsApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/CustomViewsApiClientTests.cs index 03784527..5c5d6f1c 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/CustomViewsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/CustomViewsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/DataSourcesApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/DataSourcesApiClientTests.cs index 87230fac..cc009c35 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/DataSourcesApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/DataSourcesApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/FlowsApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/FlowsApiClientTests.cs index 750dcac4..90184505 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/FlowsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/FlowsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/GroupsApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/GroupsApiClientTests.cs index 7528ed86..a3ec95d3 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/GroupsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/GroupsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/IApiClientTestDependencies.cs b/tests/Tableau.Migration.Tests/Unit/Api/IApiClientTestDependencies.cs index 9d886860..7225c71f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/IApiClientTestDependencies.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/IApiClientTestDependencies.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/IContentCacheFactoryExtensions.cs b/tests/Tableau.Migration.Tests/Unit/Api/IContentCacheFactoryExtensions.cs index c42ccc80..3cbbb370 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/IContentCacheFactoryExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/IContentCacheFactoryExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/IContentFileStoreExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/IContentFileStoreExtensionsTests.cs index b8d8a89d..70f0340a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/IContentFileStoreExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/IContentFileStoreExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/IContentReferenceFinderFactoryExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/IContentReferenceFinderFactoryExtensionsTests.cs index 6ae67e65..ce44ea9d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/IContentReferenceFinderFactoryExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/IContentReferenceFinderFactoryExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/IHttpRequestBuilderExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/IHttpRequestBuilderExtensionsTests.cs index b2e6e13d..0333a88c 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/IHttpRequestBuilderExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/IHttpRequestBuilderExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/IHttpResponseMessageExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/IHttpResponseMessageExtensionsTests.cs index 7f88090d..9380a19e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/IHttpResponseMessageExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/IHttpResponseMessageExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/IServiceCollectionExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/IServiceCollectionExtensionsTests.cs index dddc7ad9..5dc2044f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/IServiceCollectionExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/IServiceCollectionExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/JobsApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/JobsApiClientTests.cs index 9c62a553..9e4c99cf 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/JobsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/JobsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Labels/LabelsApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Labels/LabelsApiClientTests.cs index 30c6ebe5..c75b28ae 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Labels/LabelsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Labels/LabelsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/MockExtensions.cs b/tests/Tableau.Migration.Tests/Unit/Api/MockExtensions.cs index 8672791b..4132c206 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/MockExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/MockExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/CreateProjectOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/CreateProjectOptionsTests.cs index 9a06e96d..65666cfe 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/CreateProjectOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/CreateProjectOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/FailedJobExceptionTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/FailedJobExceptionTests.cs index 924e0f7e..e4371550 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/FailedJobExceptionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/FailedJobExceptionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/FileDownloadTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/FileDownloadTests.cs index 17754c66..4a043756 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/FileDownloadTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/FileDownloadTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/IUserExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/IUserExtensionsTests.cs index 91f62707..1217ac01 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/IUserExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/IUserExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/ImportJobTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/ImportJobTests.cs index eb86d451..0976f2fb 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/ImportJobTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/ImportJobTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/PagedTableauServerResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/PagedTableauServerResponseTests.cs index 3afb1bb6..c7856e77 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/PagedTableauServerResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/PagedTableauServerResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishCustomViewOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishCustomViewOptionsTests.cs index 12a092f2..1fc33e2f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishCustomViewOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishCustomViewOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishDataSourceOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishDataSourceOptionsTests.cs index 279464e2..23e30274 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishDataSourceOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishDataSourceOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishFlowOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishFlowOptionsTests.cs index bb1b5b48..55639976 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishFlowOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishFlowOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishWorkbookOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishWorkbookOptionsTests.cs index 84bf18c2..e68c9773 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishWorkbookOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/PublishWorkbookOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/SignInRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/SignInRequestTests.cs index 3799c926..b988de63 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/SignInRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/SignInRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/SignInResultTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/SignInResultTests.cs index b9719b25..d4afb242 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/SignInResultTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/SignInResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/TimeoutJobExceptionTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/TimeoutJobExceptionTests.cs index d1a8bb43..eefe5248 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/TimeoutJobExceptionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/TimeoutJobExceptionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Models/UpdateProjectResultTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Models/UpdateProjectResultTests.cs index db63bb59..c2f67ca5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Models/UpdateProjectResultTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Models/UpdateProjectResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/PagedListApiClientTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Api/PagedListApiClientTestBase.cs index ef406438..6773f2f8 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/PagedListApiClientTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/PagedListApiClientTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Permissions/DefaultPermissionsApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Permissions/DefaultPermissionsApiClientTests.cs index bae4a6a9..15a4fddd 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Permissions/DefaultPermissionsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Permissions/DefaultPermissionsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsApiClientFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsApiClientFactoryTests.cs index 6a54f53f..c147f6e5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsApiClientFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsApiClientFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsApiClientTests.cs index 274e66e8..4946ebd9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsContentApiClientTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsContentApiClientTestBase.cs index c1418925..0d29dcae 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsContentApiClientTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Permissions/PermissionsContentApiClientTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ProjectsApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/ProjectsApiClientTests.cs index 403a5710..d89bac14 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ProjectsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ProjectsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/CustomViewPublisherTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/CustomViewPublisherTests.cs index e99589bc..5883af0b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/CustomViewPublisherTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/CustomViewPublisherTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/DataSourcePublisherTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/DataSourcePublisherTests.cs index 979e4dcd..8a670b57 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/DataSourcePublisherTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/DataSourcePublisherTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FilePublisherBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FilePublisherBaseTests.cs index 90113abd..fee7c588 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FilePublisherBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FilePublisherBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FilePublisherTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FilePublisherTestBase.cs index 5121649b..7601196b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FilePublisherTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FilePublisherTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FlowPublisherTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FlowPublisherTests.cs index 2e0bc564..5dea02d5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FlowPublisherTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/FlowPublisherTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/WorkbookPublisherTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/WorkbookPublisherTests.cs index eb941f7d..37bc25cb 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Publishing/WorkbookPublisherTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Publishing/WorkbookPublisherTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/ContentItemUriBuilderBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/ContentItemUriBuilderBaseTests.cs index 1c87a6fb..d00bff19 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/ContentItemUriBuilderBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/ContentItemUriBuilderBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CreateProjectRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CreateProjectRequestTests.cs index ef0920be..6cb5a097 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CreateProjectRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CreateProjectRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CreateProjectResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CreateProjectResponseTests.cs index 54d2f7ae..6c25f4d8 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CreateProjectResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CreateProjectResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CustomViewResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CustomViewResponseTests.cs index 97bad0ec..cae551d3 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CustomViewResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CustomViewResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CustomViewsResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CustomViewsResponseTests.cs index 91db6422..fa6a5f2e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CustomViewsResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/CustomViewsResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ErrorTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ErrorTests.cs index 16109562..6f3eefad 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ErrorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ErrorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/IProjectTypeExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/IProjectTypeExtensionsTests.cs index fed96b23..737a6bde 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/IProjectTypeExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/IProjectTypeExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ITagTypeComparer.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ITagTypeComparer.cs index 93f2b88c..2c1a17ab 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ITagTypeComparer.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ITagTypeComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ImportUsersFromCsvRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ImportUsersFromCsvRequestTests.cs index 6eaa61c9..9b5335d7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ImportUsersFromCsvRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ImportUsersFromCsvRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/LabelContentTypesTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/LabelContentTypesTests.cs index aa7b3198..6a507260 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/LabelContentTypesTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/LabelContentTypesTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ModelTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ModelTests.cs index d5248cf5..b0affa20 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ModelTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ModelTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/PagedTableauServerResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/PagedTableauServerResponseTests.cs index 6dcc41fe..e4ddeeeb 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/PagedTableauServerResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/PagedTableauServerResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/PublishFlowOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/PublishFlowOptionsTests.cs index 6fa21b7e..a83e8529 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/PublishFlowOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/PublishFlowOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/AddTagsRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/AddTagsRequestTests.cs index 45d2e527..6fb78580 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/AddTagsRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/AddTagsRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitDataSourcePublishRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitDataSourcePublishRequestTests.cs index df141bb3..29644b02 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitDataSourcePublishRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitDataSourcePublishRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitFlowPublishRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitFlowPublishRequestTests.cs index 456e8ab6..c874b6a0 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitFlowPublishRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitFlowPublishRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitWorkbookPublishRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitWorkbookPublishRequestTests.cs index 5b0adf9e..b385fc83 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitWorkbookPublishRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/CommitWorkbookPublishRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateConnectionRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateConnectionRequestTests.cs index 36a9de4d..53abf28d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateConnectionRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateConnectionRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateCustomViewRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateCustomViewRequestTests.cs index 0beae891..01b3ed52 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateCustomViewRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateCustomViewRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateProjectRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateProjectRequestTests.cs index de77a4bc..a094f476 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateProjectRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateProjectRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateSiteRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateSiteRequestTests.cs index 6b68e7fd..d2aae5da 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateSiteRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Requests/UpdateSiteRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Cloud/ExtractRefreshTasksResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Cloud/ExtractRefreshTasksResponseTests.cs index d1745983..51c72786 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Cloud/ExtractRefreshTasksResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Cloud/ExtractRefreshTasksResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/CustomViewAsUsersDefaultViewResponseTest.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/CustomViewAsUsersDefaultViewResponseTest.cs index 7e4604bb..3ff64d93 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/CustomViewAsUsersDefaultViewResponseTest.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/CustomViewAsUsersDefaultViewResponseTest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Server/ExtractRefreshTasksResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Server/ExtractRefreshTasksResponseTests.cs index b368977e..ae53c50f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Server/ExtractRefreshTasksResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Server/ExtractRefreshTasksResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Server/ScheduleExtractRefreshTasksResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Server/ScheduleExtractRefreshTasksResponseTests.cs index b19c492b..809f63dd 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Server/ScheduleExtractRefreshTasksResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/Responses/Server/ScheduleExtractRefreshTasksResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectBuilderPagerTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectBuilderPagerTests.cs index eed77796..9c1e37d5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectBuilderPagerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectBuilderPagerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectBuilderTests.cs index eab5a984..ddd3a9e1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectResponsePagerTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectResponsePagerTests.cs index 3df3423d..058cfa7a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectResponsePagerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/RestProjectResponsePagerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ServerInfoResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ServerInfoResponseTests.cs index 55836a74..5eb36ed7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ServerInfoResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/ServerInfoResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SignInRequestTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SignInRequestTests.cs index a7b47f1a..407566b1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SignInRequestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SignInRequestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SignInResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SignInResponseTests.cs index 6b70835e..ef72830f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SignInResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SignInResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SiteResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SiteResponseTests.cs index 0e8325a1..f3e6a20f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SiteResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SiteResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SiteRoleMappingTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SiteRoleMappingTests.cs index 1614dee1..05817e30 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SiteRoleMappingTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/SiteRoleMappingTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/TableauServerResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/TableauServerResponseTests.cs index a7839af0..58794c76 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/TableauServerResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/TableauServerResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/UpdateCustomViewResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/UpdateCustomViewResponseTests.cs index ab73f819..eed7c02d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/UpdateCustomViewResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/UpdateCustomViewResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/UsersWithCustomViewAsDefaultViewResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/UsersWithCustomViewAsDefaultViewResponseTests.cs index 5773fd97..43ac7fa8 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/UsersWithCustomViewAsDefaultViewResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/UsersWithCustomViewAsDefaultViewResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/WorkbookResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/WorkbookResponseTests.cs index f42f219b..a6a65f73 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/WorkbookResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/WorkbookResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/WorkbooksResponseTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/WorkbooksResponseTests.cs index 6530685c..6f89a7fe 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/WorkbooksResponseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/Models/WorkbooksResponseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/PermissionsUriBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/PermissionsUriBuilderTests.cs index 3680697a..b947976d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/PermissionsUriBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/PermissionsUriBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/RestExceptionTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/RestExceptionTests.cs index 28135fc0..5eba9583 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/RestExceptionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/RestExceptionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/RestUrlPrefixesTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/RestUrlPrefixesTests.cs index 96ca0ae1..85b430cd 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/RestUrlPrefixesTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/RestUrlPrefixesTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Rest/TagsUriBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Rest/TagsUriBuilderTests.cs index d73dc282..05d2d68b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Rest/TagsUriBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Rest/TagsUriBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/SchedulesApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/SchedulesApiClientTests.cs index a291861c..c2303d13 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/SchedulesApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/SchedulesApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ScopedApiClientFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/ScopedApiClientFactoryTests.cs index ef831665..efefdc89 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ScopedApiClientFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ScopedApiClientFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Search/ApiContentCacheTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Search/ApiContentCacheTests.cs index 7789800e..63266196 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Search/ApiContentCacheTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Search/ApiContentCacheTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Search/ApiContentReferenceFinderFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Search/ApiContentReferenceFinderFactoryTests.cs index 480b2057..cfa0d28d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Search/ApiContentReferenceFinderFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Search/ApiContentReferenceFinderFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Search/BulkApiContentReferenceCacheTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Search/BulkApiContentReferenceCacheTests.cs index 03967210..04349e69 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Search/BulkApiContentReferenceCacheTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Search/BulkApiContentReferenceCacheTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/SerializationTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Api/SerializationTestBase.cs index 3aa115c9..47a5fd96 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/SerializationTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/SerializationTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ServerSessionProviderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/ServerSessionProviderTests.cs index 6b260925..b551f9b9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ServerSessionProviderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ServerSessionProviderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Requests/RestUrlPatternsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Requests/RestUrlPatternsTests.cs index 78523d57..e009e10b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Requests/RestUrlPatternsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Requests/RestUrlPatternsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Requests/UriExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Requests/UriExtensionsTests.cs index 25a7b5f8..5244ab15 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Requests/UriExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Requests/UriExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/ResponseBuilderTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/ResponseBuilderTestBase.cs index 26a33d7c..c1a0c669 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/ResponseBuilderTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/ResponseBuilderTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestGetByIdResponseBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestGetByIdResponseBuilderTests.cs index caea4d69..b2a63036 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestGetByIdResponseBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestGetByIdResponseBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPagedListResponseBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPagedListResponseBuilderTests.cs index 82d24609..64c3c451 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPagedListResponseBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPagedListResponseBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPermissionsCreateResponseBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPermissionsCreateResponseBuilderTests.cs index dbef3b2e..e0cb80c0 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPermissionsCreateResponseBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPermissionsCreateResponseBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPostEntityResponseBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPostEntityResponseBuilderTests.cs index bdb73b86..0237e026 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPostEntityResponseBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/Rest/Net/Responses/RestPostEntityResponseBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/TableauApiSimulatorFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/TableauApiSimulatorFactoryTests.cs index 1946327b..5de1e1e7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Simulation/TableauApiSimulatorFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Simulation/TableauApiSimulatorFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/SiteApiTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Api/SiteApiTestBase.cs index 02b1ee3a..dcd6d53c 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/SiteApiTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/SiteApiTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/SitesApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/SitesApiClientTests.cs index 7477fa15..28b98ef2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/SitesApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/SitesApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/TableauServerVersionProviderTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/TableauServerVersionProviderTests.cs index 904d7f5d..576292de 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/TableauServerVersionProviderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/TableauServerVersionProviderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/TableauSiteConnectionConfigurationTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/TableauSiteConnectionConfigurationTests.cs index 41b96b45..fb197967 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/TableauSiteConnectionConfigurationTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/TableauSiteConnectionConfigurationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Tags/TagsApiClientFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Tags/TagsApiClientFactoryTests.cs index c83a5d79..9aa5e863 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Tags/TagsApiClientFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Tags/TagsApiClientFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/Tags/TagsApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/Tags/TagsApiClientTests.cs index fc6bbdde..b6b90121 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/Tags/TagsApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/Tags/TagsApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/TasksApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/TasksApiClientTests.cs index 5a26be69..4b047b40 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/TasksApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/TasksApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/UsersApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/UsersApiClientTests.cs index fb894f99..11acc0cb 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/UsersApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/UsersApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") @@ -24,6 +24,7 @@ using AutoFixture; using Moq; using Tableau.Migration.Api; +using Tableau.Migration.Api.Rest.Models; using Tableau.Migration.Api.Rest.Models.Responses; using Tableau.Migration.Api.Rest.Models.Types; using Tableau.Migration.Content; @@ -260,6 +261,49 @@ public async Task Failure() Assert.Single(result.Errors); Assert.Null(result.Value); } + + [Fact] + public async Task Succeeds_when_user_exists() + { + // Setup + var existingUserResponse = new UsersResponse + { + Items = new[] { AutoFixture.Create() }, + Pagination = new Pagination { PageSize = 1, PageNumber = 1, TotalAvailable = 1 } + }; + + var existingUser = existingUserResponse.Items[0]; + + var addUserResponse = new AddUserResponse + { + Error = new Error + { + Code = UsersApiClient.USER_NAME_CONFLICT_ERROR_CODE + } + }; + + // Mock the AddUserAsync response to return a conflict error + var conflictResponse = new MockHttpResponseMessage(HttpStatusCode.Conflict, addUserResponse); + MockHttpClient.SetupResponse(conflictResponse); + + // Mock the GetAllUsersAsync response to return the existing user + var getAllUsersResponse = new MockHttpResponseMessage(existingUserResponse); + MockHttpClient.SetupResponse(getAllUsersResponse); + + // Act + var result = await UsersApiClient.AddUserAsync(existingUser.Name!, existingUser.SiteRole!, existingUser.AuthSetting, Cancel); + + // Test + Assert.True(result.Success); + Assert.Empty(result.Errors); + var addUserResult = result.Value; + Assert.NotNull(addUserResult); + Assert.Equal(existingUser.Id, addUserResult.Id); + Assert.Equal(existingUser.Name, addUserResult.Name); + Assert.Equal(existingUser.SiteRole, addUserResult.SiteRole); + Assert.Equal(existingUser.AuthSetting, addUserResult.AuthSetting); + } + } public class UpdateUserAsync : UsersApiClientTest diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ViewsApiClientFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/ViewsApiClientFactoryTests.cs index 49cfe525..ea1e1285 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ViewsApiClientFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ViewsApiClientFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/ViewsApiClientTest.cs b/tests/Tableau.Migration.Tests/Unit/Api/ViewsApiClientTest.cs index 16ef4070..c02eb1cf 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/ViewsApiClientTest.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/ViewsApiClientTest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Api/WorkbooksApiClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Api/WorkbooksApiClientTests.cs index d8c55908..f2e4496a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Api/WorkbooksApiClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Api/WorkbooksApiClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/AsyncDisposableResultTests.cs b/tests/Tableau.Migration.Tests/Unit/AsyncDisposableResultTests.cs index 687ec919..12c27bbf 100644 --- a/tests/Tableau.Migration.Tests/Unit/AsyncDisposableResultTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/AsyncDisposableResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/AutoFixtureExtensions.cs b/tests/Tableau.Migration.Tests/Unit/AutoFixtureExtensions.cs index b05cad58..0cf11535 100644 --- a/tests/Tableau.Migration.Tests/Unit/AutoFixtureExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/AutoFixtureExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/ConcurrentDictionaryExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/ConcurrentDictionaryExtensionsTests.cs index 683ed3f0..4759d40e 100644 --- a/tests/Tableau.Migration.Tests/Unit/ConcurrentDictionaryExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/ConcurrentDictionaryExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Config/ConfigReaderTests.cs b/tests/Tableau.Migration.Tests/Unit/Config/ConfigReaderTests.cs index 21dbd2b9..50147186 100644 --- a/tests/Tableau.Migration.Tests/Unit/Config/ConfigReaderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Config/ConfigReaderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Config/ConfigurationTestContext.cs b/tests/Tableau.Migration.Tests/Unit/Config/ConfigurationTestContext.cs index a38ffee3..abb04a43 100644 --- a/tests/Tableau.Migration.Tests/Unit/Config/ConfigurationTestContext.cs +++ b/tests/Tableau.Migration.Tests/Unit/Config/ConfigurationTestContext.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Config/ConfigurationTests.cs b/tests/Tableau.Migration.Tests/Unit/Config/ConfigurationTests.cs index 0c8e5f79..8809a0ff 100644 --- a/tests/Tableau.Migration.Tests/Unit/Config/ConfigurationTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Config/ConfigurationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Config/DefaultPermissionsContentTypeOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Config/DefaultPermissionsContentTypeOptionsTests.cs index 87cea6c1..41d2e1ec 100644 --- a/tests/Tableau.Migration.Tests/Unit/Config/DefaultPermissionsContentTypeOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Config/DefaultPermissionsContentTypeOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Config/FileOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Config/FileOptionsTests.cs index 583f3e53..bdd07b11 100644 --- a/tests/Tableau.Migration.Tests/Unit/Config/FileOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Config/FileOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Config/MigrationSdkOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Config/MigrationSdkOptionsTests.cs index 2b664af7..54a6d982 100644 --- a/tests/Tableau.Migration.Tests/Unit/Config/MigrationSdkOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Config/MigrationSdkOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Config/PreflightOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Config/PreflightOptionsTests.cs index dce61d41..06d84732 100644 --- a/tests/Tableau.Migration.Tests/Unit/Config/PreflightOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Config/PreflightOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Config/UniqueContentTypesValidatorTests.cs b/tests/Tableau.Migration.Tests/Unit/Config/UniqueContentTypesValidatorTests.cs index ea0bc8ed..bd1d372a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Config/UniqueContentTypesValidatorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Config/UniqueContentTypesValidatorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/ContentBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/ContentBaseTests.cs index 6a326252..426540aa 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/ContentBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/ContentBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/ContentLocationComparerTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/ContentLocationComparerTests.cs index 89d7041d..f885f58f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/ContentLocationComparerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/ContentLocationComparerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/ContentReferenceStubTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/ContentReferenceStubTests.cs index 840c61a3..4822b36e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/ContentReferenceStubTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/ContentReferenceStubTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/CustomViewTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/CustomViewTests.cs index 3c106d40..be7060bf 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/CustomViewTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/CustomViewTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/DataSourceDetailsTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/DataSourceDetailsTests.cs index 0481ea8d..29ab77de 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/DataSourceDetailsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/DataSourceDetailsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/DataSourceTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/DataSourceTests.cs index 9b20608a..a7fda974 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/DataSourceTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/DataSourceTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/Aes256EncryptionFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/Aes256EncryptionFactoryTests.cs index 6a6c4b03..9a83855e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/Aes256EncryptionFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/Aes256EncryptionFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileHandleTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileHandleTests.cs index df1d5b4c..e9c40d02 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileHandleTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileHandleTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileStoreTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileStoreTestBase.cs index 26dc89f9..6ecf57d2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileStoreTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileStoreTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileStreamTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileStreamTests.cs index 2ed512e5..8e992f0d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileStreamTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentFileStreamTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentTypeFilePathResolverTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentTypeFilePathResolverTests.cs index 3753db9b..691e0fea 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentTypeFilePathResolverTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/ContentTypeFilePathResolverTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/DirectoryContentFileStoreTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/DirectoryContentFileStoreTestBase.cs index 326b54af..8ae1c326 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/DirectoryContentFileStoreTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/DirectoryContentFileStoreTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/DirectoryContentFileStoreTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/DirectoryContentFileStoreTests.cs index a9937d87..21ef8422 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/DirectoryContentFileStoreTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/DirectoryContentFileStoreTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileHandleTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileHandleTests.cs index b1c2fb05..a091e1dc 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileHandleTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileHandleTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileStoreTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileStoreTests.cs index 22ac2bdb..6a28796b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileStoreTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileStoreTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileStreamTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileStreamTests.cs index 599e166b..5aa042c2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileStreamTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/EncryptedFileStreamTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/IContentFileStoreTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/IContentFileStoreTests.cs index a1f72821..07c7db2d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/IContentFileStoreTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/IContentFileStoreTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/MemoryContentFileStore.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/MemoryContentFileStore.cs index 69dbd0b6..3af10e4b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/MemoryContentFileStore.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/MemoryContentFileStore.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/MockXmlFileHandle.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/MockXmlFileHandle.cs index dc002cab..d945693f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/MockXmlFileHandle.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/MockXmlFileHandle.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/SeekableCryptoStreamTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/SeekableCryptoStreamTests.cs index 6792a0dc..668f9672 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/SeekableCryptoStreamTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/SeekableCryptoStreamTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/TableauFileEditorTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/TableauFileEditorTests.cs index 80b7991c..b476482a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/TableauFileEditorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/TableauFileEditorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/TableauFileXmlStreamTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/TableauFileXmlStreamTests.cs index 71daaf99..5fc0e403 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/TableauFileXmlStreamTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/TableauFileXmlStreamTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/TemporaryDirectoryContentFileStoreTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/TemporaryDirectoryContentFileStoreTests.cs index 55a20106..298e26a1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/TemporaryDirectoryContentFileStoreTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/TemporaryDirectoryContentFileStoreTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/WritableMemoryContentFileStream.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/WritableMemoryContentFileStream.cs index 65fb408b..33598dbc 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/WritableMemoryContentFileStream.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/WritableMemoryContentFileStream.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XContainerExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XContainerExtensionsTests.cs index 82f5e23b..ac29a4a9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XContainerExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XContainerExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XElementExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XElementExtensionsTests.cs index d505cdca..a6e6540d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XElementExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XElementExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XFeatureFlagNameTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XFeatureFlagNameTests.cs index d2dd53ee..9ccc28d3 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XFeatureFlagNameTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XFeatureFlagNameTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XNameExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XNameExtensionsTests.cs index 21aaa170..14eb9183 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XNameExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Files/Xml/XNameExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/FlowTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/FlowTests.cs index 4f6943cf..af32ffc4 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/FlowTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/FlowTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/GroupTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/GroupTests.cs index abbbf48b..96d7853e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/GroupTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/GroupTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/MappableContainerContentBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/MappableContainerContentBaseTests.cs index d360aea2..54bdccab 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/MappableContainerContentBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/MappableContainerContentBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Permissions/GranteeCapabilityTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Permissions/GranteeCapabilityTests.cs index 6fb6967c..823a004b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Permissions/GranteeCapabilityTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Permissions/GranteeCapabilityTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Permissions/GranteeCapabilityTypeExtensions.cs b/tests/Tableau.Migration.Tests/Unit/Content/Permissions/GranteeCapabilityTypeExtensions.cs index e630017e..69c2d8c5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Permissions/GranteeCapabilityTypeExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Permissions/GranteeCapabilityTypeExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Permissions/IGranteeCapabilityComparer.cs b/tests/Tableau.Migration.Tests/Unit/Content/Permissions/IGranteeCapabilityComparer.cs index 3cfae7ef..3a38094a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Permissions/IGranteeCapabilityComparer.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Permissions/IGranteeCapabilityComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Permissions/IPermissionsComparer.cs b/tests/Tableau.Migration.Tests/Unit/Content/Permissions/IPermissionsComparer.cs index 9e6d0a76..c0f4b85f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Permissions/IPermissionsComparer.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Permissions/IPermissionsComparer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/ProjectTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/ProjectTests.cs index 001b8e8d..c1edce1d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/ProjectTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/ProjectTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/PublishableCustomViewTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/PublishableCustomViewTests.cs index 1da052d7..ce34e350 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/PublishableCustomViewTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/PublishableCustomViewTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/PublishableFlowTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/PublishableFlowTests.cs index ab0b2fee..045dec9e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/PublishableFlowTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/PublishableFlowTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Cloud/CloudExtractRefreshTaskTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Cloud/CloudExtractRefreshTaskTests.cs index 424b0e10..c99af1f7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Cloud/CloudExtractRefreshTaskTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Cloud/CloudExtractRefreshTaskTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Cloud/CloudScheduleValidatorTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Cloud/CloudScheduleValidatorTests.cs index c89bbe15..60dbabf6 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Cloud/CloudScheduleValidatorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Cloud/CloudScheduleValidatorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ExtractRefreshTaskTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ExtractRefreshTaskTestBase.cs index 36cd2ef8..b156c7e3 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ExtractRefreshTaskTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ExtractRefreshTaskTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ExtractRefreshTestCaches.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ExtractRefreshTestCaches.cs index 35c9236c..03fce110 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ExtractRefreshTestCaches.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ExtractRefreshTestCaches.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/IFrequencyExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/IFrequencyExtensionsTests.cs index aaa69b67..78cfc668 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/IFrequencyExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/IFrequencyExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/IntervalComparerTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/IntervalComparerTests.cs index 03f08ce4..bd7c228f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/IntervalComparerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/IntervalComparerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ScheduleTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ScheduleTestBase.cs index 23a2c706..85296e79 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ScheduleTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ScheduleTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ScheduleExtractRefreshTaskTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ScheduleExtractRefreshTaskTests.cs index 1165febd..ede3ba27 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ScheduleExtractRefreshTaskTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ScheduleExtractRefreshTaskTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ScheduleExtractRefreshTasksTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ScheduleExtractRefreshTasksTests.cs index 250745dc..6315ec70 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ScheduleExtractRefreshTasksTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ScheduleExtractRefreshTasksTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ServerExtractRefreshTaskTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ServerExtractRefreshTaskTests.cs index bb1722ab..862a7db7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ServerExtractRefreshTaskTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ServerExtractRefreshTaskTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ServerScheduleValidatorTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ServerScheduleValidatorTests.cs index fc010f70..dbcb0ad9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ServerScheduleValidatorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/Server/ServerScheduleValidatorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ServerToCloudExtractRefreshTaskConverterTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ServerToCloudExtractRefreshTaskConverterTests.cs index 9ecfdca8..7c22cf2d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ServerToCloudExtractRefreshTaskConverterTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/ServerToCloudExtractRefreshTaskConverterTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/VolatileCacheTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/VolatileCacheTests.cs index 5e9028f9..b4303fb6 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Schedules/VolatileCacheTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Schedules/VolatileCacheTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Search/CachedContentReferenceFinderTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Search/CachedContentReferenceFinderTests.cs index 02f5db86..e3b46059 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Search/CachedContentReferenceFinderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Search/CachedContentReferenceFinderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/Search/ContentReferenceCacheBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/Search/ContentReferenceCacheBaseTests.cs index 822597c8..a0bd3105 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/Search/ContentReferenceCacheBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/Search/ContentReferenceCacheBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/ServerSessionSettingsTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/ServerSessionSettingsTests.cs index ca6ec55c..28853860 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/ServerSessionSettingsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/ServerSessionSettingsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/ServerSessionTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/ServerSessionTests.cs index 1186e73e..26450560 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/ServerSessionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/ServerSessionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/SiteSettingUpdateTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/SiteSettingUpdateTests.cs index 7260feac..b670c9fd 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/SiteSettingUpdateTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/SiteSettingUpdateTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/SiteTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/SiteTests.cs index 22593919..a5033c73 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/SiteTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/SiteTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/TagLabelComparerTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/TagLabelComparerTests.cs index 9e1f4ef7..bb8e07c1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/TagLabelComparerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/TagLabelComparerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/TagTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/TagTests.cs index f670213e..f9fb9d77 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/TagTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/TagTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/UserTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/UserTests.cs index 2b2a8641..923a9ec1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/UserTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/UserTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/UsernameContentBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/UsernameContentBaseTests.cs index ebeebcab..e70b38d2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/UsernameContentBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/UsernameContentBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Content/WorkbookDetailsTests.cs b/tests/Tableau.Migration.Tests/Unit/Content/WorkbookDetailsTests.cs index 67c11de2..ee527a64 100644 --- a/tests/Tableau.Migration.Tests/Unit/Content/WorkbookDetailsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Content/WorkbookDetailsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/ContentLocationTests.cs b/tests/Tableau.Migration.Tests/Unit/ContentLocationTests.cs index ac5b0b3d..96f867c7 100644 --- a/tests/Tableau.Migration.Tests/Unit/ContentLocationTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/ContentLocationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/CsvExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/CsvExtensionsTests.cs index 8643887d..3eb8f657 100644 --- a/tests/Tableau.Migration.Tests/Unit/CsvExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/CsvExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/DateTimeExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/DateTimeExtensionsTests.cs index 75272bb6..309380a3 100644 --- a/tests/Tableau.Migration.Tests/Unit/DateTimeExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/DateTimeExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Actions/MigrateContentActionTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Actions/MigrateContentActionTests.cs index b1d97d08..3900cc9e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Actions/MigrateContentActionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Actions/MigrateContentActionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Actions/MigrationActionResultTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Actions/MigrationActionResultTests.cs index c383bc01..777357a9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Actions/MigrationActionResultTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Actions/MigrationActionResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Actions/PreflightActionTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Actions/PreflightActionTests.cs index 01b55fec..7f36ec38 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Actions/PreflightActionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Actions/PreflightActionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/MigrationEndpointFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/MigrationEndpointFactoryTests.cs index 3293f185..69c14424 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/MigrationEndpointFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/MigrationEndpointFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkCacheTest.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkCacheTest.cs index c0e8ec33..1f856218 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkCacheTest.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkCacheTest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationCacheTest.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationCacheTest.cs index 4e4ae347..f62c660b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationCacheTest.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationCacheTest.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationCacheTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationCacheTests.cs index 3f43881c..09642d8c 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationCacheTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationCacheTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationProjectCacheTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationProjectCacheTests.cs index da63ac6f..fdc2eb4d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationProjectCacheTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/BulkDestinationProjectCacheTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderFactoryTests.cs index 6bcd331e..da59cf9f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderTests.cs index 00d89802..ccb4a022 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestDestinationContentReferenceFinderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderFactoryTests.cs index 4a4302d4..31f4d08a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderTests.cs index ba6aae68..242def65 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/Search/ManifestSourceContentReferenceFinderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiDestinationEndpointTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiDestinationEndpointTests.cs index d9bfa095..6aba7fb2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiDestinationEndpointTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiDestinationEndpointTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointBaseTests.cs index 232378d3..4d2f67ba 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointConfigurationTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointConfigurationTests.cs index 03bdd472..105f85d9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointConfigurationTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointConfigurationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointTestBase.cs index 83593d20..208b33a9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiEndpointTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiSourceEndpointTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiSourceEndpointTests.cs index ce587965..052634bd 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiSourceEndpointTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Endpoints/TableauApiSourceEndpointTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/CallbackHookWrapperTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/CallbackHookWrapperTests.cs index ed3764aa..98c7537c 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/CallbackHookWrapperTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/CallbackHookWrapperTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/ContentTypeHookBuilderBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/ContentTypeHookBuilderBaseTests.cs index a85657ed..cd58801d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/ContentTypeHookBuilderBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/ContentTypeHookBuilderBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterBaseTests.cs index 80e76e05..22909096 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterBuilderTests.cs index f0ac0c14..8310ebf4 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterRunnerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterRunnerTests.cs index cf970d94..ab7c54ab 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterRunnerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentFilterRunnerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentLocationInPathCriterionTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentLocationInPathCriterionTests.cs index 91edac16..c7847263 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentLocationInPathCriterionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/ContentLocationInPathCriterionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/GroupAllUsersFilterOptionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/GroupAllUsersFilterOptionsTests.cs index 7b835aa8..88fb45b7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/GroupAllUsersFilterOptionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/GroupAllUsersFilterOptionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/GroupAllUsersFilterTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/GroupAllUsersFilterTests.cs index a5f69a92..5c65efaf 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/GroupAllUsersFilterTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/GroupAllUsersFilterTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/PreviouslyMigratedFilterTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/PreviouslyMigratedFilterTests.cs index f7e1764b..6e2269ab 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/PreviouslyMigratedFilterTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/PreviouslyMigratedFilterTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/ProjectSystemOwnershipFilterTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/ProjectSystemOwnershipFilterTests.cs index 1070cbbb..58ad8bb0 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/ProjectSystemOwnershipFilterTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/ProjectSystemOwnershipFilterTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/UserSiteRoleSupportUserFilterTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/UserSiteRoleSupportUserFilterTests.cs index 35a82910..99343c21 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/UserSiteRoleSupportUserFilterTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Filters/Default/UserSiteRoleSupportUserFilterTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/InitializeMigrationHookResultTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/InitializeMigrationHookResultTests.cs index e123adcd..d773e7c1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/InitializeMigrationHookResultTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/InitializeMigrationHookResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingBaseTests.cs index 59e24f0e..43714452 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingBuilderTests.cs index 2b4d1dc4..1c2756f6 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingContextTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingContextTests.cs index 71581161..b751d4cc 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingContextTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingContextTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingRunnerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingRunnerTests.cs index df037edf..3a7c5ab0 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingRunnerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/ContentMappingRunnerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingBaseTests.cs index 8148b2bc..2b3906b5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingTests.cs index fc89387b..a7c24b03 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/AuthenticationTypeDomainMappingTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/CallbackAuthenticationTypeDomainMappingTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/CallbackAuthenticationTypeDomainMappingTests.cs index 3345efc0..2114987a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/CallbackAuthenticationTypeDomainMappingTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/CallbackAuthenticationTypeDomainMappingTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/TableauCloudUsernameMappingTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/TableauCloudUsernameMappingTests.cs index 383a90f1..41856e13 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/TableauCloudUsernameMappingTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Mappings/Default/TableauCloudUsernameMappingTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookBuilderBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookBuilderBaseTests.cs index 5490b5df..65c889f2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookBuilderBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookBuilderBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookBuilderTests.cs index 287c67dd..3183aed9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookFactoryCollectionTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookFactoryCollectionTests.cs index d569c637..676e4c69 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookFactoryCollectionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookFactoryCollectionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookFactoryTests.cs index db2b0d90..ad86163d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookRunnerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookRunnerTests.cs index b02cd3da..7705c1ee 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookRunnerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/MigrationHookRunnerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/BulkPostPublishContextTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/BulkPostPublishContextTests.cs index 67fe7639..6bfe5de2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/BulkPostPublishContextTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/BulkPostPublishContextTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/ContentItemPostPublishContextTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/ContentItemPostPublishContextTests.cs index 851633f3..82857616 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/ContentItemPostPublishContextTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/ContentItemPostPublishContextTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/ChildItemsPermissionsPostPublishHookTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/ChildItemsPermissionsPostPublishHookTests.cs index 224ce083..4a959d8e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/ChildItemsPermissionsPostPublishHookTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/ChildItemsPermissionsPostPublishHookTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/OwnerItemPostPublishHookTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/OwnerItemPostPublishHookTests.cs index 425ca903..69cc5f44 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/OwnerItemPostPublishHookTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/OwnerItemPostPublishHookTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/PermissionPostPublishHookBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/PermissionPostPublishHookBaseTests.cs index b446800a..808e329e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/PermissionPostPublishHookBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/PermissionPostPublishHookBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/PermissionsItemPostPublishHookTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/PermissionsItemPostPublishHookTests.cs index d1b35750..d34b2dc6 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/PermissionsItemPostPublishHookTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/PermissionsItemPostPublishHookTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/ProjectPostPublishHookTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/ProjectPostPublishHookTests.cs index fdb37b7e..178bbe87 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/ProjectPostPublishHookTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/ProjectPostPublishHookTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/TagItemPostPublishHookTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/TagItemPostPublishHookTests.cs index 76515d11..f4cffcd3 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/TagItemPostPublishHookTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/PostPublish/Default/TagItemPostPublishHookTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/ContentTransformerBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/ContentTransformerBuilderTests.cs index d6f82a89..1edbb2c0 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/ContentTransformerBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/ContentTransformerBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/ContentTransformerRunnerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/ContentTransformerRunnerTests.cs index 7dc4f785..76483534 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/ContentTransformerRunnerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/ContentTransformerRunnerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/CustomViewDefaultUserReferencesTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/CustomViewDefaultUserReferencesTransformerTests.cs index 6afb30cc..130c50f7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/CustomViewDefaultUserReferencesTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/CustomViewDefaultUserReferencesTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/EncryptExtractTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/EncryptExtractTransformerTests.cs index c4b5bc47..21f0af57 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/EncryptExtractTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/EncryptExtractTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/GroupUsersTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/GroupUsersTransformerTests.cs index 67156c68..3bb5d993 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/GroupUsersTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/GroupUsersTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/MappedReferenceExtractRefreshTaskTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/MappedReferenceExtractRefreshTaskTransformerTests.cs index ebde0544..86d5cb32 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/MappedReferenceExtractRefreshTaskTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/MappedReferenceExtractRefreshTaskTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/MappedUserTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/MappedUserTransformerTests.cs index 8b2b795e..e104de98 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/MappedUserTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/MappedUserTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/OwnershipTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/OwnershipTransformerTests.cs index 6cb3e141..c25315aa 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/OwnershipTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/OwnershipTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/PermissionsTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/PermissionsTransformerTests.cs index e22d8617..211fd5d5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/PermissionsTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/PermissionsTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/TableauServerConnectionUrlTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/TableauServerConnectionUrlTransformerTests.cs index 77fec5e6..459e105b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/TableauServerConnectionUrlTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/TableauServerConnectionUrlTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/UserTableauCloudAuthenticationTypeTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/UserTableauCloudAuthenticationTypeTransformerTests.cs index 883d7531..5368c326 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/UserTableauCloudAuthenticationTypeTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/UserTableauCloudAuthenticationTypeTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/UserTableauCloudSiteRoleTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/UserTableauCloudSiteRoleTransformerTests.cs index 6675416c..f9a6afb0 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/UserTableauCloudSiteRoleTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/UserTableauCloudSiteRoleTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/WorkbookReferenceTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/WorkbookReferenceTransformerTests.cs index a2d14880..fc1712d2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/WorkbookReferenceTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/Default/WorkbookReferenceTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/IXmlContentTransformerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/IXmlContentTransformerTests.cs index 5ded6102..b169e776 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/IXmlContentTransformerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/IXmlContentTransformerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/XmlContentTransformerBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/XmlContentTransformerBaseTests.cs index 793cca09..71d2981e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/XmlContentTransformerBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Hooks/Transformers/XmlContentTransformerBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/IMigrationExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/IMigrationExtensionsTests.cs index 3ec42c97..dd6b9bf8 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/IMigrationExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/IMigrationExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/IServiceCollectionExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/IServiceCollectionExtensionsTests.cs index 6d0f8632..b63e6214 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/IServiceCollectionExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/IServiceCollectionExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/IMigrationManifestEditorTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/IMigrationManifestEditorTests.cs index 474c080a..761c6c23 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/IMigrationManifestEditorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/IMigrationManifestEditorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestContentTypePartitionTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestContentTypePartitionTests.cs index 58d22fec..a5b3e011 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestContentTypePartitionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestContentTypePartitionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestEntryCollectionTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestEntryCollectionTests.cs index f89faacc..b771885d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestEntryCollectionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestEntryCollectionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestEntryTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestEntryTests.cs index a8df3aaa..bfc52ede 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestEntryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestEntryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestFactoryTests.cs index 16eadf55..25b080b6 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestTests.cs index c45b2175..823876fa 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/MigrationManifestTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/TestMigrationManifestSerializer.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/TestMigrationManifestSerializer.cs index e5cd3192..63689ac1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/TestMigrationManifestSerializer.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Manifest/TestMigrationManifestSerializer.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationDirectoryContentFileStoreTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationDirectoryContentFileStoreTests.cs index 78efab03..6e9eb3f9 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationDirectoryContentFileStoreTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationDirectoryContentFileStoreTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationInputTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationInputTests.cs index 87fced2f..bd93f301 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationInputTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationInputTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationPlanBuilderFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationPlanBuilderFactoryTests.cs index 303755f1..8b9c56bc 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationPlanBuilderFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationPlanBuilderFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationPlanBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationPlanBuilderTests.cs index 27878026..262f55a3 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationPlanBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationPlanBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationTests.cs index 04cec61f..b77a1893 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/MigrationTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/MigrationTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/BulkPublishContentBatchMigratorTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/BulkPublishContentBatchMigratorTests.cs index 55cac1f9..a0d8331e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/BulkPublishContentBatchMigratorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/BulkPublishContentBatchMigratorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigrationResultTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigrationResultTests.cs index 50e4e25a..6e7cf4a5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigrationResultTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigrationResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigratorBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigratorBaseTests.cs index a2cab163..e910db2b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigratorBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigratorBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigratorTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigratorTestBase.cs index b9276539..0866f288 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigratorTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentBatchMigratorTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentMigrationBatchTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentMigrationBatchTests.cs index 010035e7..5b39fd11 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentMigrationBatchTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ContentMigrationBatchTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ItemPublishContentBatchMigratorTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ItemPublishContentBatchMigratorTests.cs index f3dfe393..105c12f8 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ItemPublishContentBatchMigratorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ItemPublishContentBatchMigratorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ParallelContentBatchMigratorBatchBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ParallelContentBatchMigratorBatchBaseTests.cs index 550aa8d9..0dd89d6f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ParallelContentBatchMigratorBatchBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ParallelContentBatchMigratorBatchBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ParallelContentBatchMigratorBatchTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ParallelContentBatchMigratorBatchTestBase.cs index 9b3f2363..ff4c3ca0 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ParallelContentBatchMigratorBatchTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/Batch/ParallelContentBatchMigratorBatchTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/ContentItemMigrationResultTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/ContentItemMigrationResultTests.cs index 8779c0bd..13b9a9e7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/ContentItemMigrationResultTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/ContentItemMigrationResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/ContentMigratorTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/ContentMigratorTests.cs index ad31e75b..afc3836f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/ContentMigratorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/ContentMigratorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/MigratorTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/MigratorTests.cs index fe989234..f6975bbc 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/MigratorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Migrators/MigratorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsBuilderTests.cs index 01246995..87d6acc7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsCollectionTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsCollectionTests.cs index 0a0654cd..295fa6fd 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsCollectionTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsCollectionTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsProviderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsProviderTests.cs index 805504af..3456735a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsProviderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Options/MigrationPlanOptionsProviderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/CustomMigrationPipelineFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/CustomMigrationPipelineFactoryTests.cs index 5535dda0..e83298e6 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/CustomMigrationPipelineFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/CustomMigrationPipelineFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineBaseTests.cs index a9a879e1..828dffde 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineContentTypeExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineContentTypeExtensionsTests.cs index 694594c9..24330f4a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineContentTypeExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineContentTypeExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineContentTypeTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineContentTypeTests.cs index 88322a72..196f29ba 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineContentTypeTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineContentTypeTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineFactoryTests.cs index 1daa5964..aaea3a91 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineRunnerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineRunnerTests.cs index 7acac375..84fea4fa 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineRunnerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineRunnerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineTestBase.cs index 0259b973..e8bab79a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/MigrationPipelineTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/ServerToCloudMigrationPipelineTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/ServerToCloudMigrationPipelineTests.cs index 01031db8..152640c6 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/ServerToCloudMigrationPipelineTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/ServerToCloudMigrationPipelineTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/TestAction.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/TestAction.cs index acdd7264..8494b999 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/TestAction.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/TestAction.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/TestPipeline.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/TestPipeline.cs index b7f0c55c..7dad9f3b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/TestPipeline.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Pipelines/TestPipeline.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/ContentItemPreparerBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/ContentItemPreparerBaseTests.cs index 732280a0..5d25b3ea 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/ContentItemPreparerBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/ContentItemPreparerBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/ContentItemPreparerTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/ContentItemPreparerTestBase.cs index 127662ae..0d3dfec7 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/ContentItemPreparerTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/ContentItemPreparerTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/EndpointContentItemPreparerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/EndpointContentItemPreparerTests.cs index 9b7a2b59..ac62bc4d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/EndpointContentItemPreparerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/EndpointContentItemPreparerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/SourceContentItemPreparerTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/SourceContentItemPreparerTests.cs index d7ba72f1..d0211f8e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/SourceContentItemPreparerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/Preparation/SourceContentItemPreparerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Engine/ServerToCloudMigrationPlanBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Engine/ServerToCloudMigrationPlanBuilderTests.cs index 2662022f..b6fffa60 100644 --- a/tests/Tableau.Migration.Tests/Unit/Engine/ServerToCloudMigrationPlanBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Engine/ServerToCloudMigrationPlanBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/ExceptionExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/ExceptionExtensionsTests.cs index 07bfc9ba..43bf92c0 100644 --- a/tests/Tableau.Migration.Tests/Unit/ExceptionExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/ExceptionExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/FilePathTests.cs b/tests/Tableau.Migration.Tests/Unit/FilePathTests.cs index 2a1e8f94..2839b64c 100644 --- a/tests/Tableau.Migration.Tests/Unit/FilePathTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/FilePathTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/GuardTests.cs b/tests/Tableau.Migration.Tests/Unit/GuardTests.cs index 97fce223..8ba5de39 100644 --- a/tests/Tableau.Migration.Tests/Unit/GuardTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/GuardTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/HttpClientExtensions.cs b/tests/Tableau.Migration.Tests/Unit/HttpClientExtensions.cs index f8c4bece..54b22b6c 100644 --- a/tests/Tableau.Migration.Tests/Unit/HttpClientExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/HttpClientExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/IContentReferenceFinderFactoryExtensions.cs b/tests/Tableau.Migration.Tests/Unit/IContentReferenceFinderFactoryExtensions.cs index 3f7218a0..c94f49b8 100644 --- a/tests/Tableau.Migration.Tests/Unit/IContentReferenceFinderFactoryExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/IContentReferenceFinderFactoryExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/IEnumerableExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/IEnumerableExtensionsTests.cs index 28f3841c..08156278 100644 --- a/tests/Tableau.Migration.Tests/Unit/IEnumerableExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/IEnumerableExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/IHttpClientExtensions.cs b/tests/Tableau.Migration.Tests/Unit/IHttpClientExtensions.cs index 01ab1b1e..90d8f0f0 100644 --- a/tests/Tableau.Migration.Tests/Unit/IHttpClientExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/IHttpClientExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/ILoggerTests.cs b/tests/Tableau.Migration.Tests/Unit/ILoggerTests.cs index a58229f9..89c03e3b 100644 --- a/tests/Tableau.Migration.Tests/Unit/ILoggerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/ILoggerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/IServiceCollectionExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/IServiceCollectionExtensionsTests.cs index b32fc6e0..0a73788a 100644 --- a/tests/Tableau.Migration.Tests/Unit/IServiceCollectionExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/IServiceCollectionExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/InheritedTypeComparerTests.cs b/tests/Tableau.Migration.Tests/Unit/InheritedTypeComparerTests.cs index ec190b4d..ac2cd199 100644 --- a/tests/Tableau.Migration.Tests/Unit/InheritedTypeComparerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/InheritedTypeComparerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncContentBatchMigrationCompletedHookTests.cs b/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncContentBatchMigrationCompletedHookTests.cs index 51d7bd01..3d55ad61 100644 --- a/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncContentBatchMigrationCompletedHookTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncContentBatchMigrationCompletedHookTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncMigrationActionCompletedHookTests.cs b/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncMigrationActionCompletedHookTests.cs index ad2981c2..390fc313 100644 --- a/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncMigrationActionCompletedHookTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncMigrationActionCompletedHookTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncMigrationHookTests.cs b/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncMigrationHookTests.cs index 3d0fbf5f..fece5f4a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncMigrationHookTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Interop/Hooks/ISyncMigrationHookTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Interop/IServiceCollectionExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Interop/IServiceCollectionExtensionsTests.cs index 32f7b6e6..fa922fd2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Interop/IServiceCollectionExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Interop/IServiceCollectionExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableContentLocation.cs b/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableContentLocation.cs index d55b4d10..9b7b38bc 100644 --- a/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableContentLocation.cs +++ b/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableContentLocation.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableContentReference.cs b/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableContentReference.cs index 1ebb214a..4640a29f 100644 --- a/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableContentReference.cs +++ b/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableContentReference.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableManifestEntry.cs b/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableManifestEntry.cs index bf9f9c57..a77bc72f 100644 --- a/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableManifestEntry.cs +++ b/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializableObjects/TestSerializableManifestEntry.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializedExceptionJsonConverterTests.cs b/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializedExceptionJsonConverterTests.cs index e37701b1..3c280e9a 100644 --- a/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializedExceptionJsonConverterTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/JsonConverter/SerializedExceptionJsonConverterTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/LoggingServiceCollectionExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/LoggingServiceCollectionExtensionsTests.cs index d4153efc..0ec99547 100644 --- a/tests/Tableau.Migration.Tests/Unit/LoggingServiceCollectionExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/LoggingServiceCollectionExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/MigrationSdkTests.cs b/tests/Tableau.Migration.Tests/Unit/MigrationSdkTests.cs index b3b2356e..8ac69953 100644 --- a/tests/Tableau.Migration.Tests/Unit/MigrationSdkTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/MigrationSdkTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/MockHttpResponseMessage.cs b/tests/Tableau.Migration.Tests/Unit/MockHttpResponseMessage.cs index 0038d552..8bc6775d 100644 --- a/tests/Tableau.Migration.Tests/Unit/MockHttpResponseMessage.cs +++ b/tests/Tableau.Migration.Tests/Unit/MockHttpResponseMessage.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/MockHttpResponseMessageExtensions.cs b/tests/Tableau.Migration.Tests/Unit/MockHttpResponseMessageExtensions.cs index 139d6348..e74b17f7 100644 --- a/tests/Tableau.Migration.Tests/Unit/MockHttpResponseMessageExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/MockHttpResponseMessageExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/MockIHttpClientExtensions.cs b/tests/Tableau.Migration.Tests/Unit/MockIHttpClientExtensions.cs index f45a8dac..e4c3a377 100644 --- a/tests/Tableau.Migration.Tests/Unit/MockIHttpClientExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/MockIHttpClientExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/NameOfTests.cs b/tests/Tableau.Migration.Tests/Unit/NameOfTests.cs index 9ad3de21..53e421c9 100644 --- a/tests/Tableau.Migration.Tests/Unit/NameOfTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/NameOfTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/DefaultHttpClientTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/DefaultHttpClientTests.cs index 5949212d..5b3ddb5a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/DefaultHttpClientTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/DefaultHttpClientTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Handlers/AuthenticationHandlerTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Handlers/AuthenticationHandlerTests.cs index 8b8d5c68..d9804d36 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Handlers/AuthenticationHandlerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Handlers/AuthenticationHandlerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Handlers/LoggingHandlerTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Handlers/LoggingHandlerTests.cs index 05e4963a..f23a1f22 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Handlers/LoggingHandlerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Handlers/LoggingHandlerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Handlers/MockDelegatingHandler.cs b/tests/Tableau.Migration.Tests/Unit/Net/Handlers/MockDelegatingHandler.cs index bd5cb352..f912f183 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Handlers/MockDelegatingHandler.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Handlers/MockDelegatingHandler.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Handlers/UserAgentHttpMessageHandlerTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Handlers/UserAgentHttpMessageHandlerTests.cs index dcee6f37..077140ff 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Handlers/UserAgentHttpMessageHandlerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Handlers/UserAgentHttpMessageHandlerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpContentExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpContentExtensionsTests.cs index 57d2b5ea..ba63c83a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpContentExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpContentExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpContentRequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpContentRequestBuilderTests.cs index ddaf095b..b9c0abee 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpContentRequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpContentRequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpContentSerializerTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpContentSerializerTests.cs index 435ede79..87c1526e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpContentSerializerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpContentSerializerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpDeleteRequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpDeleteRequestBuilderTests.cs index f47d9f69..e635d3db 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpDeleteRequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpDeleteRequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpGetRequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpGetRequestBuilderTests.cs index 84fc6a4b..db592e39 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpGetRequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpGetRequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpPatchRequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpPatchRequestBuilderTests.cs index 0aac201d..da55148e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpPatchRequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpPatchRequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpPostRequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpPostRequestBuilderTests.cs index 86b67bb2..41d7d356 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpPostRequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpPostRequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpPutRequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpPutRequestBuilderTests.cs index 5749edc7..1e3799c3 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpPutRequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpPutRequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpRequestBuilderFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpRequestBuilderFactoryTests.cs index 224c781b..303e163f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpRequestBuilderFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpRequestBuilderFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpRequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpRequestBuilderTests.cs index bfacc955..94087f80 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpRequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpRequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/HttpStreamProcessorTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/HttpStreamProcessorTests.cs index f948f440..ef1e82c2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/HttpStreamProcessorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/HttpStreamProcessorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/IServiceCollectionExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/IServiceCollectionExtensionsTests.cs index f6e43cf1..a967612c 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/IServiceCollectionExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/IServiceCollectionExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/MediaTypeHeaderValueExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/MediaTypeHeaderValueExtensionsTests.cs index c3792b85..07d649dd 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/MediaTypeHeaderValueExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/MediaTypeHeaderValueExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/NetworkTraceLoggerTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/NetworkTraceLoggerTests.cs index 7231cfc6..a0762a7c 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/NetworkTraceLoggerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/NetworkTraceLoggerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/NetworkTraceRedactorTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/NetworkTraceRedactorTests.cs index 41a0f3d9..ecca0d5b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/NetworkTraceRedactorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/NetworkTraceRedactorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/QueryStringBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/QueryStringBuilderTests.cs index a6b25a5b..f4ac72b2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/QueryStringBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/QueryStringBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/RequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/RequestBuilderTests.cs index eed6c0f5..87555af1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/RequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/RequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ClientThrottleStrategyBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ClientThrottleStrategyBuilderTests.cs index 858d8650..91b996e4 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ClientThrottleStrategyBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ClientThrottleStrategyBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/MaxConcurrentStrategyBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/MaxConcurrentStrategyBuilderTests.cs index b312120c..a0dd7115 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/MaxConcurrentStrategyBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/MaxConcurrentStrategyBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/RequestTimeoutStrategyBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/RequestTimeoutStrategyBuilderTests.cs index 6d316ff9..b4e8380b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/RequestTimeoutStrategyBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/RequestTimeoutStrategyBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ResilienceContextExtensions.cs b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ResilienceContextExtensions.cs index 58e0a882..ee137c0a 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ResilienceContextExtensions.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ResilienceContextExtensions.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ResilienceStrategyTestBase.cs b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ResilienceStrategyTestBase.cs index 39c80c9b..f1ef0dda 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ResilienceStrategyTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ResilienceStrategyTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/RetryStrategyBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/RetryStrategyBuilderTests.cs index b8256920..ce80521e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/RetryStrategyBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/RetryStrategyBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ServerThrottleStrategyBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ServerThrottleStrategyBuilderTests.cs index 2889e142..54ff20d0 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ServerThrottleStrategyBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Resilience/ServerThrottleStrategyBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Fields/FieldBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Fields/FieldBuilderTests.cs index 44bf7d1e..d543d81f 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Fields/FieldBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Fields/FieldBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Fields/FieldTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Fields/FieldTests.cs index 964a1b64..83e1ac94 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Fields/FieldTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Fields/FieldTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterBuilderTests.cs index f43e9f02..a9834bf1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterOperatorTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterOperatorTests.cs index d0fb624d..e24733d1 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterOperatorTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterOperatorTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterTests.cs index 9e384c96..4071e873 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Filtering/FilterTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/GuidExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/GuidExtensionsTests.cs index 242d083d..5d4ca667 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/GuidExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/GuidExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/HttpRequestMessageExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/HttpRequestMessageExtensionsTests.cs index e46a727a..8403d272 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/HttpRequestMessageExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/HttpRequestMessageExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/IRestRequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/IRestRequestBuilderTests.cs index d3df77ca..4420006b 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/IRestRequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/IRestRequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Paging/PageBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Paging/PageBuilderTests.cs index 2581a286..3134b594 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Paging/PageBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Paging/PageBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Paging/PageTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Paging/PageTests.cs index 82fe93bd..72751f01 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Paging/PageTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Paging/PageTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/RestRequestBuilderFactoryTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/RestRequestBuilderFactoryTests.cs index 86c9297e..8a7a50f5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/RestRequestBuilderFactoryTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/RestRequestBuilderFactoryTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/RestRequestBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/RestRequestBuilderTests.cs index d3f5f5be..548471a2 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/RestRequestBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/RestRequestBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Sorting/SortBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Sorting/SortBuilderTests.cs index 853343ed..d9bb9f99 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Sorting/SortBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Sorting/SortBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Sorting/SortTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Sorting/SortTests.cs index e89733eb..c2e884a0 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/Rest/Sorting/SortTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/Rest/Sorting/SortTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/TableauSerializerTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/TableauSerializerTests.cs index 27e5fe00..6676942d 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/TableauSerializerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/TableauSerializerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/UriExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/UriExtensionsTests.cs index 1d284883..d3a81e21 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/UriExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/UriExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Net/UserAgentProviderTests.cs b/tests/Tableau.Migration.Tests/Unit/Net/UserAgentProviderTests.cs index 9e267b1b..025a33c5 100644 --- a/tests/Tableau.Migration.Tests/Unit/Net/UserAgentProviderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Net/UserAgentProviderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/ObjectExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/ObjectExtensionsTests.cs index 561716f6..51ff7434 100644 --- a/tests/Tableau.Migration.Tests/Unit/ObjectExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/ObjectExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/OptionsHookTestBase.cs b/tests/Tableau.Migration.Tests/Unit/OptionsHookTestBase.cs index cf6590e9..5846aaba 100644 --- a/tests/Tableau.Migration.Tests/Unit/OptionsHookTestBase.cs +++ b/tests/Tableau.Migration.Tests/Unit/OptionsHookTestBase.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Paging/BreadthFirstPathHierarchyPagerTests.cs b/tests/Tableau.Migration.Tests/Unit/Paging/BreadthFirstPathHierarchyPagerTests.cs index 40625896..24377941 100644 --- a/tests/Tableau.Migration.Tests/Unit/Paging/BreadthFirstPathHierarchyPagerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Paging/BreadthFirstPathHierarchyPagerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Paging/IPagerTests.cs b/tests/Tableau.Migration.Tests/Unit/Paging/IPagerTests.cs index 3d22cf3f..bf65f4dc 100644 --- a/tests/Tableau.Migration.Tests/Unit/Paging/IPagerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Paging/IPagerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Paging/IndexedPagerBaseTests.cs b/tests/Tableau.Migration.Tests/Unit/Paging/IndexedPagerBaseTests.cs index 64f13d27..b56a2e1e 100644 --- a/tests/Tableau.Migration.Tests/Unit/Paging/IndexedPagerBaseTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Paging/IndexedPagerBaseTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Paging/PagedResultTests.cs b/tests/Tableau.Migration.Tests/Unit/Paging/PagedResultTests.cs index a283d3f7..81bf50ca 100644 --- a/tests/Tableau.Migration.Tests/Unit/Paging/PagedResultTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Paging/PagedResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Resources/AllUsersTranslationsTests.cs b/tests/Tableau.Migration.Tests/Unit/Resources/AllUsersTranslationsTests.cs index 72cf9a24..5262fea3 100644 --- a/tests/Tableau.Migration.Tests/Unit/Resources/AllUsersTranslationsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Resources/AllUsersTranslationsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/Resources/ISharedResourcesLocalizerTests.cs b/tests/Tableau.Migration.Tests/Unit/Resources/ISharedResourcesLocalizerTests.cs index 6a5add7c..b7418c82 100644 --- a/tests/Tableau.Migration.Tests/Unit/Resources/ISharedResourcesLocalizerTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/Resources/ISharedResourcesLocalizerTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/ResultBuilderTests.cs b/tests/Tableau.Migration.Tests/Unit/ResultBuilderTests.cs index cae2961b..25e72669 100644 --- a/tests/Tableau.Migration.Tests/Unit/ResultBuilderTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/ResultBuilderTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/ResultTests.cs b/tests/Tableau.Migration.Tests/Unit/ResultTests.cs index c9f5bd06..6402f7b5 100644 --- a/tests/Tableau.Migration.Tests/Unit/ResultTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/ResultTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/StreamExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/StreamExtensionsTests.cs index 84fdc1fd..099f4ef1 100644 --- a/tests/Tableau.Migration.Tests/Unit/StreamExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/StreamExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/StringEnumTests.cs b/tests/Tableau.Migration.Tests/Unit/StringEnumTests.cs index bad29678..b2fde832 100644 --- a/tests/Tableau.Migration.Tests/Unit/StringEnumTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/StringEnumTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/TaskExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/TaskExtensionsTests.cs index 2b17fb05..83c81450 100644 --- a/tests/Tableau.Migration.Tests/Unit/TaskExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/TaskExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/Unit/ValidationExtensionsTests.cs b/tests/Tableau.Migration.Tests/Unit/ValidationExtensionsTests.cs index e777365a..e90660c0 100644 --- a/tests/Tableau.Migration.Tests/Unit/ValidationExtensionsTests.cs +++ b/tests/Tableau.Migration.Tests/Unit/ValidationExtensionsTests.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License") diff --git a/tests/Tableau.Migration.Tests/ValuesAttribute.cs b/tests/Tableau.Migration.Tests/ValuesAttribute.cs index 9d647cd4..fa3b9920 100644 --- a/tests/Tableau.Migration.Tests/ValuesAttribute.cs +++ b/tests/Tableau.Migration.Tests/ValuesAttribute.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2024, Salesforce, Inc. +// Copyright (c) 2025, Salesforce, Inc. // SPDX-License-Identifier: Apache-2 // // Licensed under the Apache License, Version 2.0 (the "License")