Skip to content

Commit a103961

Browse files
authored
Release\5.0.1 (#49)
1 parent 43205e9 commit a103961

File tree

1,541 files changed

+1659
-1544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,541 files changed

+1659
-1544
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[*.{cs,vb}]
33
# File header
44

5-
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
5+
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
66

77
#### Naming styles ####
88

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<Nullable>enable</Nullable>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
7-
<Version>5.0.0</Version>
7+
<Version>5.0.1</Version>
88
<Authors>Salesforce, Inc.</Authors>
99
<Company>Salesforce, Inc.</Company>
10-
<Copyright>Copyright (c) 2024, Salesforce, Inc. and its licensors</Copyright>
10+
<Copyright>Copyright (c) 2025, Salesforce, Inc. and its licensors</Copyright>
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1212
</PropertyGroup>
1313
</Project>

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License Version 2.0
22

3-
Copyright (c) 2024 Salesforce, Inc.
3+
Copyright (c) 2025 Salesforce, Inc.
44
All rights reserved.
55

66
Apache License

scripts/generate-docs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<#
2-
Copyright (c) 2024, Salesforce, Inc.
2+
Copyright (c) 2025, Salesforce, Inc.
33
SPDX-License-Identifier: Apache-2
44
55
Licensed under the Apache License, Version 2.0 (the "License")

src/Python/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License Version 2.0
22

3-
Copyright (c) 2024 Salesforce, Inc.
3+
Copyright (c) 2025 Salesforce, Inc.
44
All rights reserved.
55

66
Apache License

src/Python/src/tableau_migration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_api_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_api_rest_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_api_rest_models_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_content_permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_content_schedules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_content_schedules_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_content_schedules_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_endpoints_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_filters_interop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_interop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_mappings_interop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_postpublish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_postpublish_interop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_transformers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_hooks_transformers_interop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_migrators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_migrators_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_engine_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/src/tableau_migration/migration_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/helpers/autofixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_api_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_api_rest_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_content_permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_content_schedules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_content_schedules_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_content_schedules_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine_endpoints_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine_hooks_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine_hooks_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine_hooks_postpublish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine_hooks_transformers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine_migrators_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_engine_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_migration_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Python/tests/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Salesforce, Inc.
1+
# Copyright (c) 2025, Salesforce, Inc.
22
# SPDX-License-Identifier: Apache-2
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

src/Tableau.Migration.PythonGenerator/Config/Hints/GeneratorHints.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024, Salesforce, Inc.
2+
// Copyright (c) 2025, Salesforce, Inc.
33
// SPDX-License-Identifier: Apache-2
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License")

src/Tableau.Migration.PythonGenerator/Config/Hints/NamespaceHints.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024, Salesforce, Inc.
2+
// Copyright (c) 2025, Salesforce, Inc.
33
// SPDX-License-Identifier: Apache-2
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License")

src/Tableau.Migration.PythonGenerator/Config/Hints/TypeHints.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024, Salesforce, Inc.
2+
// Copyright (c) 2025, Salesforce, Inc.
33
// SPDX-License-Identifier: Apache-2
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License")

0 commit comments

Comments
 (0)