From c4aaac3b6889b853fee3cc368bd227d3cce158b4 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:59:42 +0100 Subject: [PATCH 1/5] chore: update CODE_OF_CONDUCT.md file --- CODE_OF_CONDUCT.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..5a9533d3 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,65 @@ +# Contributor covenant code of conduct + +## Pledge + +In the interest of fostering an open and welcoming environment, +all contributors and maintainers pledge to making participation +in the Ansys project and community a harassment-free experience +for everyone, regardless of age, body size, disability, ethnicity, +sex characteristics, gender identity and expression, level of +experience, education, socioeconomic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Standards + +Examples of behavior that contribute to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual + attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct, or to ban temporarily or permanently any +contributor for other behaviors that they deem inappropriate, threatening, +offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project email +address, posting using an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Attribution + +This code of conduct is adapted from the [Contributor Covenant][homepage], +version 1.4, available at +https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq From 4f506adc6750e6fbfd18def886ca703cdddfb7b8 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:59:44 +0100 Subject: [PATCH 2/5] chore: update CONTRIBUTING.md file --- CONTRIBUTING.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41ea6887..5d752a14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,15 +1,12 @@ -# Contributing +# Contribute -Please, refer to the [PyAnsys Developer's Guide] for contributing to this project. +Overall guidance on contributing to a PyAnsys library appears in the +[Contributing] topic in the *PyAnsys developer's guide*. Ensure that you +are thoroughly familiar with this guide before attempting to contribute to +{project-name}. -All code contributions are welcome. While Ansys ModelCenter Workflow is -maintained by Ansys and all submissions are thoroughly reviewed by project maintainers -before merging, the goal is to foster a community that can support user questions and develop -new features to make this tool useful to all. As such, project maintainers encourage questions -and submissions. +The following contribution information is specific to {project-name}. -Further information about contributing to Ansys ModelCenter Workflow -can be found in [Contributing]. +[Contributing]: https://dev.docs.pyansys.com/how-to/contributing.html -[PyAnsys Developer's Guide]: https://dev.docs.pyansys.com/how-to/contributing.html -[Contributing]: https://modelcenter.docs.pyansys.com/version/stable/contributing/index.html \ No newline at end of file + From e3de2d07f4e33a6e796f1f59f793d9ca964a9ec0 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:59:46 +0100 Subject: [PATCH 3/5] chore: update LICENSE file --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 509f0066..fa63daab 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 @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file From d184cea29606998bba7cbe8d78f40361a7a91db6 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:59:48 +0100 Subject: [PATCH 4/5] chore: update SECURITY.md file --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..5a88c014 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Reporting a vulnerability + +> [!CAUTION] +> Do not use GitHub issues to report any security vulnerabilities. + +If you detect a vulnerability, contact the [PyAnsys Core team](mailto:pyansys.core@ansys.com), +mentioning the repository and the details of your finding. The team will address it as soon as possible. + +Provide the PyAnsys Core team with this information: + +- Any specific configuration settings needed to reproduce the problem +- Step-by-step guidance to reproduce the problem +- The exact location of the problematic source code, including tag, branch, commit, or a direct URL +- The potential consequences of the vulnerability, along with a description of how an attacker could take advantage of the issue From 5459cfc165d1c4e9c09149eebbccc688772378b1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:00:06 +0000 Subject: [PATCH 5/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- LICENSE | 2 +- examples/BasicExample.py | 2 +- examples/CreateWorkflow.py | 2 +- examples/Datapins.py | 2 +- examples/NewComponentsAndLinks.py | 2 +- examples/SequencesAndArrays.py | 2 +- examples/WorkflowTraversal.py | 2 +- examples/WorkingWithNames.py | 2 +- src/ansys/modelcenter/workflow/__init__.py | 2 +- src/ansys/modelcenter/workflow/api/__init__.py | 2 +- src/ansys/modelcenter/workflow/api/iassembly.py | 2 +- src/ansys/modelcenter/workflow/api/ibooleanarraydatapin.py | 2 +- src/ansys/modelcenter/workflow/api/ibooleandatapin.py | 2 +- src/ansys/modelcenter/workflow/api/icomponent.py | 2 +- src/ansys/modelcenter/workflow/api/idatapin.py | 2 +- src/ansys/modelcenter/workflow/api/idatapin_link.py | 2 +- src/ansys/modelcenter/workflow/api/idatapinreferencebase.py | 2 +- src/ansys/modelcenter/workflow/api/idrivercomponent.py | 2 +- src/ansys/modelcenter/workflow/api/iengine.py | 2 +- src/ansys/modelcenter/workflow/api/ifilearraydatapin.py | 2 +- src/ansys/modelcenter/workflow/api/ifiledatapin.py | 2 +- src/ansys/modelcenter/workflow/api/iformat.py | 2 +- src/ansys/modelcenter/workflow/api/igroup.py | 2 +- src/ansys/modelcenter/workflow/api/iintegerarraydatapin.py | 2 +- src/ansys/modelcenter/workflow/api/iintegerdatapin.py | 2 +- src/ansys/modelcenter/workflow/api/irealarraydatapin.py | 2 +- src/ansys/modelcenter/workflow/api/irealdatapin.py | 2 +- src/ansys/modelcenter/workflow/api/ireferencearraydatapin.py | 2 +- src/ansys/modelcenter/workflow/api/ireferencedatapin.py | 2 +- src/ansys/modelcenter/workflow/api/ireferenceproperty.py | 2 +- src/ansys/modelcenter/workflow/api/irenamable_elements.py | 2 +- src/ansys/modelcenter/workflow/api/istringarraydatapin.py | 2 +- src/ansys/modelcenter/workflow/api/istringdatapin.py | 2 +- src/ansys/modelcenter/workflow/api/iworkflow.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/__init__.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/_visitors/__init__.py | 2 +- .../grpc_modelcenter/_visitors/variable_value_visitor.py | 2 +- .../workflow/grpc_modelcenter/abstract_assembly_child.py | 2 +- .../workflow/grpc_modelcenter/abstract_control_statement.py | 2 +- .../workflow/grpc_modelcenter/abstract_datapin_container.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/abstract_renamable.py | 2 +- .../workflow/grpc_modelcenter/abstract_workflow_element.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/assembly.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/base_datapin.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/boolean_datapin.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/component.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/create_datapin.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/datapin_link.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/driver_component.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/element_wrapper.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/engine.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/file_datapin.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/format.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/group.py | 2 +- .../workflow/grpc_modelcenter/grpc_error_interpretation.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/integer_datapin.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/mcd_process.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/real_datapin.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/reference_datapin.py | 2 +- .../workflow/grpc_modelcenter/reference_datapin_metadata.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/reference_property.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/string_datapin.py | 2 +- .../workflow/grpc_modelcenter/unsupported_type_datapin.py | 2 +- .../workflow/grpc_modelcenter/var_metadata_convert.py | 2 +- .../modelcenter/workflow/grpc_modelcenter/var_value_convert.py | 2 +- src/ansys/modelcenter/workflow/grpc_modelcenter/workflow.py | 2 +- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/grpc_server_test_utils/__init__.py | 2 +- tests/grpc_server_test_utils/client_creation_monkeypatch.py | 2 +- .../grpc_server_test_utils/client_creation_monkeypatch_usage.py | 2 +- tests/grpc_server_test_utils/mock_engine_server.py | 2 +- tests/grpc_server_test_utils/mock_file_value.py | 2 +- tests/grpc_server_test_utils/mock_format_server.py | 2 +- tests/grpc_server_test_utils/mock_grpc_exception.py | 2 +- tests/grpc_server_test_utils/mock_server_usage.py | 2 +- tests/grpc_server_test_utils/test_server.py | 2 +- tests/test_abstract_workflow_element.py | 2 +- tests/test_assembly.py | 2 +- tests/test_boolean_datapin.py | 2 +- tests/test_component.py | 2 +- tests/test_datapin.py | 2 +- tests/test_datapin_container.py | 2 +- tests/test_datapin_link.py | 2 +- tests/test_engine.py | 2 +- tests/test_file_datapin.py | 2 +- tests/test_format.py | 2 +- tests/test_group.py | 2 +- tests/test_integer_datapin.py | 2 +- tests/test_mcd_process.py | 2 +- tests/test_real_datapin.py | 2 +- tests/test_reference_datapin.py | 2 +- tests/test_reference_property.py | 2 +- tests/test_string_datapin.py | 2 +- tests/test_unsupported_datapin.py | 2 +- tests/test_var_value_convert.py | 2 +- tests/test_workflow.py | 2 +- 97 files changed, 97 insertions(+), 97 deletions(-) diff --git a/LICENSE b/LICENSE index fa63daab..e40f17b8 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. 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 # #