diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 092b3cdf2..ac635769f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,6 +35,8 @@ repos: hooks: - id: add-license-headers files: '(ansys|examples|tests)/.*\.(py)|\.(proto)|generate_resources.py|archive_examples.py' + args: + - --start_year=2022 # For now we disable some of these checks, can be reenabled later # - repo: https://github.com/pycqa/pydocstyle diff --git a/LICENSE b/LICENSE index 27fe2c1d5..7e6190431 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2022 - 2024 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/archive_examples.py b/archive_examples.py index a49ed4bab..8e48385d9 100644 --- a/archive_examples.py +++ b/archive_examples.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/authorization_grant/authorization_grant.py b/examples/authorization_grant/authorization_grant.py index a2d69fb40..67aa93f63 100644 --- a/examples/authorization_grant/authorization_grant.py +++ b/examples/authorization_grant/authorization_grant.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/cfx_static_mixer/exec_cfx.py b/examples/cfx_static_mixer/exec_cfx.py index 2d98d2da1..eb0bc0003 100644 --- a/examples/cfx_static_mixer/exec_cfx.py +++ b/examples/cfx_static_mixer/exec_cfx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 d047ffe9f..8e287e180 100644 --- a/examples/cfx_static_mixer/project_setup.py +++ b/examples/cfx_static_mixer/project_setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 00b58ee7a..a898cff19 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 c51b5fb07..d41359c25 100644 --- a/examples/fluent_nozzle/project_setup.py +++ b/examples/fluent_nozzle/project_setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 50e34972a..0c85c0ecb 100644 --- a/examples/lsdyna_cylinder_plate/lsdyna_job.py +++ b/examples/lsdyna_cylinder_plate/lsdyna_job.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 1c6f6a939..eea6b6151 100644 --- a/examples/mapdl_linked_analyses/project_setup.py +++ b/examples/mapdl_linked_analyses/project_setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 db6e8ecd7..c9eb8baa4 100644 --- a/examples/mapdl_motorbike_frame/exec_mapdl.py +++ b/examples/mapdl_motorbike_frame/exec_mapdl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 bc4e09891..f85b397f5 100644 --- a/examples/mapdl_motorbike_frame/project_query.py +++ b/examples/mapdl_motorbike_frame/project_query.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 31565ec93..086653dad 100644 --- a/examples/mapdl_motorbike_frame/project_setup.py +++ b/examples/mapdl_motorbike_frame/project_setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/mapdl_motorbike_frame/task_files.py b/examples/mapdl_motorbike_frame/task_files.py index 6b064cf51..1f25286b9 100644 --- a/examples/mapdl_motorbike_frame/task_files.py +++ b/examples/mapdl_motorbike_frame/task_files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 1b83ea4d1..d4a86ba42 100644 --- a/examples/mapdl_tyre_performance/project_setup.py +++ b/examples/mapdl_tyre_performance/project_setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 76d1d506b..e523a299d 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 74ba1618a..3d2a354cb 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 bd6958076..8c0477fb6 100644 --- a/examples/python_multi_process_step/eval.py +++ b/examples/python_multi_process_step/eval.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 1799cf5c9..40c6338bf 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 5e08936dd..88b226059 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 30e348e9e..351cd7219 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 dddfbe93e..68364f8f7 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 5e36ec18c..8f609e737 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/generate_resources.py b/generate_resources.py index 7dcfbdb13..d95b9d515 100644 --- a/generate_resources.py +++ b/generate_resources.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 38353cfb9..46823692d 100644 --- a/src/ansys/hps/client/__init__.py +++ b/src/ansys/hps/client/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 92b542a33..130cba281 100644 --- a/src/ansys/hps/client/__version__.py +++ b/src/ansys/hps/client/__version__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 4cbe9851a..bdf20410c 100644 --- a/src/ansys/hps/client/auth/__init__.py +++ b/src/ansys/hps/client/auth/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 aed063c57..8164f8a8a 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 59d3ce537..761206db2 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/hps/client/auth/authenticate.py b/src/ansys/hps/client/auth/authenticate.py index ab8aaf961..ac8aee679 100644 --- a/src/ansys/hps/client/auth/authenticate.py +++ b/src/ansys/hps/client/auth/authenticate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 a03399078..e909aded2 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 1b89c70d7..caa2ce675 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 54defd6e6..a267255a7 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 1adb68a99..9c2fe4cc1 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 1d87f54ac..7f423cb2d 100644 --- a/src/ansys/hps/client/client.py +++ b/src/ansys/hps/client/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 2fb5a5ae3..c5a8a616f 100644 --- a/src/ansys/hps/client/common/__init__.py +++ b/src/ansys/hps/client/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 d952569fe..30f1e3ae2 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 431c1742a..51f3c9799 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 64ce43883..b1ccabcbc 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 c5ad824ae..422e49fc5 100644 --- a/src/ansys/hps/client/connection.py +++ b/src/ansys/hps/client/connection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 194112028..163bc3513 100644 --- a/src/ansys/hps/client/exceptions.py +++ b/src/ansys/hps/client/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 49461279a..82bc76c4d 100644 --- a/src/ansys/hps/client/jms/__init__.py +++ b/src/ansys/hps/client/jms/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 8fee0bae9..5a86b7e86 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 7fd15f0ea..427f7b8a7 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 8e2fa850e..426aff790 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 2ee353a04..2a345394d 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 24ad1cc9a..a7dd657c4 100644 --- a/src/ansys/hps/client/jms/keys.py +++ b/src/ansys/hps/client/jms/keys.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 0c0a57368..3f88079a5 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 9f0dc2493..e89dc17b6 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 2c5c2a31e..06d33e213 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 2f51c1da2..2cf430652 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 c3b826ab6..5a529412d 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 db469bf77..91a94b987 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 aa2fca0ac..206214e15 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 4495ecfc9..6adb9d3bc 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 364b523b4..cfd64e13a 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 ba24d3c96..14450535b 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 b3d597489..fccce6861 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 cab3eed89..88ea19dfb 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 5bffcccb7..4cf959cc8 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 1066adaea..d00099bf9 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 509deabe7..deeaa5158 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 9b42afb2f..920b1c3a4 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 5e72538db..2fb7dcf10 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 40f2c4fd6..e99e38bb9 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 0cb98ea22..6e837315a 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 2037e5fcd..50d8f88a7 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 00f21af9c..407de1023 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 20164cfa5..96c271ec3 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 1f1a55fa6..cad797021 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 e1a3cb531..5fff69875 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 fa3f296ba..7d3909f35 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 4ac6737bc..71d5c1fa2 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 e18fc7c72..ec3e57457 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 93e41ffee..150020f75 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 4951cd442..a23fc1f09 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 076e6c576..de0e76b4d 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 7da760b2d..2cb941182 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 c08a647ee..bf1755eb2 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 1bb6f6068..8c6d8eaac 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 09c9ea160..473ac2a94 100644 --- a/src/ansys/hps/client/rms/__init__.py +++ b/src/ansys/hps/client/rms/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 23bfabf11..1dce399bd 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 da670b237..91b88eed1 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 08719dc77..8bdb46ce6 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) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 e3e06497a..23bb5dc96 100644 --- a/src/ansys/hps/client/rms/models.py +++ b/src/ansys/hps/client/rms/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 f9abdabe7..09bcec3ab 100644 --- a/src/ansys/hps/client/warnings.py +++ b/src/ansys/hps/client/warnings.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/__init__.py b/tests/__init__.py index a95b96476..93fd967cd 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/auth/__init__.py b/tests/auth/__init__.py index a95b96476..93fd967cd 100644 --- a/tests/auth/__init__.py +++ b/tests/auth/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 5b796871a..f2b1c79e8 100644 --- a/tests/auth/test_api.py +++ b/tests/auth/test_api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 cdc77a09e..fe323f1b0 100644 --- a/tests/auth/test_authenticate.py +++ b/tests/auth/test_authenticate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/conftest.py b/tests/conftest.py index 900fedbb6..73307b1eb 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/jms/__init__.py b/tests/jms/__init__.py index a95b96476..93fd967cd 100644 --- a/tests/jms/__init__.py +++ b/tests/jms/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 a75fccbc4..7b4e45b7a 100644 --- a/tests/jms/test_algorithms.py +++ b/tests/jms/test_algorithms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 bb8f4ff8a..da55e053a 100644 --- a/tests/jms/test_files.py +++ b/tests/jms/test_files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 7df7bc8d8..1289e7c47 100644 --- a/tests/jms/test_fitness_definition.py +++ b/tests/jms/test_fitness_definition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 f711ecfd5..501dc3284 100644 --- a/tests/jms/test_jms_api.py +++ b/tests/jms/test_jms_api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 98badccee..e688de1cb 100644 --- a/tests/jms/test_job_definitions.py +++ b/tests/jms/test_job_definitions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 9f65c6e58..88d69a9df 100644 --- a/tests/jms/test_jobs.py +++ b/tests/jms/test_jobs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 7634a6e54..ad00e79f7 100644 --- a/tests/jms/test_parameter_definitions.py +++ b/tests/jms/test_parameter_definitions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 42569a29a..c74ee99f6 100644 --- a/tests/jms/test_project_permissions.py +++ b/tests/jms/test_project_permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 b98fed6e3..6d28e88e3 100644 --- a/tests/jms/test_projects.py +++ b/tests/jms/test_projects.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 5a531e2d9..6837b1631 100644 --- a/tests/jms/test_resources.py +++ b/tests/jms/test_resources.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 08ed30cda..f2b3d77d9 100644 --- a/tests/jms/test_task_definition.py +++ b/tests/jms/test_task_definition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 6deb459c0..c76c98888 100644 --- a/tests/jms/test_task_definition_templates.py +++ b/tests/jms/test_task_definition_templates.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 7b25c456c..39c77813d 100644 --- a/tests/jms/test_task_files.py +++ b/tests/jms/test_task_files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 8f3916e96..d3e6ae093 100644 --- a/tests/jms/test_tasks.py +++ b/tests/jms/test_tasks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/rms/__init__.py b/tests/rms/__init__.py index a95b96476..93fd967cd 100644 --- a/tests/rms/__init__.py +++ b/tests/rms/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 e3c788cbb..6aa3a0808 100644 --- a/tests/rms/test_api.py +++ b/tests/rms/test_api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 7eeb8c072..6be0111d4 100644 --- a/tests/rms/test_compute_resource_sets.py +++ b/tests/rms/test_compute_resource_sets.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 d082c170e..fc8eda8fa 100644 --- a/tests/rms/test_evaluators.py +++ b/tests/rms/test_evaluators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 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 0ec60f299..50af61b46 100644 --- a/tests/rms/test_serialization.py +++ b/tests/rms/test_serialization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_client.py b/tests/test_client.py index ee7de5467..9d40df55e 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_connection.py b/tests/test_connection.py index 04d405e78..092f1cfcd 100644 --- a/tests/test_connection.py +++ b/tests/test_connection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_examples.py b/tests/test_examples.py index dd30e9a79..10ecc5955 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_exceptions.py b/tests/test_exceptions.py index 906721740..fa2ccbd38 100644 --- a/tests/test_exceptions.py +++ b/tests/test_exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_services.py b/tests/test_services.py index 603dd92ca..e8ec5e78d 100644 --- a/tests/test_services.py +++ b/tests/test_services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/utils.py b/tests/utils.py index 0637750cf..eb8a8accc 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #