diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 7bb88133..1550d82c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -37,14 +37,9 @@ permissions: jobs: - doc-style: - name: Documentation Style Check - runs-on: ubuntu-latest - steps: - - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@v8 - with: - token: ${{ secrets.GITHUB_TOKEN }} + style: + uses: ./.github/workflows/style.yml + secrets: inherit tests: strategy: @@ -66,7 +61,7 @@ jobs: docs: name: Documentation runs-on: ubuntu-latest - needs: [doc-style] + needs: [style] steps: - uses: actions/checkout@v4 @@ -247,7 +242,6 @@ jobs: uses: ansys/actions/release-github@v8 with: library-name: ${{ env.PACKAGE_NAME }} - token: ${{ secrets.GITHUB_TOKEN }} doc-deploy-stable: name: "Deploy stable documentation" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 733c5b07..f849da11 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,28 +25,8 @@ concurrency: jobs: style: - name: Code style - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: ${{ env.MAIN_PYTHON_VERSION }} - - name: Install dependencies - run: | - python -m pip install --upgrade pip setuptools tox - - name: Test with tox - run: tox -e style - - doc-style: - name: Documentation Style Check - runs-on: ubuntu-latest - steps: - - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@v8 - with: - token: ${{ secrets.GITHUB_TOKEN }} + uses: ./.github/workflows/style.yml + secrets: inherit tests: strategy: @@ -98,7 +78,7 @@ jobs: docs: name: Documentation runs-on: ubuntu-latest - needs: [style, doc-style] + needs: [style] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml new file mode 100644 index 00000000..939b30fd --- /dev/null +++ b/.github/workflows/style.yml @@ -0,0 +1,32 @@ +name: Style (callable) +on: + workflow_call: + +env: + MAIN_PYTHON_VERSION: '3.12' + +jobs: + + style: + name: Code style + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: ${{ env.MAIN_PYTHON_VERSION }} + - name: Install dependencies + run: | + python -m pip install --upgrade pip setuptools tox + - name: Test with tox + run: tox -e style + + doc-style: + name: Documentation Style Check + runs-on: ubuntu-latest + steps: + - name: PyAnsys documentation style checks + uses: ansys/actions/doc-style@v8 + with: + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94cfd273..8f5b1b08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: rev: v0.4.4 hooks: - id: add-license-headers - files: '(ansys|examples|tests)/.*\.(py)|\.(proto)|generate_resources.py|archive_examples.py' + files: '(ansys|examples|tests)/.*\.(py)|generate_resources.py|archive_examples.py' args: - --start_year=2022 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/examples/cfx_static_mixer/exec_cfx.py b/examples/cfx_static_mixer/exec_cfx.py index eb0bc000..3e74528f 100644 --- a/examples/cfx_static_mixer/exec_cfx.py +++ b/examples/cfx_static_mixer/exec_cfx.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/cfx_static_mixer/project_setup.py b/examples/cfx_static_mixer/project_setup.py index 8e287e18..592b4b0a 100644 --- a/examples/cfx_static_mixer/project_setup.py +++ b/examples/cfx_static_mixer/project_setup.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/fluent_2d_heat_exchanger/project_setup.py b/examples/fluent_2d_heat_exchanger/project_setup.py index a898cff1..f4f88a2b 100644 --- a/examples/fluent_2d_heat_exchanger/project_setup.py +++ b/examples/fluent_2d_heat_exchanger/project_setup.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/fluent_nozzle/project_setup.py b/examples/fluent_nozzle/project_setup.py index d41359c2..7fec63ef 100644 --- a/examples/fluent_nozzle/project_setup.py +++ b/examples/fluent_nozzle/project_setup.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/lsdyna_cylinder_plate/lsdyna_job.py b/examples/lsdyna_cylinder_plate/lsdyna_job.py index 0c85c0ec..396ab9f4 100644 --- a/examples/lsdyna_cylinder_plate/lsdyna_job.py +++ b/examples/lsdyna_cylinder_plate/lsdyna_job.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/mapdl_linked_analyses/project_setup.py b/examples/mapdl_linked_analyses/project_setup.py index eea6b615..14e125b5 100644 --- a/examples/mapdl_linked_analyses/project_setup.py +++ b/examples/mapdl_linked_analyses/project_setup.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/mapdl_motorbike_frame/exec_mapdl.py b/examples/mapdl_motorbike_frame/exec_mapdl.py index c9eb8baa..7441dbb3 100644 --- a/examples/mapdl_motorbike_frame/exec_mapdl.py +++ b/examples/mapdl_motorbike_frame/exec_mapdl.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/mapdl_motorbike_frame/project_query.py b/examples/mapdl_motorbike_frame/project_query.py index f85b397f..89f99619 100644 --- a/examples/mapdl_motorbike_frame/project_query.py +++ b/examples/mapdl_motorbike_frame/project_query.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/mapdl_motorbike_frame/project_setup.py b/examples/mapdl_motorbike_frame/project_setup.py index 086653da..10c1dae4 100644 --- a/examples/mapdl_motorbike_frame/project_setup.py +++ b/examples/mapdl_motorbike_frame/project_setup.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 # # @@ -352,7 +352,7 @@ def create_project( parser.add_argument("-n", "--name", type=str, default="Mapdl Motorbike Frame") parser.add_argument("-j", "--num-jobs", type=int, default=50) parser.add_argument("-es", "--use-exec-script", default=False, action="store_true") - parser.add_argument("-U", "--url", default="https://127.0.0.1:8443/hps") + parser.add_argument("-U", "--url", default="https://10.231.106.165:3000/hps") parser.add_argument("-u", "--username", default="repuser") parser.add_argument("-p", "--password", default="repuser") parser.add_argument("-v", "--ansys-version", default=__ansys_apps_version__) diff --git a/examples/mapdl_motorbike_frame/task_files.py b/examples/mapdl_motorbike_frame/task_files.py index 1f25286b..79d44df9 100644 --- a/examples/mapdl_motorbike_frame/task_files.py +++ b/examples/mapdl_motorbike_frame/task_files.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/mapdl_tyre_performance/project_setup.py b/examples/mapdl_tyre_performance/project_setup.py index d4a86ba4..30fbc1e7 100644 --- a/examples/mapdl_tyre_performance/project_setup.py +++ b/examples/mapdl_tyre_performance/project_setup.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/python_large_output/evaluate.py b/examples/python_large_output/evaluate.py index 009a3c55..cc05c823 100644 --- a/examples/python_large_output/evaluate.py +++ b/examples/python_large_output/evaluate.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/python_large_output/exec_python.py b/examples/python_large_output/exec_python.py index 44324944..382de0ed 100644 --- a/examples/python_large_output/exec_python.py +++ b/examples/python_large_output/exec_python.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/python_large_output/project_setup.py b/examples/python_large_output/project_setup.py index de1b2810..79d4e993 100644 --- a/examples/python_large_output/project_setup.py +++ b/examples/python_large_output/project_setup.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/python_linked_multi_process_step/eval.py b/examples/python_linked_multi_process_step/eval.py index e523a299..b00aaf2e 100644 --- a/examples/python_linked_multi_process_step/eval.py +++ b/examples/python_linked_multi_process_step/eval.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/python_linked_multi_process_step/project_setup.py b/examples/python_linked_multi_process_step/project_setup.py index 90a88474..6ef948aa 100644 --- a/examples/python_linked_multi_process_step/project_setup.py +++ b/examples/python_linked_multi_process_step/project_setup.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/python_multi_process_step/eval.py b/examples/python_multi_process_step/eval.py index 8c0477fb..3900f636 100644 --- a/examples/python_multi_process_step/eval.py +++ b/examples/python_multi_process_step/eval.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/python_multi_process_step/project_setup.py b/examples/python_multi_process_step/project_setup.py index 8d42bf68..6ca54779 100644 --- a/examples/python_multi_process_step/project_setup.py +++ b/examples/python_multi_process_step/project_setup.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/python_multi_process_step/task_files.py b/examples/python_multi_process_step/task_files.py index a64f4bfd..a543f36e 100644 --- a/examples/python_multi_process_step/task_files.py +++ b/examples/python_multi_process_step/task_files.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/python_two_bar_truss_problem/evaluate.py b/examples/python_two_bar_truss_problem/evaluate.py index 351cd721..631da710 100644 --- a/examples/python_two_bar_truss_problem/evaluate.py +++ b/examples/python_two_bar_truss_problem/evaluate.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/python_two_bar_truss_problem/exec_python.py b/examples/python_two_bar_truss_problem/exec_python.py index 44324944..382de0ed 100644 --- a/examples/python_two_bar_truss_problem/exec_python.py +++ b/examples/python_two_bar_truss_problem/exec_python.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/python_two_bar_truss_problem/project_setup.py b/examples/python_two_bar_truss_problem/project_setup.py index afb68575..f9581281 100644 --- a/examples/python_two_bar_truss_problem/project_setup.py +++ b/examples/python_two_bar_truss_problem/project_setup.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/generate_resources.py b/generate_resources.py index 151daef6..8ee63974 100644 --- a/generate_resources.py +++ b/generate_resources.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/hps/client/__init__.py b/src/ansys/hps/client/__init__.py index 5132e93a..e91cb2a2 100644 --- a/src/ansys/hps/client/__init__.py +++ b/src/ansys/hps/client/__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/hps/client/__version__.py b/src/ansys/hps/client/__version__.py index 130cba28..c983de15 100644 --- a/src/ansys/hps/client/__version__.py +++ b/src/ansys/hps/client/__version__.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/hps/client/auth/__init__.py b/src/ansys/hps/client/auth/__init__.py index 48dcf36f..b95cede3 100644 --- a/src/ansys/hps/client/auth/__init__.py +++ b/src/ansys/hps/client/auth/__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/hps/client/auth/api/__init__.py b/src/ansys/hps/client/auth/api/__init__.py index 8164f8a8..30c3dcdb 100644 --- a/src/ansys/hps/client/auth/api/__init__.py +++ b/src/ansys/hps/client/auth/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/hps/client/auth/api/auth_api.py b/src/ansys/hps/client/auth/api/auth_api.py index fba8fe02..342bbc6b 100644 --- a/src/ansys/hps/client/auth/api/auth_api.py +++ b/src/ansys/hps/client/auth/api/auth_api.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/hps/client/auth/resource/__init__.py b/src/ansys/hps/client/auth/resource/__init__.py index e909aded..1f29f8cb 100644 --- a/src/ansys/hps/client/auth/resource/__init__.py +++ b/src/ansys/hps/client/auth/resource/__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/hps/client/auth/resource/user.py b/src/ansys/hps/client/auth/resource/user.py index ec844614..3165e9be 100644 --- a/src/ansys/hps/client/auth/resource/user.py +++ b/src/ansys/hps/client/auth/resource/user.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/hps/client/auth/schema/__init__.py b/src/ansys/hps/client/auth/schema/__init__.py index a267255a..0630fade 100644 --- a/src/ansys/hps/client/auth/schema/__init__.py +++ b/src/ansys/hps/client/auth/schema/__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/hps/client/auth/schema/user.py b/src/ansys/hps/client/auth/schema/user.py index 9c2fe4cc..ff975c59 100644 --- a/src/ansys/hps/client/auth/schema/user.py +++ b/src/ansys/hps/client/auth/schema/user.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/hps/client/authenticate.py b/src/ansys/hps/client/authenticate.py index d15de453..59ebc590 100644 --- a/src/ansys/hps/client/authenticate.py +++ b/src/ansys/hps/client/authenticate.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/hps/client/client.py b/src/ansys/hps/client/client.py index ce00d3a8..d8226bc8 100644 --- a/src/ansys/hps/client/client.py +++ b/src/ansys/hps/client/client.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/hps/client/common/__init__.py b/src/ansys/hps/client/common/__init__.py index ed92d209..4a94d7c8 100644 --- a/src/ansys/hps/client/common/__init__.py +++ b/src/ansys/hps/client/common/__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/hps/client/common/base_resource.py b/src/ansys/hps/client/common/base_resource.py index e3d2013c..c3a1a727 100644 --- a/src/ansys/hps/client/common/base_resource.py +++ b/src/ansys/hps/client/common/base_resource.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/hps/client/common/base_schema.py b/src/ansys/hps/client/common/base_schema.py index 51f3c979..952ec6cd 100644 --- a/src/ansys/hps/client/common/base_schema.py +++ b/src/ansys/hps/client/common/base_schema.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/hps/client/common/dict_model.py b/src/ansys/hps/client/common/dict_model.py index 5277c1dd..b75e2fce 100644 --- a/src/ansys/hps/client/common/dict_model.py +++ b/src/ansys/hps/client/common/dict_model.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/hps/client/common/restricted_value.py b/src/ansys/hps/client/common/restricted_value.py index b1ccabcb..c82f9a4e 100644 --- a/src/ansys/hps/client/common/restricted_value.py +++ b/src/ansys/hps/client/common/restricted_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/src/ansys/hps/client/connection.py b/src/ansys/hps/client/connection.py index bfe01ab3..d562e2a7 100644 --- a/src/ansys/hps/client/connection.py +++ b/src/ansys/hps/client/connection.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/hps/client/exceptions.py b/src/ansys/hps/client/exceptions.py index 163bc351..7cecf56e 100644 --- a/src/ansys/hps/client/exceptions.py +++ b/src/ansys/hps/client/exceptions.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/hps/client/jms/__init__.py b/src/ansys/hps/client/jms/__init__.py index ba51b1a3..efa73d95 100644 --- a/src/ansys/hps/client/jms/__init__.py +++ b/src/ansys/hps/client/jms/__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/hps/client/jms/api/__init__.py b/src/ansys/hps/client/jms/api/__init__.py index 5a86b7e8..9c35b142 100644 --- a/src/ansys/hps/client/jms/api/__init__.py +++ b/src/ansys/hps/client/jms/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/hps/client/jms/api/base.py b/src/ansys/hps/client/jms/api/base.py index 427f7b8a..2958fc87 100644 --- a/src/ansys/hps/client/jms/api/base.py +++ b/src/ansys/hps/client/jms/api/base.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/hps/client/jms/api/jms_api.py b/src/ansys/hps/client/jms/api/jms_api.py index cfac8aba..85ec67d8 100644 --- a/src/ansys/hps/client/jms/api/jms_api.py +++ b/src/ansys/hps/client/jms/api/jms_api.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/hps/client/jms/api/project_api.py b/src/ansys/hps/client/jms/api/project_api.py index b70261cd..733d3e80 100644 --- a/src/ansys/hps/client/jms/api/project_api.py +++ b/src/ansys/hps/client/jms/api/project_api.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/hps/client/jms/keys.py b/src/ansys/hps/client/jms/keys.py index a7dd657c..ca715836 100644 --- a/src/ansys/hps/client/jms/keys.py +++ b/src/ansys/hps/client/jms/keys.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/hps/client/jms/resource/__init__.py b/src/ansys/hps/client/jms/resource/__init__.py index 4a6e928c..0f36a486 100644 --- a/src/ansys/hps/client/jms/resource/__init__.py +++ b/src/ansys/hps/client/jms/resource/__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/hps/client/jms/resource/algorithm.py b/src/ansys/hps/client/jms/resource/algorithm.py index 7e61756d..b2d971ea 100644 --- a/src/ansys/hps/client/jms/resource/algorithm.py +++ b/src/ansys/hps/client/jms/resource/algorithm.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/hps/client/jms/resource/file.py b/src/ansys/hps/client/jms/resource/file.py index f73d1620..1258aa62 100644 --- a/src/ansys/hps/client/jms/resource/file.py +++ b/src/ansys/hps/client/jms/resource/file.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/hps/client/jms/resource/fitness_definition.py b/src/ansys/hps/client/jms/resource/fitness_definition.py index cefd76ab..45458309 100644 --- a/src/ansys/hps/client/jms/resource/fitness_definition.py +++ b/src/ansys/hps/client/jms/resource/fitness_definition.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/hps/client/jms/resource/job.py b/src/ansys/hps/client/jms/resource/job.py index 74f44d69..3824455a 100644 --- a/src/ansys/hps/client/jms/resource/job.py +++ b/src/ansys/hps/client/jms/resource/job.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/hps/client/jms/resource/job_definition.py b/src/ansys/hps/client/jms/resource/job_definition.py index 25f8d9c6..aaaf6a71 100644 --- a/src/ansys/hps/client/jms/resource/job_definition.py +++ b/src/ansys/hps/client/jms/resource/job_definition.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/hps/client/jms/resource/license_context.py b/src/ansys/hps/client/jms/resource/license_context.py index 64398a47..aa4df00a 100644 --- a/src/ansys/hps/client/jms/resource/license_context.py +++ b/src/ansys/hps/client/jms/resource/license_context.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/hps/client/jms/resource/operation.py b/src/ansys/hps/client/jms/resource/operation.py index a0157066..ca33ff92 100644 --- a/src/ansys/hps/client/jms/resource/operation.py +++ b/src/ansys/hps/client/jms/resource/operation.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/hps/client/jms/resource/parameter_definition.py b/src/ansys/hps/client/jms/resource/parameter_definition.py index a319bfc6..aedc81e1 100644 --- a/src/ansys/hps/client/jms/resource/parameter_definition.py +++ b/src/ansys/hps/client/jms/resource/parameter_definition.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/hps/client/jms/resource/parameter_mapping.py b/src/ansys/hps/client/jms/resource/parameter_mapping.py index c561ee15..60722442 100644 --- a/src/ansys/hps/client/jms/resource/parameter_mapping.py +++ b/src/ansys/hps/client/jms/resource/parameter_mapping.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/hps/client/jms/resource/permission.py b/src/ansys/hps/client/jms/resource/permission.py index 36b0a04c..093dae77 100644 --- a/src/ansys/hps/client/jms/resource/permission.py +++ b/src/ansys/hps/client/jms/resource/permission.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/hps/client/jms/resource/project.py b/src/ansys/hps/client/jms/resource/project.py index 32735c50..2aa1c4a2 100644 --- a/src/ansys/hps/client/jms/resource/project.py +++ b/src/ansys/hps/client/jms/resource/project.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/hps/client/jms/resource/selection.py b/src/ansys/hps/client/jms/resource/selection.py index 7159d0b7..5fce9cb1 100644 --- a/src/ansys/hps/client/jms/resource/selection.py +++ b/src/ansys/hps/client/jms/resource/selection.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/hps/client/jms/resource/task.py b/src/ansys/hps/client/jms/resource/task.py index 98b8365b..10268fce 100644 --- a/src/ansys/hps/client/jms/resource/task.py +++ b/src/ansys/hps/client/jms/resource/task.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/hps/client/jms/resource/task_command.py b/src/ansys/hps/client/jms/resource/task_command.py index ccb46508..f94ef6ea 100644 --- a/src/ansys/hps/client/jms/resource/task_command.py +++ b/src/ansys/hps/client/jms/resource/task_command.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/hps/client/jms/resource/task_command_definition.py b/src/ansys/hps/client/jms/resource/task_command_definition.py index ed55058c..3b06a7fa 100644 --- a/src/ansys/hps/client/jms/resource/task_command_definition.py +++ b/src/ansys/hps/client/jms/resource/task_command_definition.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/hps/client/jms/resource/task_definition.py b/src/ansys/hps/client/jms/resource/task_definition.py index c93d7645..2ac7c7c3 100644 --- a/src/ansys/hps/client/jms/resource/task_definition.py +++ b/src/ansys/hps/client/jms/resource/task_definition.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/hps/client/jms/resource/task_definition_template.py b/src/ansys/hps/client/jms/resource/task_definition_template.py index 8a179e39..3b792b2b 100644 --- a/src/ansys/hps/client/jms/resource/task_definition_template.py +++ b/src/ansys/hps/client/jms/resource/task_definition_template.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/hps/client/jms/schema/__init__.py b/src/ansys/hps/client/jms/schema/__init__.py index 2fb7dcf1..4770d138 100644 --- a/src/ansys/hps/client/jms/schema/__init__.py +++ b/src/ansys/hps/client/jms/schema/__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/hps/client/jms/schema/algorithm.py b/src/ansys/hps/client/jms/schema/algorithm.py index e99e38bb..dfe3f880 100644 --- a/src/ansys/hps/client/jms/schema/algorithm.py +++ b/src/ansys/hps/client/jms/schema/algorithm.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/hps/client/jms/schema/file.py b/src/ansys/hps/client/jms/schema/file.py index 6e837315..ae5385eb 100644 --- a/src/ansys/hps/client/jms/schema/file.py +++ b/src/ansys/hps/client/jms/schema/file.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/hps/client/jms/schema/fitness_definition.py b/src/ansys/hps/client/jms/schema/fitness_definition.py index 50d8f88a..296b4259 100644 --- a/src/ansys/hps/client/jms/schema/fitness_definition.py +++ b/src/ansys/hps/client/jms/schema/fitness_definition.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/hps/client/jms/schema/job.py b/src/ansys/hps/client/jms/schema/job.py index 407de102..d4e3bb01 100644 --- a/src/ansys/hps/client/jms/schema/job.py +++ b/src/ansys/hps/client/jms/schema/job.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/hps/client/jms/schema/job_definition.py b/src/ansys/hps/client/jms/schema/job_definition.py index 96c271ec..ce2020e3 100644 --- a/src/ansys/hps/client/jms/schema/job_definition.py +++ b/src/ansys/hps/client/jms/schema/job_definition.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/hps/client/jms/schema/license_context.py b/src/ansys/hps/client/jms/schema/license_context.py index cad79702..a913e520 100644 --- a/src/ansys/hps/client/jms/schema/license_context.py +++ b/src/ansys/hps/client/jms/schema/license_context.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/hps/client/jms/schema/object_reference.py b/src/ansys/hps/client/jms/schema/object_reference.py index 5fff6987..a4f20fb8 100644 --- a/src/ansys/hps/client/jms/schema/object_reference.py +++ b/src/ansys/hps/client/jms/schema/object_reference.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/hps/client/jms/schema/operation.py b/src/ansys/hps/client/jms/schema/operation.py index 7d3909f3..df7840eb 100644 --- a/src/ansys/hps/client/jms/schema/operation.py +++ b/src/ansys/hps/client/jms/schema/operation.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/hps/client/jms/schema/parameter_definition.py b/src/ansys/hps/client/jms/schema/parameter_definition.py index 71d5c1fa..665184b1 100644 --- a/src/ansys/hps/client/jms/schema/parameter_definition.py +++ b/src/ansys/hps/client/jms/schema/parameter_definition.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/hps/client/jms/schema/parameter_mapping.py b/src/ansys/hps/client/jms/schema/parameter_mapping.py index ec3e5745..314c6576 100644 --- a/src/ansys/hps/client/jms/schema/parameter_mapping.py +++ b/src/ansys/hps/client/jms/schema/parameter_mapping.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/hps/client/jms/schema/permission.py b/src/ansys/hps/client/jms/schema/permission.py index 150020f7..e96c300c 100644 --- a/src/ansys/hps/client/jms/schema/permission.py +++ b/src/ansys/hps/client/jms/schema/permission.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/hps/client/jms/schema/project.py b/src/ansys/hps/client/jms/schema/project.py index a23fc1f0..33a00cb0 100644 --- a/src/ansys/hps/client/jms/schema/project.py +++ b/src/ansys/hps/client/jms/schema/project.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/hps/client/jms/schema/selection.py b/src/ansys/hps/client/jms/schema/selection.py index de0e76b4..44e1d7c0 100644 --- a/src/ansys/hps/client/jms/schema/selection.py +++ b/src/ansys/hps/client/jms/schema/selection.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/hps/client/jms/schema/task.py b/src/ansys/hps/client/jms/schema/task.py index 2cb94118..dd4e0a3f 100644 --- a/src/ansys/hps/client/jms/schema/task.py +++ b/src/ansys/hps/client/jms/schema/task.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/hps/client/jms/schema/task_command.py b/src/ansys/hps/client/jms/schema/task_command.py index d2852136..97f22b7f 100644 --- a/src/ansys/hps/client/jms/schema/task_command.py +++ b/src/ansys/hps/client/jms/schema/task_command.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/hps/client/jms/schema/task_command_definition.py b/src/ansys/hps/client/jms/schema/task_command_definition.py index 92a99d27..04a4a672 100644 --- a/src/ansys/hps/client/jms/schema/task_command_definition.py +++ b/src/ansys/hps/client/jms/schema/task_command_definition.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/hps/client/jms/schema/task_definition.py b/src/ansys/hps/client/jms/schema/task_definition.py index ca61a261..7921b1a2 100644 --- a/src/ansys/hps/client/jms/schema/task_definition.py +++ b/src/ansys/hps/client/jms/schema/task_definition.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/hps/client/jms/schema/task_definition_template.py b/src/ansys/hps/client/jms/schema/task_definition_template.py index 8bfe1cb0..b20515a6 100644 --- a/src/ansys/hps/client/jms/schema/task_definition_template.py +++ b/src/ansys/hps/client/jms/schema/task_definition_template.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/hps/client/rms/__init__.py b/src/ansys/hps/client/rms/__init__.py index 473ac2a9..9cbfba8e 100644 --- a/src/ansys/hps/client/rms/__init__.py +++ b/src/ansys/hps/client/rms/__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/hps/client/rms/api/__init__.py b/src/ansys/hps/client/rms/api/__init__.py index 1dce399b..6cb0c59a 100644 --- a/src/ansys/hps/client/rms/api/__init__.py +++ b/src/ansys/hps/client/rms/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/hps/client/rms/api/base.py b/src/ansys/hps/client/rms/api/base.py index 91a15fdd..270fcd1e 100644 --- a/src/ansys/hps/client/rms/api/base.py +++ b/src/ansys/hps/client/rms/api/base.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/hps/client/rms/api/rms_api.py b/src/ansys/hps/client/rms/api/rms_api.py index e4075a43..f53561ed 100644 --- a/src/ansys/hps/client/rms/api/rms_api.py +++ b/src/ansys/hps/client/rms/api/rms_api.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/hps/client/rms/models.py b/src/ansys/hps/client/rms/models.py index f1cf77d7..51c4d8dd 100644 --- a/src/ansys/hps/client/rms/models.py +++ b/src/ansys/hps/client/rms/models.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/hps/client/warnings.py b/src/ansys/hps/client/warnings.py index 09bcec3a..150a19ad 100644 --- a/src/ansys/hps/client/warnings.py +++ b/src/ansys/hps/client/warnings.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/auth/__init__.py b/tests/auth/__init__.py index 93fd967c..08bb9516 100644 --- a/tests/auth/__init__.py +++ b/tests/auth/__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/auth/test_api.py b/tests/auth/test_api.py index 3b3d3095..b867095b 100644 --- a/tests/auth/test_api.py +++ b/tests/auth/test_api.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/auth/test_authenticate.py b/tests/auth/test_authenticate.py index 200788a1..7e7025d5 100644 --- a/tests/auth/test_authenticate.py +++ b/tests/auth/test_authenticate.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 ebd6f3a1..299be462 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/jms/__init__.py b/tests/jms/__init__.py index 93fd967c..08bb9516 100644 --- a/tests/jms/__init__.py +++ b/tests/jms/__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/jms/test_algorithms.py b/tests/jms/test_algorithms.py index 7b4e45b7..7588383d 100644 --- a/tests/jms/test_algorithms.py +++ b/tests/jms/test_algorithms.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/jms/test_files.py b/tests/jms/test_files.py index da55e053..acd43b69 100644 --- a/tests/jms/test_files.py +++ b/tests/jms/test_files.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/jms/test_fitness_definition.py b/tests/jms/test_fitness_definition.py index 1289e7c4..1e17428c 100644 --- a/tests/jms/test_fitness_definition.py +++ b/tests/jms/test_fitness_definition.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/jms/test_jms_api.py b/tests/jms/test_jms_api.py index 61228eda..080514c5 100644 --- a/tests/jms/test_jms_api.py +++ b/tests/jms/test_jms_api.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/jms/test_job_definitions.py b/tests/jms/test_job_definitions.py index dfdb2973..236e402f 100644 --- a/tests/jms/test_job_definitions.py +++ b/tests/jms/test_job_definitions.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/jms/test_jobs.py b/tests/jms/test_jobs.py index 88d69a9d..e37ff58a 100644 --- a/tests/jms/test_jobs.py +++ b/tests/jms/test_jobs.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/jms/test_models.py b/tests/jms/test_models.py index 3d22fb9d..a8df9069 100644 --- a/tests/jms/test_models.py +++ b/tests/jms/test_models.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/jms/test_parameter_definitions.py b/tests/jms/test_parameter_definitions.py index ad00e79f..7b186dc8 100644 --- a/tests/jms/test_parameter_definitions.py +++ b/tests/jms/test_parameter_definitions.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/jms/test_project_permissions.py b/tests/jms/test_project_permissions.py index 27de8717..72594d11 100644 --- a/tests/jms/test_project_permissions.py +++ b/tests/jms/test_project_permissions.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/jms/test_projects.py b/tests/jms/test_projects.py index 6d28e88e..50425e61 100644 --- a/tests/jms/test_projects.py +++ b/tests/jms/test_projects.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/jms/test_resources.py b/tests/jms/test_resources.py index 6837b163..7128afce 100644 --- a/tests/jms/test_resources.py +++ b/tests/jms/test_resources.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/jms/test_task_commands.py b/tests/jms/test_task_commands.py index da98f5a2..6e9a98c6 100644 --- a/tests/jms/test_task_commands.py +++ b/tests/jms/test_task_commands.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/jms/test_task_definition.py b/tests/jms/test_task_definition.py index 8439e790..a6067ad3 100644 --- a/tests/jms/test_task_definition.py +++ b/tests/jms/test_task_definition.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/jms/test_task_definition_templates.py b/tests/jms/test_task_definition_templates.py index 6bb784d2..52599590 100644 --- a/tests/jms/test_task_definition_templates.py +++ b/tests/jms/test_task_definition_templates.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/jms/test_task_files.py b/tests/jms/test_task_files.py index 39c77813..1642fd2b 100644 --- a/tests/jms/test_task_files.py +++ b/tests/jms/test_task_files.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/jms/test_tasks.py b/tests/jms/test_tasks.py index d3e6ae09..a24251d7 100644 --- a/tests/jms/test_tasks.py +++ b/tests/jms/test_tasks.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/rms/__init__.py b/tests/rms/__init__.py index 93fd967c..08bb9516 100644 --- a/tests/rms/__init__.py +++ b/tests/rms/__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/rms/test_api.py b/tests/rms/test_api.py index 6aa3a080..fd32deec 100644 --- a/tests/rms/test_api.py +++ b/tests/rms/test_api.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/rms/test_compute_resource_sets.py b/tests/rms/test_compute_resource_sets.py index 6be0111d..57d3fe01 100644 --- a/tests/rms/test_compute_resource_sets.py +++ b/tests/rms/test_compute_resource_sets.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/rms/test_evaluators.py b/tests/rms/test_evaluators.py index fc8eda8f..cefde025 100644 --- a/tests/rms/test_evaluators.py +++ b/tests/rms/test_evaluators.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/rms/test_models.py b/tests/rms/test_models.py index f911a039..abc56606 100644 --- a/tests/rms/test_models.py +++ b/tests/rms/test_models.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/rms/test_serialization.py b/tests/rms/test_serialization.py index 50af61b4..a5ab5167 100644 --- a/tests/rms/test_serialization.py +++ b/tests/rms/test_serialization.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_client.py b/tests/test_client.py index 3f88425e..f906873a 100644 --- a/tests/test_client.py +++ b/tests/test_client.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_connection.py b/tests/test_connection.py index 7a95d357..51de7148 100644 --- a/tests/test_connection.py +++ b/tests/test_connection.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_examples.py b/tests/test_examples.py index 10ecc595..823ea684 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.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_exceptions.py b/tests/test_exceptions.py index 64754ce7..a264db2f 100644 --- a/tests/test_exceptions.py +++ b/tests/test_exceptions.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_services.py b/tests/test_services.py index a6201d70..c91be866 100644 --- a/tests/test_services.py +++ b/tests/test_services.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/utils.py b/tests/utils.py index a6e37653..b7587ce8 100644 --- a/tests/utils.py +++ b/tests/utils.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 # #