diff --git a/LICENSE b/LICENSE index 509f0066..e40f17b8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2022 - 2025 ANSYS, Inc. and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/doc/source/conf.py b/doc/source/conf.py index 4c5988fd..2a48ace7 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -67,6 +67,7 @@ "github_repo": REPOSITORY_NAME, "github_version": BRANCH, "doc_path": DOC_PATH, + "pyansys_tags": ["Connect"], } # Sphinx extensions diff --git a/examples/BasicExample.py b/examples/BasicExample.py index 2e429da2..c9860951 100644 --- a/examples/BasicExample.py +++ b/examples/BasicExample.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/CreateWorkflow.py b/examples/CreateWorkflow.py index 9fa61593..d0e4a306 100644 --- a/examples/CreateWorkflow.py +++ b/examples/CreateWorkflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/Datapins.py b/examples/Datapins.py index 8fa4328e..e5a60d54 100644 --- a/examples/Datapins.py +++ b/examples/Datapins.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/NewComponentsAndLinks.py b/examples/NewComponentsAndLinks.py index df6b9d13..4b78ab45 100644 --- a/examples/NewComponentsAndLinks.py +++ b/examples/NewComponentsAndLinks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/SequencesAndArrays.py b/examples/SequencesAndArrays.py index f13856c4..b44af4a5 100644 --- a/examples/SequencesAndArrays.py +++ b/examples/SequencesAndArrays.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/WorkflowTraversal.py b/examples/WorkflowTraversal.py index b36e02ae..b72d2098 100644 --- a/examples/WorkflowTraversal.py +++ b/examples/WorkflowTraversal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/WorkingWithNames.py b/examples/WorkingWithNames.py index 41be2cd5..91e66e6f 100644 --- a/examples/WorkingWithNames.py +++ b/examples/WorkingWithNames.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/__init__.py b/src/ansys/modelcenter/workflow/__init__.py index ba541099..d788813d 100644 --- a/src/ansys/modelcenter/workflow/__init__.py +++ b/src/ansys/modelcenter/workflow/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/__init__.py b/src/ansys/modelcenter/workflow/api/__init__.py index d67c3300..d656f5fe 100644 --- a/src/ansys/modelcenter/workflow/api/__init__.py +++ b/src/ansys/modelcenter/workflow/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/iassembly.py b/src/ansys/modelcenter/workflow/api/iassembly.py index 45e81955..cf5fca0f 100644 --- a/src/ansys/modelcenter/workflow/api/iassembly.py +++ b/src/ansys/modelcenter/workflow/api/iassembly.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/ibooleanarraydatapin.py b/src/ansys/modelcenter/workflow/api/ibooleanarraydatapin.py index 7a312e21..75b1f867 100644 --- a/src/ansys/modelcenter/workflow/api/ibooleanarraydatapin.py +++ b/src/ansys/modelcenter/workflow/api/ibooleanarraydatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/ibooleandatapin.py b/src/ansys/modelcenter/workflow/api/ibooleandatapin.py index 74790f5c..72e6ceea 100644 --- a/src/ansys/modelcenter/workflow/api/ibooleandatapin.py +++ b/src/ansys/modelcenter/workflow/api/ibooleandatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/icomponent.py b/src/ansys/modelcenter/workflow/api/icomponent.py index b8faf812..0448c3d9 100644 --- a/src/ansys/modelcenter/workflow/api/icomponent.py +++ b/src/ansys/modelcenter/workflow/api/icomponent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/idatapin.py b/src/ansys/modelcenter/workflow/api/idatapin.py index 5ab859d7..a0e5eb31 100644 --- a/src/ansys/modelcenter/workflow/api/idatapin.py +++ b/src/ansys/modelcenter/workflow/api/idatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/idatapin_link.py b/src/ansys/modelcenter/workflow/api/idatapin_link.py index 02c6d754..76985a19 100644 --- a/src/ansys/modelcenter/workflow/api/idatapin_link.py +++ b/src/ansys/modelcenter/workflow/api/idatapin_link.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/idatapinreferencebase.py b/src/ansys/modelcenter/workflow/api/idatapinreferencebase.py index ceea9cad..2e6c3b56 100644 --- a/src/ansys/modelcenter/workflow/api/idatapinreferencebase.py +++ b/src/ansys/modelcenter/workflow/api/idatapinreferencebase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/idrivercomponent.py b/src/ansys/modelcenter/workflow/api/idrivercomponent.py index c039449e..6adca9ef 100644 --- a/src/ansys/modelcenter/workflow/api/idrivercomponent.py +++ b/src/ansys/modelcenter/workflow/api/idrivercomponent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/iengine.py b/src/ansys/modelcenter/workflow/api/iengine.py index a6a0e152..489e8ddf 100644 --- a/src/ansys/modelcenter/workflow/api/iengine.py +++ b/src/ansys/modelcenter/workflow/api/iengine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/ifilearraydatapin.py b/src/ansys/modelcenter/workflow/api/ifilearraydatapin.py index 13fbd39a..863a7c50 100644 --- a/src/ansys/modelcenter/workflow/api/ifilearraydatapin.py +++ b/src/ansys/modelcenter/workflow/api/ifilearraydatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/ifiledatapin.py b/src/ansys/modelcenter/workflow/api/ifiledatapin.py index f2b0b280..43eb7450 100644 --- a/src/ansys/modelcenter/workflow/api/ifiledatapin.py +++ b/src/ansys/modelcenter/workflow/api/ifiledatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/iformat.py b/src/ansys/modelcenter/workflow/api/iformat.py index b17e9a10..569bc267 100644 --- a/src/ansys/modelcenter/workflow/api/iformat.py +++ b/src/ansys/modelcenter/workflow/api/iformat.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/igroup.py b/src/ansys/modelcenter/workflow/api/igroup.py index f0b78bf8..25fec37d 100644 --- a/src/ansys/modelcenter/workflow/api/igroup.py +++ b/src/ansys/modelcenter/workflow/api/igroup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/iintegerarraydatapin.py b/src/ansys/modelcenter/workflow/api/iintegerarraydatapin.py index 478bb670..3c8b15a3 100644 --- a/src/ansys/modelcenter/workflow/api/iintegerarraydatapin.py +++ b/src/ansys/modelcenter/workflow/api/iintegerarraydatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/iintegerdatapin.py b/src/ansys/modelcenter/workflow/api/iintegerdatapin.py index 5f3eb4ee..381a5478 100644 --- a/src/ansys/modelcenter/workflow/api/iintegerdatapin.py +++ b/src/ansys/modelcenter/workflow/api/iintegerdatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/irealarraydatapin.py b/src/ansys/modelcenter/workflow/api/irealarraydatapin.py index a771ce71..0903bb84 100644 --- a/src/ansys/modelcenter/workflow/api/irealarraydatapin.py +++ b/src/ansys/modelcenter/workflow/api/irealarraydatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/irealdatapin.py b/src/ansys/modelcenter/workflow/api/irealdatapin.py index 900ad22a..4048b105 100644 --- a/src/ansys/modelcenter/workflow/api/irealdatapin.py +++ b/src/ansys/modelcenter/workflow/api/irealdatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/ireferencearraydatapin.py b/src/ansys/modelcenter/workflow/api/ireferencearraydatapin.py index 82cc6f81..7047c199 100644 --- a/src/ansys/modelcenter/workflow/api/ireferencearraydatapin.py +++ b/src/ansys/modelcenter/workflow/api/ireferencearraydatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/ireferencedatapin.py b/src/ansys/modelcenter/workflow/api/ireferencedatapin.py index 2bf51012..937d66cb 100644 --- a/src/ansys/modelcenter/workflow/api/ireferencedatapin.py +++ b/src/ansys/modelcenter/workflow/api/ireferencedatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/ireferenceproperty.py b/src/ansys/modelcenter/workflow/api/ireferenceproperty.py index 75510d1f..9fe4c9f7 100644 --- a/src/ansys/modelcenter/workflow/api/ireferenceproperty.py +++ b/src/ansys/modelcenter/workflow/api/ireferenceproperty.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/irenamable_elements.py b/src/ansys/modelcenter/workflow/api/irenamable_elements.py index d76e73f0..e33fd093 100644 --- a/src/ansys/modelcenter/workflow/api/irenamable_elements.py +++ b/src/ansys/modelcenter/workflow/api/irenamable_elements.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/istringarraydatapin.py b/src/ansys/modelcenter/workflow/api/istringarraydatapin.py index 7dd5c13b..ebd00da5 100644 --- a/src/ansys/modelcenter/workflow/api/istringarraydatapin.py +++ b/src/ansys/modelcenter/workflow/api/istringarraydatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/istringdatapin.py b/src/ansys/modelcenter/workflow/api/istringdatapin.py index e3aaae1a..84589187 100644 --- a/src/ansys/modelcenter/workflow/api/istringdatapin.py +++ b/src/ansys/modelcenter/workflow/api/istringdatapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/api/iworkflow.py b/src/ansys/modelcenter/workflow/api/iworkflow.py index 2629d18b..0b727360 100644 --- a/src/ansys/modelcenter/workflow/api/iworkflow.py +++ b/src/ansys/modelcenter/workflow/api/iworkflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/__init__.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/__init__.py index b5c764b0..50b69e04 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/__init__.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/_visitors/__init__.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/_visitors/__init__.py index 974fb5dd..b2852cb6 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/_visitors/__init__.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/_visitors/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/_visitors/variable_value_visitor.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/_visitors/variable_value_visitor.py index cbc702ec..39391db1 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/_visitors/variable_value_visitor.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/_visitors/variable_value_visitor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_assembly_child.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_assembly_child.py index 40e209d6..a3d1cd94 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_assembly_child.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_assembly_child.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_control_statement.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_control_statement.py index 13bd004f..e3162f67 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_control_statement.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_control_statement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_datapin_container.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_datapin_container.py index 96e29be8..c139f937 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_datapin_container.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_datapin_container.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_renamable.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_renamable.py index df38f564..5c4a8c19 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_renamable.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_renamable.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_workflow_element.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_workflow_element.py index 86e879fc..5744c1e5 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_workflow_element.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/abstract_workflow_element.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/assembly.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/assembly.py index 9321f670..39ba6519 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/assembly.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/assembly.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/base_datapin.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/base_datapin.py index 9338a8a6..be9cebcf 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/base_datapin.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/base_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/boolean_datapin.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/boolean_datapin.py index 7e9696b8..c15313b4 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/boolean_datapin.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/boolean_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/component.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/component.py index e29abdc6..2f7ea222 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/component.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/create_datapin.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/create_datapin.py index a1a62c65..120d80e4 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/create_datapin.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/create_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/datapin_link.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/datapin_link.py index 0ef6285e..6d9be74b 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/datapin_link.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/datapin_link.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/driver_component.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/driver_component.py index a3f6e06d..9c595c7a 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/driver_component.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/driver_component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/element_wrapper.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/element_wrapper.py index 10ba5f66..2ef5c1a5 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/element_wrapper.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/element_wrapper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/engine.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/engine.py index 8f78efff..6d7e61a5 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/engine.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/engine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/file_datapin.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/file_datapin.py index b5329c1e..1ed3d484 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/file_datapin.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/file_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/format.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/format.py index d93e2927..c5100396 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/format.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/format.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/group.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/group.py index 97b5fac7..f8123044 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/group.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/group.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/grpc_error_interpretation.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/grpc_error_interpretation.py index 11d224cc..6a0b233b 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/grpc_error_interpretation.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/grpc_error_interpretation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/integer_datapin.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/integer_datapin.py index dcb71da5..a737bd4f 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/integer_datapin.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/integer_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/mcd_process.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/mcd_process.py index e8051d70..57ef4855 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/mcd_process.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/mcd_process.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/real_datapin.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/real_datapin.py index 993cefa8..0d56e423 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/real_datapin.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/real_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_datapin.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_datapin.py index 72546eb5..efddc35d 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_datapin.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_datapin_metadata.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_datapin_metadata.py index 074c7d6e..7d44f696 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_datapin_metadata.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_datapin_metadata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_property.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_property.py index 5b16bc91..6284064b 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_property.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/reference_property.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/string_datapin.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/string_datapin.py index 7aa7cb45..75a15736 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/string_datapin.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/string_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/unsupported_type_datapin.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/unsupported_type_datapin.py index 96250ef9..c9782451 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/unsupported_type_datapin.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/unsupported_type_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/var_metadata_convert.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/var_metadata_convert.py index 1ad1b083..396f2768 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/var_metadata_convert.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/var_metadata_convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/var_value_convert.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/var_value_convert.py index 9276789b..4ad1d555 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/var_value_convert.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/var_value_convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/modelcenter/workflow/grpc_modelcenter/workflow.py b/src/ansys/modelcenter/workflow/grpc_modelcenter/workflow.py index 274a3b51..87befedb 100644 --- a/src/ansys/modelcenter/workflow/grpc_modelcenter/workflow.py +++ b/src/ansys/modelcenter/workflow/grpc_modelcenter/workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/__init__.py b/tests/__init__.py index 93fd967c..08bb9516 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/conftest.py b/tests/conftest.py index 80121264..33bcf367 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/grpc_server_test_utils/__init__.py b/tests/grpc_server_test_utils/__init__.py index 93fd967c..08bb9516 100644 --- a/tests/grpc_server_test_utils/__init__.py +++ b/tests/grpc_server_test_utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/grpc_server_test_utils/client_creation_monkeypatch.py b/tests/grpc_server_test_utils/client_creation_monkeypatch.py index be6bf5f5..df70b0ff 100644 --- a/tests/grpc_server_test_utils/client_creation_monkeypatch.py +++ b/tests/grpc_server_test_utils/client_creation_monkeypatch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/grpc_server_test_utils/client_creation_monkeypatch_usage.py b/tests/grpc_server_test_utils/client_creation_monkeypatch_usage.py index 95a1eaac..827ae774 100644 --- a/tests/grpc_server_test_utils/client_creation_monkeypatch_usage.py +++ b/tests/grpc_server_test_utils/client_creation_monkeypatch_usage.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/grpc_server_test_utils/mock_engine_server.py b/tests/grpc_server_test_utils/mock_engine_server.py index afbc6f18..6b66281e 100644 --- a/tests/grpc_server_test_utils/mock_engine_server.py +++ b/tests/grpc_server_test_utils/mock_engine_server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/grpc_server_test_utils/mock_file_value.py b/tests/grpc_server_test_utils/mock_file_value.py index 6d6f450f..ef30f9b4 100644 --- a/tests/grpc_server_test_utils/mock_file_value.py +++ b/tests/grpc_server_test_utils/mock_file_value.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/grpc_server_test_utils/mock_format_server.py b/tests/grpc_server_test_utils/mock_format_server.py index 233fa7df..a7a06d50 100644 --- a/tests/grpc_server_test_utils/mock_format_server.py +++ b/tests/grpc_server_test_utils/mock_format_server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/grpc_server_test_utils/mock_grpc_exception.py b/tests/grpc_server_test_utils/mock_grpc_exception.py index ee786e29..08237731 100644 --- a/tests/grpc_server_test_utils/mock_grpc_exception.py +++ b/tests/grpc_server_test_utils/mock_grpc_exception.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/grpc_server_test_utils/mock_server_usage.py b/tests/grpc_server_test_utils/mock_server_usage.py index b11c15f0..1d90fc24 100644 --- a/tests/grpc_server_test_utils/mock_server_usage.py +++ b/tests/grpc_server_test_utils/mock_server_usage.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/grpc_server_test_utils/test_server.py b/tests/grpc_server_test_utils/test_server.py index 6b31de9c..b02bb4cb 100644 --- a/tests/grpc_server_test_utils/test_server.py +++ b/tests/grpc_server_test_utils/test_server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_abstract_workflow_element.py b/tests/test_abstract_workflow_element.py index f15f5d60..83422e32 100644 --- a/tests/test_abstract_workflow_element.py +++ b/tests/test_abstract_workflow_element.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_assembly.py b/tests/test_assembly.py index 043ab235..2abd273e 100644 --- a/tests/test_assembly.py +++ b/tests/test_assembly.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_boolean_datapin.py b/tests/test_boolean_datapin.py index 83d0dffa..0c6108f8 100644 --- a/tests/test_boolean_datapin.py +++ b/tests/test_boolean_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_component.py b/tests/test_component.py index bf91ca81..973f1a18 100644 --- a/tests/test_component.py +++ b/tests/test_component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_datapin.py b/tests/test_datapin.py index 27afae47..82f70c30 100644 --- a/tests/test_datapin.py +++ b/tests/test_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_datapin_container.py b/tests/test_datapin_container.py index 5c035118..47cc306b 100644 --- a/tests/test_datapin_container.py +++ b/tests/test_datapin_container.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_datapin_link.py b/tests/test_datapin_link.py index 5e5cb307..d57a0d63 100644 --- a/tests/test_datapin_link.py +++ b/tests/test_datapin_link.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_engine.py b/tests/test_engine.py index 0a68c732..fbe1a3d3 100644 --- a/tests/test_engine.py +++ b/tests/test_engine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_file_datapin.py b/tests/test_file_datapin.py index 4a37cffb..20d7423f 100644 --- a/tests/test_file_datapin.py +++ b/tests/test_file_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_format.py b/tests/test_format.py index 815ddc99..cec7c4cc 100644 --- a/tests/test_format.py +++ b/tests/test_format.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_group.py b/tests/test_group.py index 6bb1f939..a29c9802 100644 --- a/tests/test_group.py +++ b/tests/test_group.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_integer_datapin.py b/tests/test_integer_datapin.py index f40a630f..e0b68ad9 100644 --- a/tests/test_integer_datapin.py +++ b/tests/test_integer_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_mcd_process.py b/tests/test_mcd_process.py index 64e00650..1a74b922 100644 --- a/tests/test_mcd_process.py +++ b/tests/test_mcd_process.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_real_datapin.py b/tests/test_real_datapin.py index bbd53de4..6527c314 100644 --- a/tests/test_real_datapin.py +++ b/tests/test_real_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_reference_datapin.py b/tests/test_reference_datapin.py index c7a903f4..e179c6bd 100644 --- a/tests/test_reference_datapin.py +++ b/tests/test_reference_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_reference_property.py b/tests/test_reference_property.py index ddcd0d9a..7beda2b9 100644 --- a/tests/test_reference_property.py +++ b/tests/test_reference_property.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_string_datapin.py b/tests/test_string_datapin.py index 1a2b2e3e..24e99667 100644 --- a/tests/test_string_datapin.py +++ b/tests/test_string_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_unsupported_datapin.py b/tests/test_unsupported_datapin.py index 61ba3bf9..0e595fed 100644 --- a/tests/test_unsupported_datapin.py +++ b/tests/test_unsupported_datapin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_var_value_convert.py b/tests/test_var_value_convert.py index 923bed42..1cf31720 100644 --- a/tests/test_var_value_convert.py +++ b/tests/test_var_value_convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_workflow.py b/tests/test_workflow.py index 2dcfa5a8..423cc5d6 100644 --- a/tests/test_workflow.py +++ b/tests/test_workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #