From b2ad0719c04ce87cc42b2664ab4a7eaa27129d8e Mon Sep 17 00:00:00 2001 From: Jean Henry Date: Tue, 13 Jan 2026 09:51:18 +0100 Subject: [PATCH 1/2] Update license headers --- LICENSE | 2 +- src/ansys/scade/python_wrapper/__init__.py | 2 +- src/ansys/scade/python_wrapper/gui.py | 2 +- src/ansys/scade/python_wrapper/kcg_data_parser.py | 2 +- src/ansys/scade/python_wrapper/kcgpython.py | 2 +- src/ansys/scade/python_wrapper/lib/sdyproxy.py | 2 +- src/ansys/scade/python_wrapper/lib/ssmproxy.py | 2 +- src/ansys/scade/python_wrapper/props.py | 2 +- src/ansys/scade/python_wrapper/pydata.py | 2 +- src/ansys/scade/python_wrapper/rd/c_gen.py | 2 +- src/ansys/scade/python_wrapper/rd/def_gen.py | 2 +- src/ansys/scade/python_wrapper/rd/python_gen.py | 2 +- src/ansys/scade/python_wrapper/register.py | 2 +- src/ansys/scade/python_wrapper/unregister.py | 2 +- src/ansys/scade/python_wrapper/utils.py | 2 +- tests/Debug/debug.py | 2 +- tests/Display/Client/client.py | 2 +- tests/Display/Client/usr_variables.py | 2 +- tests/Sandbox/Client/client.py | 2 +- tests/conftest.py | 2 +- tests/test_entry_points.py | 2 +- tests/test_generate.py | 2 +- tests/test_int_cvt.py | 2 +- tests/test_int_types.py | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/LICENSE b/LICENSE index 3c96ad8..e4fd710 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2023 - 2026 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/src/ansys/scade/python_wrapper/__init__.py b/src/ansys/scade/python_wrapper/__init__.py index d867f9c..fe9787c 100644 --- a/src/ansys/scade/python_wrapper/__init__.py +++ b/src/ansys/scade/python_wrapper/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/gui.py b/src/ansys/scade/python_wrapper/gui.py index 090f648..510841c 100644 --- a/src/ansys/scade/python_wrapper/gui.py +++ b/src/ansys/scade/python_wrapper/gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/kcg_data_parser.py b/src/ansys/scade/python_wrapper/kcg_data_parser.py index 20f2408..74f9dcc 100644 --- a/src/ansys/scade/python_wrapper/kcg_data_parser.py +++ b/src/ansys/scade/python_wrapper/kcg_data_parser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/kcgpython.py b/src/ansys/scade/python_wrapper/kcgpython.py index 4489198..fafcf37 100644 --- a/src/ansys/scade/python_wrapper/kcgpython.py +++ b/src/ansys/scade/python_wrapper/kcgpython.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/lib/sdyproxy.py b/src/ansys/scade/python_wrapper/lib/sdyproxy.py index fd8325d..aca9b7a 100644 --- a/src/ansys/scade/python_wrapper/lib/sdyproxy.py +++ b/src/ansys/scade/python_wrapper/lib/sdyproxy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/lib/ssmproxy.py b/src/ansys/scade/python_wrapper/lib/ssmproxy.py index 9b12eb7..c8cb0ae 100644 --- a/src/ansys/scade/python_wrapper/lib/ssmproxy.py +++ b/src/ansys/scade/python_wrapper/lib/ssmproxy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/props.py b/src/ansys/scade/python_wrapper/props.py index 290c8dd..d2e7c0a 100644 --- a/src/ansys/scade/python_wrapper/props.py +++ b/src/ansys/scade/python_wrapper/props.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/pydata.py b/src/ansys/scade/python_wrapper/pydata.py index 3544c27..8b24346 100644 --- a/src/ansys/scade/python_wrapper/pydata.py +++ b/src/ansys/scade/python_wrapper/pydata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/rd/c_gen.py b/src/ansys/scade/python_wrapper/rd/c_gen.py index be9520d..f74014d 100644 --- a/src/ansys/scade/python_wrapper/rd/c_gen.py +++ b/src/ansys/scade/python_wrapper/rd/c_gen.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/rd/def_gen.py b/src/ansys/scade/python_wrapper/rd/def_gen.py index dd253b3..66f5b6a 100644 --- a/src/ansys/scade/python_wrapper/rd/def_gen.py +++ b/src/ansys/scade/python_wrapper/rd/def_gen.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/rd/python_gen.py b/src/ansys/scade/python_wrapper/rd/python_gen.py index f81431d..19785dd 100644 --- a/src/ansys/scade/python_wrapper/rd/python_gen.py +++ b/src/ansys/scade/python_wrapper/rd/python_gen.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/register.py b/src/ansys/scade/python_wrapper/register.py index c7292ad..928cbee 100644 --- a/src/ansys/scade/python_wrapper/register.py +++ b/src/ansys/scade/python_wrapper/register.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/unregister.py b/src/ansys/scade/python_wrapper/unregister.py index fdab3a2..689caf6 100644 --- a/src/ansys/scade/python_wrapper/unregister.py +++ b/src/ansys/scade/python_wrapper/unregister.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/scade/python_wrapper/utils.py b/src/ansys/scade/python_wrapper/utils.py index ba786aa..a7e73fd 100644 --- a/src/ansys/scade/python_wrapper/utils.py +++ b/src/ansys/scade/python_wrapper/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/Debug/debug.py b/tests/Debug/debug.py index eef726b..29877f6 100644 --- a/tests/Debug/debug.py +++ b/tests/Debug/debug.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/Display/Client/client.py b/tests/Display/Client/client.py index bee8ee7..e3037a7 100644 --- a/tests/Display/Client/client.py +++ b/tests/Display/Client/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/Display/Client/usr_variables.py b/tests/Display/Client/usr_variables.py index 65a8588..f9aa214 100644 --- a/tests/Display/Client/usr_variables.py +++ b/tests/Display/Client/usr_variables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/Sandbox/Client/client.py b/tests/Sandbox/Client/client.py index 0157f69..f9c6f4d 100644 --- a/tests/Sandbox/Client/client.py +++ b/tests/Sandbox/Client/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/conftest.py b/tests/conftest.py index 621edaf..9859245 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_entry_points.py b/tests/test_entry_points.py index 2dd91d5..6750f8c 100644 --- a/tests/test_entry_points.py +++ b/tests/test_entry_points.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_generate.py b/tests/test_generate.py index 9afe26c..39694c4 100644 --- a/tests/test_generate.py +++ b/tests/test_generate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_int_cvt.py b/tests/test_int_cvt.py index a2a9fab..daf0cb6 100644 --- a/tests/test_int_cvt.py +++ b/tests/test_int_cvt.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_int_types.py b/tests/test_int_types.py index 5845dd5..8129ac4 100644 --- a/tests/test_int_types.py +++ b/tests/test_int_types.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # From 3f2e1e46d7ee94764e9b5454c9b365dba71f8118 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:52:35 +0000 Subject: [PATCH 2/2] chore: adding changelog file 53.miscellaneous.md [dependabot-skip] --- doc/changelog.d/53.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/53.miscellaneous.md diff --git a/doc/changelog.d/53.miscellaneous.md b/doc/changelog.d/53.miscellaneous.md new file mode 100644 index 0000000..b4cfec6 --- /dev/null +++ b/doc/changelog.d/53.miscellaneous.md @@ -0,0 +1 @@ +Chore: Update license headers