From c3d157b75ae9adeded8e697bfd2dadff21e55a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:17:48 +0000 Subject: [PATCH] build(deps): bump the doc-dependencies group across 1 directory with 2 updates (#961) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: afernand --- doc/changelog.d/961.test.md | 1 + examples/gallery/00_lucid_file_IO.py | 2 +- examples/gallery/01_bracket_scaffold.py | 2 +- examples/gallery/02_lucid_mixing_elbow.py | 2 +- examples/gallery/03_lucid_pipe_tee.py | 2 +- examples/gallery/04_lucid_toy_car.py | 2 +- examples/gallery/05_pcb_stacker.py | 2 +- examples/gallery/06_blade_morph.py | 2 +- examples/gallery/07_saddle_bracket.py | 2 +- examples/gallery/08_lucid_generic_f1_rear_wing.py | 2 +- examples/gallery/09_multi_layer_quad_mesh_pcb.py | 2 +- examples/gallery/10_wheel_ground_contact_patch.py | 2 +- examples/gallery/11_solder_ball.py | 2 +- examples/misc/example_template.py | 2 +- examples/other/elbow_trame.py | 2 +- examples/other/mixing_elbow.py | 2 +- examples/other/pipe_tee.py | 2 +- pyproject.toml | 4 ++-- src/ansys/meshing/prime/_version.py | 2 +- src/ansys/meshing/prime/core/controldata.py | 2 +- src/ansys/meshing/prime/core/dynaexportutils.py | 2 +- src/ansys/meshing/prime/core/fileio.py | 2 +- src/ansys/meshing/prime/core/mapdlcdbexportutils.py | 2 +- src/ansys/meshing/prime/core/mesh.py | 2 +- src/ansys/meshing/prime/core/model.py | 2 +- src/ansys/meshing/prime/core/part.py | 2 +- src/ansys/meshing/prime/core/periodiccontrol.py | 2 +- src/ansys/meshing/prime/core/sizecontrol.py | 2 +- src/ansys/meshing/prime/core/surfaceutilities.py | 2 +- src/ansys/meshing/prime/core/surfer.py | 2 +- src/ansys/meshing/prime/core/volumecontrol.py | 2 +- src/ansys/meshing/prime/core/volumesweeper.py | 2 +- src/ansys/meshing/prime/core/wrapper.py | 2 +- src/ansys/meshing/prime/core/wrappercontrol.py | 2 +- src/ansys/meshing/prime/examples/__init__.py | 2 +- src/ansys/meshing/prime/examples/download_utilities.py | 2 +- src/ansys/meshing/prime/examples/examples.py | 2 +- src/ansys/meshing/prime/examples/unit_test_examples.py | 2 +- src/ansys/meshing/prime/graphics/__init__.py | 2 +- src/ansys/meshing/prime/graphics/plotter.py | 2 +- src/ansys/meshing/prime/graphics/widgets/color_by_type.py | 2 +- src/ansys/meshing/prime/graphics/widgets/hide_picked.py | 2 +- src/ansys/meshing/prime/graphics/widgets/picked_info.py | 2 +- src/ansys/meshing/prime/graphics/widgets/toggle_edges.py | 2 +- src/ansys/meshing/prime/internals/client.py | 2 +- src/ansys/meshing/prime/internals/comm_manager.py | 2 +- src/ansys/meshing/prime/internals/communicator.py | 2 +- src/ansys/meshing/prime/internals/config.py | 2 +- src/ansys/meshing/prime/internals/defaults.py | 2 +- src/ansys/meshing/prime/internals/error_handling.py | 2 +- src/ansys/meshing/prime/internals/grpc_communicator.py | 2 +- src/ansys/meshing/prime/internals/grpc_utils.py | 2 +- src/ansys/meshing/prime/internals/json_utils.py | 2 +- src/ansys/meshing/prime/internals/launcher.py | 2 +- src/ansys/meshing/prime/internals/logger.py | 2 +- src/ansys/meshing/prime/internals/prime_communicator.py | 2 +- src/ansys/meshing/prime/internals/utils.py | 2 +- src/ansys/meshing/prime/lucid/__init__.py | 2 +- src/ansys/meshing/prime/lucid/mesh_util.py | 2 +- src/ansys/meshing/prime/lucid/scope.py | 2 +- src/ansys/meshing/prime/lucid/utils.py | 2 +- src/ansys/meshing/prime/params/primestructs.py | 2 +- src/ansys/meshing/prime/relaxed_json/__init__.py | 2 +- src/ansys/meshing/prime/relaxed_json/decoder.py | 2 +- src/ansys/meshing/prime/relaxed_json/encoder.py | 2 +- src/ansys/meshing/prime/relaxed_json/scanner.py | 2 +- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/core/conftest.py | 2 +- tests/core/test_controldata.py | 2 +- tests/core/test_fileio.py | 2 +- tests/core/test_surfaceutilities.py | 2 +- tests/core/test_surfer.py | 2 +- tests/graphics/test_graphics.py | 2 +- tests/internals/test_logger.py | 2 +- tests/internals/test_utils.py | 2 +- tests/lucid/test_mesh_utils.py | 2 +- tests/test_bracket_scaffold.py | 2 +- tests/test_elbow_lucid_regression.py | 2 +- tests/test_elbow_scdoc.py | 2 +- tests/test_lucid_toycar_wrapper_tutorial_regression.py | 2 +- tests/test_pipe_tee_junction.py | 2 +- tests/test_wrapper_control.py | 2 +- 83 files changed, 84 insertions(+), 83 deletions(-) create mode 100644 doc/changelog.d/961.test.md diff --git a/doc/changelog.d/961.test.md b/doc/changelog.d/961.test.md new file mode 100644 index 0000000000..c7d5ea053a --- /dev/null +++ b/doc/changelog.d/961.test.md @@ -0,0 +1 @@ +build(deps): bump the doc-dependencies group across 1 directory with 2 updates \ No newline at end of file diff --git a/examples/gallery/00_lucid_file_IO.py b/examples/gallery/00_lucid_file_IO.py index 1b03377764..e104250b86 100644 --- a/examples/gallery/00_lucid_file_IO.py +++ b/examples/gallery/00_lucid_file_IO.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/01_bracket_scaffold.py b/examples/gallery/01_bracket_scaffold.py index e2e4ab655a..d7e783bcc5 100644 --- a/examples/gallery/01_bracket_scaffold.py +++ b/examples/gallery/01_bracket_scaffold.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/02_lucid_mixing_elbow.py b/examples/gallery/02_lucid_mixing_elbow.py index b35f1ef680..5a917882fc 100644 --- a/examples/gallery/02_lucid_mixing_elbow.py +++ b/examples/gallery/02_lucid_mixing_elbow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/03_lucid_pipe_tee.py b/examples/gallery/03_lucid_pipe_tee.py index 0208bc4fad..7a1b367b6b 100644 --- a/examples/gallery/03_lucid_pipe_tee.py +++ b/examples/gallery/03_lucid_pipe_tee.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/04_lucid_toy_car.py b/examples/gallery/04_lucid_toy_car.py index 059f6b88c2..577b29d5a3 100644 --- a/examples/gallery/04_lucid_toy_car.py +++ b/examples/gallery/04_lucid_toy_car.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/05_pcb_stacker.py b/examples/gallery/05_pcb_stacker.py index 7994e8045a..8fca566f9d 100644 --- a/examples/gallery/05_pcb_stacker.py +++ b/examples/gallery/05_pcb_stacker.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/06_blade_morph.py b/examples/gallery/06_blade_morph.py index 0c10dda7fe..d1e09526d6 100644 --- a/examples/gallery/06_blade_morph.py +++ b/examples/gallery/06_blade_morph.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/07_saddle_bracket.py b/examples/gallery/07_saddle_bracket.py index b38df619ae..05d6c2814d 100644 --- a/examples/gallery/07_saddle_bracket.py +++ b/examples/gallery/07_saddle_bracket.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/08_lucid_generic_f1_rear_wing.py b/examples/gallery/08_lucid_generic_f1_rear_wing.py index e15291071a..00ab80cd4c 100644 --- a/examples/gallery/08_lucid_generic_f1_rear_wing.py +++ b/examples/gallery/08_lucid_generic_f1_rear_wing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/09_multi_layer_quad_mesh_pcb.py b/examples/gallery/09_multi_layer_quad_mesh_pcb.py index 888671eec0..ec09139771 100644 --- a/examples/gallery/09_multi_layer_quad_mesh_pcb.py +++ b/examples/gallery/09_multi_layer_quad_mesh_pcb.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/10_wheel_ground_contact_patch.py b/examples/gallery/10_wheel_ground_contact_patch.py index e11002185a..bbfb873dc3 100644 --- a/examples/gallery/10_wheel_ground_contact_patch.py +++ b/examples/gallery/10_wheel_ground_contact_patch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/gallery/11_solder_ball.py b/examples/gallery/11_solder_ball.py index 3f2605bc52..4e71410607 100644 --- a/examples/gallery/11_solder_ball.py +++ b/examples/gallery/11_solder_ball.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/misc/example_template.py b/examples/misc/example_template.py index eadade3bed..92526c140e 100644 --- a/examples/misc/example_template.py +++ b/examples/misc/example_template.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/other/elbow_trame.py b/examples/other/elbow_trame.py index e0d00e9e1a..78280c4d79 100644 --- a/examples/other/elbow_trame.py +++ b/examples/other/elbow_trame.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/other/mixing_elbow.py b/examples/other/mixing_elbow.py index 5da0bbbd02..081dd270ac 100644 --- a/examples/other/mixing_elbow.py +++ b/examples/other/mixing_elbow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/other/pipe_tee.py b/examples/other/pipe_tee.py index 8146b93b36..8e1942c520 100644 --- a/examples/other/pipe_tee.py +++ b/examples/other/pipe_tee.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/pyproject.toml b/pyproject.toml index 441bb3deb4..7061c6ecbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,13 +41,13 @@ tests = [ ] doc = [ "ansys-tools-visualization-interface==0.6.2", - "ansys-sphinx-theme[autoapi]==1.2.3", + "ansys-sphinx-theme[autoapi]==1.2.4", "jupyter-sphinx==0.5.3", "numpydoc==1.8.0", "sphinx==8.1.3", "sphinx_design==0.6.1", "pyvista==0.44.2", - "sphinx-autodoc-typehints==2.5.0", + "sphinx-autodoc-typehints==3.0.0", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.18.0", "sphinx-notfound-page==1.0.4", diff --git a/src/ansys/meshing/prime/_version.py b/src/ansys/meshing/prime/_version.py index e7484f014d..3386fa35ab 100644 --- a/src/ansys/meshing/prime/_version.py +++ b/src/ansys/meshing/prime/_version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/controldata.py b/src/ansys/meshing/prime/core/controldata.py index 36843f5a03..7f396d3fad 100644 --- a/src/ansys/meshing/prime/core/controldata.py +++ b/src/ansys/meshing/prime/core/controldata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/dynaexportutils.py b/src/ansys/meshing/prime/core/dynaexportutils.py index 79e8584e5d..e2b6a84c5f 100644 --- a/src/ansys/meshing/prime/core/dynaexportutils.py +++ b/src/ansys/meshing/prime/core/dynaexportutils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/fileio.py b/src/ansys/meshing/prime/core/fileio.py index e91e45f0a1..b7a5481298 100644 --- a/src/ansys/meshing/prime/core/fileio.py +++ b/src/ansys/meshing/prime/core/fileio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/mapdlcdbexportutils.py b/src/ansys/meshing/prime/core/mapdlcdbexportutils.py index 2886d80b10..879f89b6ff 100644 --- a/src/ansys/meshing/prime/core/mapdlcdbexportutils.py +++ b/src/ansys/meshing/prime/core/mapdlcdbexportutils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/mesh.py b/src/ansys/meshing/prime/core/mesh.py index beedb5007e..9c6bd9b49a 100644 --- a/src/ansys/meshing/prime/core/mesh.py +++ b/src/ansys/meshing/prime/core/mesh.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/model.py b/src/ansys/meshing/prime/core/model.py index 78171173cc..e9b7bc1e11 100644 --- a/src/ansys/meshing/prime/core/model.py +++ b/src/ansys/meshing/prime/core/model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/part.py b/src/ansys/meshing/prime/core/part.py index c76be24fed..c8dd62d61f 100644 --- a/src/ansys/meshing/prime/core/part.py +++ b/src/ansys/meshing/prime/core/part.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/periodiccontrol.py b/src/ansys/meshing/prime/core/periodiccontrol.py index a9ab393579..00d8d9c08a 100644 --- a/src/ansys/meshing/prime/core/periodiccontrol.py +++ b/src/ansys/meshing/prime/core/periodiccontrol.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/sizecontrol.py b/src/ansys/meshing/prime/core/sizecontrol.py index 59a4348290..6dd14c5142 100644 --- a/src/ansys/meshing/prime/core/sizecontrol.py +++ b/src/ansys/meshing/prime/core/sizecontrol.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/surfaceutilities.py b/src/ansys/meshing/prime/core/surfaceutilities.py index c7c348ebf7..097ee85328 100644 --- a/src/ansys/meshing/prime/core/surfaceutilities.py +++ b/src/ansys/meshing/prime/core/surfaceutilities.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/surfer.py b/src/ansys/meshing/prime/core/surfer.py index 2904e2a389..4a7428df20 100644 --- a/src/ansys/meshing/prime/core/surfer.py +++ b/src/ansys/meshing/prime/core/surfer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/volumecontrol.py b/src/ansys/meshing/prime/core/volumecontrol.py index deaab4a9a7..331f90c6c8 100644 --- a/src/ansys/meshing/prime/core/volumecontrol.py +++ b/src/ansys/meshing/prime/core/volumecontrol.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/volumesweeper.py b/src/ansys/meshing/prime/core/volumesweeper.py index 125a4404b9..b8ed4405d3 100644 --- a/src/ansys/meshing/prime/core/volumesweeper.py +++ b/src/ansys/meshing/prime/core/volumesweeper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/wrapper.py b/src/ansys/meshing/prime/core/wrapper.py index 0d61c92afa..ddd95cb4fc 100644 --- a/src/ansys/meshing/prime/core/wrapper.py +++ b/src/ansys/meshing/prime/core/wrapper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/core/wrappercontrol.py b/src/ansys/meshing/prime/core/wrappercontrol.py index 6baa5ea9f1..814a60e245 100644 --- a/src/ansys/meshing/prime/core/wrappercontrol.py +++ b/src/ansys/meshing/prime/core/wrappercontrol.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/examples/__init__.py b/src/ansys/meshing/prime/examples/__init__.py index 76c061bdd7..55f6ea41e9 100644 --- a/src/ansys/meshing/prime/examples/__init__.py +++ b/src/ansys/meshing/prime/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/examples/download_utilities.py b/src/ansys/meshing/prime/examples/download_utilities.py index 58d4e686ca..0036a4993e 100644 --- a/src/ansys/meshing/prime/examples/download_utilities.py +++ b/src/ansys/meshing/prime/examples/download_utilities.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/examples/examples.py b/src/ansys/meshing/prime/examples/examples.py index 045c71ec41..0108c14829 100644 --- a/src/ansys/meshing/prime/examples/examples.py +++ b/src/ansys/meshing/prime/examples/examples.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/examples/unit_test_examples.py b/src/ansys/meshing/prime/examples/unit_test_examples.py index bcc04524e9..73c23d3ebf 100644 --- a/src/ansys/meshing/prime/examples/unit_test_examples.py +++ b/src/ansys/meshing/prime/examples/unit_test_examples.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/graphics/__init__.py b/src/ansys/meshing/prime/graphics/__init__.py index 9230e0e8ef..f9495aaac3 100644 --- a/src/ansys/meshing/prime/graphics/__init__.py +++ b/src/ansys/meshing/prime/graphics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/graphics/plotter.py b/src/ansys/meshing/prime/graphics/plotter.py index 21809d95d0..f30cfd53f9 100644 --- a/src/ansys/meshing/prime/graphics/plotter.py +++ b/src/ansys/meshing/prime/graphics/plotter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/graphics/widgets/color_by_type.py b/src/ansys/meshing/prime/graphics/widgets/color_by_type.py index 47c3921feb..4b809daed0 100644 --- a/src/ansys/meshing/prime/graphics/widgets/color_by_type.py +++ b/src/ansys/meshing/prime/graphics/widgets/color_by_type.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/graphics/widgets/hide_picked.py b/src/ansys/meshing/prime/graphics/widgets/hide_picked.py index 9891e4ff2c..fe1f6690e2 100644 --- a/src/ansys/meshing/prime/graphics/widgets/hide_picked.py +++ b/src/ansys/meshing/prime/graphics/widgets/hide_picked.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/graphics/widgets/picked_info.py b/src/ansys/meshing/prime/graphics/widgets/picked_info.py index ec943f4083..530ea1b995 100644 --- a/src/ansys/meshing/prime/graphics/widgets/picked_info.py +++ b/src/ansys/meshing/prime/graphics/widgets/picked_info.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/graphics/widgets/toggle_edges.py b/src/ansys/meshing/prime/graphics/widgets/toggle_edges.py index 41112027b3..af57d18d09 100644 --- a/src/ansys/meshing/prime/graphics/widgets/toggle_edges.py +++ b/src/ansys/meshing/prime/graphics/widgets/toggle_edges.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/client.py b/src/ansys/meshing/prime/internals/client.py index 8f9fc69be5..ca6988066a 100644 --- a/src/ansys/meshing/prime/internals/client.py +++ b/src/ansys/meshing/prime/internals/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/comm_manager.py b/src/ansys/meshing/prime/internals/comm_manager.py index ef420e9b74..f503eec959 100644 --- a/src/ansys/meshing/prime/internals/comm_manager.py +++ b/src/ansys/meshing/prime/internals/comm_manager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/communicator.py b/src/ansys/meshing/prime/internals/communicator.py index 958717423b..803e465867 100644 --- a/src/ansys/meshing/prime/internals/communicator.py +++ b/src/ansys/meshing/prime/internals/communicator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/config.py b/src/ansys/meshing/prime/internals/config.py index b0692a06b5..c0a26c1e48 100644 --- a/src/ansys/meshing/prime/internals/config.py +++ b/src/ansys/meshing/prime/internals/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/defaults.py b/src/ansys/meshing/prime/internals/defaults.py index 5ad4800729..d01dba9f95 100644 --- a/src/ansys/meshing/prime/internals/defaults.py +++ b/src/ansys/meshing/prime/internals/defaults.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/error_handling.py b/src/ansys/meshing/prime/internals/error_handling.py index 2f62254191..40003dd369 100644 --- a/src/ansys/meshing/prime/internals/error_handling.py +++ b/src/ansys/meshing/prime/internals/error_handling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/grpc_communicator.py b/src/ansys/meshing/prime/internals/grpc_communicator.py index e40b11621e..ffc9110742 100644 --- a/src/ansys/meshing/prime/internals/grpc_communicator.py +++ b/src/ansys/meshing/prime/internals/grpc_communicator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/grpc_utils.py b/src/ansys/meshing/prime/internals/grpc_utils.py index a6bdbe3d3d..84af6deed2 100644 --- a/src/ansys/meshing/prime/internals/grpc_utils.py +++ b/src/ansys/meshing/prime/internals/grpc_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/json_utils.py b/src/ansys/meshing/prime/internals/json_utils.py index 40b26c4cf1..7fb9c872b5 100644 --- a/src/ansys/meshing/prime/internals/json_utils.py +++ b/src/ansys/meshing/prime/internals/json_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/launcher.py b/src/ansys/meshing/prime/internals/launcher.py index f5b603b812..ceca73d2a0 100644 --- a/src/ansys/meshing/prime/internals/launcher.py +++ b/src/ansys/meshing/prime/internals/launcher.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/logger.py b/src/ansys/meshing/prime/internals/logger.py index b57adf96f6..4f983cc877 100644 --- a/src/ansys/meshing/prime/internals/logger.py +++ b/src/ansys/meshing/prime/internals/logger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/prime_communicator.py b/src/ansys/meshing/prime/internals/prime_communicator.py index 7562f804d5..6d97dded2c 100644 --- a/src/ansys/meshing/prime/internals/prime_communicator.py +++ b/src/ansys/meshing/prime/internals/prime_communicator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/internals/utils.py b/src/ansys/meshing/prime/internals/utils.py index c5e8254ab1..238e11ef19 100644 --- a/src/ansys/meshing/prime/internals/utils.py +++ b/src/ansys/meshing/prime/internals/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/lucid/__init__.py b/src/ansys/meshing/prime/lucid/__init__.py index 747c1d96f1..c53bdbe4c7 100644 --- a/src/ansys/meshing/prime/lucid/__init__.py +++ b/src/ansys/meshing/prime/lucid/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/lucid/mesh_util.py b/src/ansys/meshing/prime/lucid/mesh_util.py index 0788d0b042..3eb265dd9b 100644 --- a/src/ansys/meshing/prime/lucid/mesh_util.py +++ b/src/ansys/meshing/prime/lucid/mesh_util.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/lucid/scope.py b/src/ansys/meshing/prime/lucid/scope.py index 800047dd43..afcf49e05e 100644 --- a/src/ansys/meshing/prime/lucid/scope.py +++ b/src/ansys/meshing/prime/lucid/scope.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/lucid/utils.py b/src/ansys/meshing/prime/lucid/utils.py index 9975a36033..0a877517d8 100644 --- a/src/ansys/meshing/prime/lucid/utils.py +++ b/src/ansys/meshing/prime/lucid/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/params/primestructs.py b/src/ansys/meshing/prime/params/primestructs.py index b05a02bbfb..941b925b61 100644 --- a/src/ansys/meshing/prime/params/primestructs.py +++ b/src/ansys/meshing/prime/params/primestructs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/relaxed_json/__init__.py b/src/ansys/meshing/prime/relaxed_json/__init__.py index 8851c31f22..ef3fe40432 100644 --- a/src/ansys/meshing/prime/relaxed_json/__init__.py +++ b/src/ansys/meshing/prime/relaxed_json/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/relaxed_json/decoder.py b/src/ansys/meshing/prime/relaxed_json/decoder.py index 60e636f3a4..10a030e84b 100644 --- a/src/ansys/meshing/prime/relaxed_json/decoder.py +++ b/src/ansys/meshing/prime/relaxed_json/decoder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/relaxed_json/encoder.py b/src/ansys/meshing/prime/relaxed_json/encoder.py index 6435b82374..51e4387394 100644 --- a/src/ansys/meshing/prime/relaxed_json/encoder.py +++ b/src/ansys/meshing/prime/relaxed_json/encoder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/meshing/prime/relaxed_json/scanner.py b/src/ansys/meshing/prime/relaxed_json/scanner.py index 9f2c0ff2e2..0f0b0bbb8c 100644 --- a/src/ansys/meshing/prime/relaxed_json/scanner.py +++ b/src/ansys/meshing/prime/relaxed_json/scanner.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/__init__.py b/tests/__init__.py index a95b96476b..3a205411f1 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/conftest.py b/tests/conftest.py index fb6177e23b..3353fe4f5d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/core/conftest.py b/tests/core/conftest.py index ca7b32b581..2b35fcc404 100644 --- a/tests/core/conftest.py +++ b/tests/core/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/core/test_controldata.py b/tests/core/test_controldata.py index a9c006e39e..df3b304845 100644 --- a/tests/core/test_controldata.py +++ b/tests/core/test_controldata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/core/test_fileio.py b/tests/core/test_fileio.py index c5afa7627d..948b004fa5 100644 --- a/tests/core/test_fileio.py +++ b/tests/core/test_fileio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/core/test_surfaceutilities.py b/tests/core/test_surfaceutilities.py index 955858bad8..9e9ef739f7 100644 --- a/tests/core/test_surfaceutilities.py +++ b/tests/core/test_surfaceutilities.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/core/test_surfer.py b/tests/core/test_surfer.py index 3c611d594c..67cb98c6a7 100644 --- a/tests/core/test_surfer.py +++ b/tests/core/test_surfer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/graphics/test_graphics.py b/tests/graphics/test_graphics.py index cf6ebff480..da91e3708c 100644 --- a/tests/graphics/test_graphics.py +++ b/tests/graphics/test_graphics.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/internals/test_logger.py b/tests/internals/test_logger.py index af0f1efcd7..1ee4fcc069 100644 --- a/tests/internals/test_logger.py +++ b/tests/internals/test_logger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/internals/test_utils.py b/tests/internals/test_utils.py index 84a874587d..fdd9f61b45 100644 --- a/tests/internals/test_utils.py +++ b/tests/internals/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/lucid/test_mesh_utils.py b/tests/lucid/test_mesh_utils.py index 3ce0a3da2f..bac7320024 100644 --- a/tests/lucid/test_mesh_utils.py +++ b/tests/lucid/test_mesh_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_bracket_scaffold.py b/tests/test_bracket_scaffold.py index 846b51c11b..18fff2b7dd 100644 --- a/tests/test_bracket_scaffold.py +++ b/tests/test_bracket_scaffold.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_elbow_lucid_regression.py b/tests/test_elbow_lucid_regression.py index 89a0346a53..4107d6aeb0 100644 --- a/tests/test_elbow_lucid_regression.py +++ b/tests/test_elbow_lucid_regression.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_elbow_scdoc.py b/tests/test_elbow_scdoc.py index dd9772b798..2efc02faf2 100644 --- a/tests/test_elbow_scdoc.py +++ b/tests/test_elbow_scdoc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_lucid_toycar_wrapper_tutorial_regression.py b/tests/test_lucid_toycar_wrapper_tutorial_regression.py index 35fc3b9ff1..eb5bcaab5a 100644 --- a/tests/test_lucid_toycar_wrapper_tutorial_regression.py +++ b/tests/test_lucid_toycar_wrapper_tutorial_regression.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_pipe_tee_junction.py b/tests/test_pipe_tee_junction.py index 9d0ee149cf..496e76169d 100644 --- a/tests/test_pipe_tee_junction.py +++ b/tests/test_pipe_tee_junction.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_wrapper_control.py b/tests/test_wrapper_control.py index f320c8215c..dd320eba9a 100644 --- a/tests/test_wrapper_control.py +++ b/tests/test_wrapper_control.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2024 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #