diff --git a/LICENSE b/LICENSE index b92019e249..26e18435d1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2016 - 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/doc/changelog.d/4353.added.md b/doc/changelog.d/4353.added.md new file mode 100644 index 0000000000..aa96754f8b --- /dev/null +++ b/doc/changelog.d/4353.added.md @@ -0,0 +1 @@ +Update license to 2026 diff --git a/doc/source/examples/extended_examples/ex_01-gmsh_example/gmsh_generator.py b/doc/source/examples/extended_examples/ex_01-gmsh_example/gmsh_generator.py index b2d42ecb94..2575835712 100644 --- a/doc/source/examples/extended_examples/ex_01-gmsh_example/gmsh_generator.py +++ b/doc/source/examples/extended_examples/ex_01-gmsh_example/gmsh_generator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/doc/source/examples/extended_examples/ex_01-gmsh_example/mesh_converter.py b/doc/source/examples/extended_examples/ex_01-gmsh_example/mesh_converter.py index 1592105de5..444d84fbef 100644 --- a/doc/source/examples/extended_examples/ex_01-gmsh_example/mesh_converter.py +++ b/doc/source/examples/extended_examples/ex_01-gmsh_example/mesh_converter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/doc/source/examples/extended_examples/ex_01-gmsh_example/modal_analysis.py b/doc/source/examples/extended_examples/ex_01-gmsh_example/modal_analysis.py index 485402e754..9ff846101a 100644 --- a/doc/source/examples/extended_examples/ex_01-gmsh_example/modal_analysis.py +++ b/doc/source/examples/extended_examples/ex_01-gmsh_example/modal_analysis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/doc/source/examples/extended_examples/executable/cli_rotor.py b/doc/source/examples/extended_examples/executable/cli_rotor.py index e9bd6a53b1..cd2010242e 100644 --- a/doc/source/examples/extended_examples/executable/cli_rotor.py +++ b/doc/source/examples/extended_examples/executable/cli_rotor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/doc/source/examples/extended_examples/executable/rotor.py b/doc/source/examples/extended_examples/executable/rotor.py index 19cd35be68..5d3d01621a 100644 --- a/doc/source/examples/extended_examples/executable/rotor.py +++ b/doc/source/examples/extended_examples/executable/rotor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/doc/source/examples/extended_examples/gui/gui_app.py b/doc/source/examples/extended_examples/gui/gui_app.py index df2077164d..74106c1679 100644 --- a/doc/source/examples/extended_examples/gui/gui_app.py +++ b/doc/source/examples/extended_examples/gui/gui_app.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/doc/source/examples/extended_examples/hpc/ml_ga_beam.py b/doc/source/examples/extended_examples/hpc/ml_ga_beam.py index 485c9ac597..86d9dc7d4f 100644 --- a/doc/source/examples/extended_examples/hpc/ml_ga_beam.py +++ b/doc/source/examples/extended_examples/hpc/ml_ga_beam.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/doc/source/examples/extended_examples/sfem/sfem.py b/doc/source/examples/extended_examples/sfem/sfem.py index cb7d3de570..1de9eb9e51 100644 --- a/doc/source/examples/extended_examples/sfem/sfem.py +++ b/doc/source/examples/extended_examples/sfem/sfem.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/doc/source/examples/extended_examples/static_rom/static_rom_data_generation.py b/doc/source/examples/extended_examples/static_rom/static_rom_data_generation.py index ebb32d089b..4d7a7a0b77 100644 --- a/doc/source/examples/extended_examples/static_rom/static_rom_data_generation.py +++ b/doc/source/examples/extended_examples/static_rom/static_rom_data_generation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/2d_magnetostatic_solenoid-BodyFlux_Averaging.py b/examples/00-mapdl-examples/2d_magnetostatic_solenoid-BodyFlux_Averaging.py index adef07a0c0..fccb06006c 100644 --- a/examples/00-mapdl-examples/2d_magnetostatic_solenoid-BodyFlux_Averaging.py +++ b/examples/00-mapdl-examples/2d_magnetostatic_solenoid-BodyFlux_Averaging.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/2d_plate_with_a_hole.py b/examples/00-mapdl-examples/2d_plate_with_a_hole.py index b4154eea21..2089855603 100644 --- a/examples/00-mapdl-examples/2d_plate_with_a_hole.py +++ b/examples/00-mapdl-examples/2d_plate_with_a_hole.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/2d_pressure_vessel.py b/examples/00-mapdl-examples/2d_pressure_vessel.py index a157945e13..162d9f1a03 100644 --- a/examples/00-mapdl-examples/2d_pressure_vessel.py +++ b/examples/00-mapdl-examples/2d_pressure_vessel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/3d_notch.py b/examples/00-mapdl-examples/3d_notch.py index 2945ec0f31..aa32fadad8 100644 --- a/examples/00-mapdl-examples/3d_notch.py +++ b/examples/00-mapdl-examples/3d_notch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/3d_plate_thermal.py b/examples/00-mapdl-examples/3d_plate_thermal.py index fbaa7fb9b7..fa51bddc0c 100644 --- a/examples/00-mapdl-examples/3d_plate_thermal.py +++ b/examples/00-mapdl-examples/3d_plate_thermal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/acoustic_analysis.py b/examples/00-mapdl-examples/acoustic_analysis.py index 09ee258647..64578e626f 100644 --- a/examples/00-mapdl-examples/acoustic_analysis.py +++ b/examples/00-mapdl-examples/acoustic_analysis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/basic_dpf_example.py b/examples/00-mapdl-examples/basic_dpf_example.py index 7f5d43953b..ce7d2b9c00 100644 --- a/examples/00-mapdl-examples/basic_dpf_example.py +++ b/examples/00-mapdl-examples/basic_dpf_example.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/beam_with_report.py b/examples/00-mapdl-examples/beam_with_report.py index dc12d2e5a1..15853dba1e 100644 --- a/examples/00-mapdl-examples/beam_with_report.py +++ b/examples/00-mapdl-examples/beam_with_report.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/bracket_static.py b/examples/00-mapdl-examples/bracket_static.py index c0ddb1fdac..fdf750b3d8 100644 --- a/examples/00-mapdl-examples/bracket_static.py +++ b/examples/00-mapdl-examples/bracket_static.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/composite_dcb.py b/examples/00-mapdl-examples/composite_dcb.py index 968447f531..ecfaa50205 100644 --- a/examples/00-mapdl-examples/composite_dcb.py +++ b/examples/00-mapdl-examples/composite_dcb.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/contact_elements.py b/examples/00-mapdl-examples/contact_elements.py index b5696c0270..21727a7579 100644 --- a/examples/00-mapdl-examples/contact_elements.py +++ b/examples/00-mapdl-examples/contact_elements.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/cyclic_analysis.py b/examples/00-mapdl-examples/cyclic_analysis.py index edf09292e5..0b7a7d364d 100644 --- a/examples/00-mapdl-examples/cyclic_analysis.py +++ b/examples/00-mapdl-examples/cyclic_analysis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/cyclic_static.py b/examples/00-mapdl-examples/cyclic_static.py index 92a8347590..5fa01c52b7 100644 --- a/examples/00-mapdl-examples/cyclic_static.py +++ b/examples/00-mapdl-examples/cyclic_static.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/exhaust_manifold_thermal_stress.py b/examples/00-mapdl-examples/exhaust_manifold_thermal_stress.py index ee0c870af9..b848bdb642 100644 --- a/examples/00-mapdl-examples/exhaust_manifold_thermal_stress.py +++ b/examples/00-mapdl-examples/exhaust_manifold_thermal_stress.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/geometry.py b/examples/00-mapdl-examples/geometry.py index ec480c118b..cb6c38eb7e 100644 --- a/examples/00-mapdl-examples/geometry.py +++ b/examples/00-mapdl-examples/geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/lathe_cutter.py b/examples/00-mapdl-examples/lathe_cutter.py index 4abb463996..7ad9a5d63d 100644 --- a/examples/00-mapdl-examples/lathe_cutter.py +++ b/examples/00-mapdl-examples/lathe_cutter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/mapdl_3d_beam.py b/examples/00-mapdl-examples/mapdl_3d_beam.py index b3acaec167..2dcc2f900d 100644 --- a/examples/00-mapdl-examples/mapdl_3d_beam.py +++ b/examples/00-mapdl-examples/mapdl_3d_beam.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/mapdl_beam.py b/examples/00-mapdl-examples/mapdl_beam.py index d21c1b9bc2..3c51822e4d 100644 --- a/examples/00-mapdl-examples/mapdl_beam.py +++ b/examples/00-mapdl-examples/mapdl_beam.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/modal_beam.py b/examples/00-mapdl-examples/modal_beam.py index e08c888eb8..4fc5e75c14 100644 --- a/examples/00-mapdl-examples/modal_beam.py +++ b/examples/00-mapdl-examples/modal_beam.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/path_operations.py b/examples/00-mapdl-examples/path_operations.py index 5925de8105..914b7db911 100644 --- a/examples/00-mapdl-examples/path_operations.py +++ b/examples/00-mapdl-examples/path_operations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/pressure_vessel.py b/examples/00-mapdl-examples/pressure_vessel.py index 10db4c3cc9..459f3004cb 100644 --- a/examples/00-mapdl-examples/pressure_vessel.py +++ b/examples/00-mapdl-examples/pressure_vessel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/psd-vm203.py b/examples/00-mapdl-examples/psd-vm203.py index b6f31856f5..3fa969fe38 100644 --- a/examples/00-mapdl-examples/psd-vm203.py +++ b/examples/00-mapdl-examples/psd-vm203.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/pyvista_mesh.py b/examples/00-mapdl-examples/pyvista_mesh.py index c0d726d203..5aa6a45b75 100644 --- a/examples/00-mapdl-examples/pyvista_mesh.py +++ b/examples/00-mapdl-examples/pyvista_mesh.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/slashmap_cfx_mapping.py b/examples/00-mapdl-examples/slashmap_cfx_mapping.py index 8019db8a62..a25d059221 100644 --- a/examples/00-mapdl-examples/slashmap_cfx_mapping.py +++ b/examples/00-mapdl-examples/slashmap_cfx_mapping.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/spotweld.py b/examples/00-mapdl-examples/spotweld.py index ed734aeebb..09634e43a5 100644 --- a/examples/00-mapdl-examples/spotweld.py +++ b/examples/00-mapdl-examples/spotweld.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/torsional_load.py b/examples/00-mapdl-examples/torsional_load.py index 942bf6a9ca..75451c950a 100644 --- a/examples/00-mapdl-examples/torsional_load.py +++ b/examples/00-mapdl-examples/torsional_load.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-mapdl-examples/transient_thermal.py b/examples/00-mapdl-examples/transient_thermal.py index 62f70a4de3..c066473d6e 100644 --- a/examples/00-mapdl-examples/transient_thermal.py +++ b/examples/00-mapdl-examples/transient_thermal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/01-geometry/00-keypoints.py b/examples/01-geometry/00-keypoints.py index de644f0084..52e1eff9bc 100644 --- a/examples/01-geometry/00-keypoints.py +++ b/examples/01-geometry/00-keypoints.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/01-geometry/01-lines.py b/examples/01-geometry/01-lines.py index 35ea1f9bf6..0041ebea11 100644 --- a/examples/01-geometry/01-lines.py +++ b/examples/01-geometry/01-lines.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/01-geometry/02-areas.py b/examples/01-geometry/02-areas.py index 4db0660988..017837821e 100644 --- a/examples/01-geometry/02-areas.py +++ b/examples/01-geometry/02-areas.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/01-geometry/03-volumes.py b/examples/01-geometry/03-volumes.py index 79f2ae7dae..f1c49dfaa0 100644 --- a/examples/01-geometry/03-volumes.py +++ b/examples/01-geometry/03-volumes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/01-geometry/04-primitives.py b/examples/01-geometry/04-primitives.py index 1d6ebf4de0..6d4afb35d2 100644 --- a/examples/01-geometry/04-primitives.py +++ b/examples/01-geometry/04-primitives.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/02-tips-n-tricks/00-example-template.py b/examples/02-tips-n-tricks/00-example-template.py index fb03d0c5ca..a8cde94bde 100644 --- a/examples/02-tips-n-tricks/00-example-template.py +++ b/examples/02-tips-n-tricks/00-example-template.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/02-tips-n-tricks/01-smoothing-element-size-transitions.py b/examples/02-tips-n-tricks/01-smoothing-element-size-transitions.py index e8cf75141a..8560b80217 100644 --- a/examples/02-tips-n-tricks/01-smoothing-element-size-transitions.py +++ b/examples/02-tips-n-tricks/01-smoothing-element-size-transitions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/02-tips-n-tricks/03-using_inline_functions_and_Query.py b/examples/02-tips-n-tricks/03-using_inline_functions_and_Query.py index d5166c9aad..10533620c9 100644 --- a/examples/02-tips-n-tricks/03-using_inline_functions_and_Query.py +++ b/examples/02-tips-n-tricks/03-using_inline_functions_and_Query.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/02-tips-n-tricks/04-rotational-displacement.py b/examples/02-tips-n-tricks/04-rotational-displacement.py index 3f7bf8ca40..1a1aa0a214 100644 --- a/examples/02-tips-n-tricks/04-rotational-displacement.py +++ b/examples/02-tips-n-tricks/04-rotational-displacement.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/02-tips-n-tricks/05-explore_mapdl_files.py b/examples/02-tips-n-tricks/05-explore_mapdl_files.py index 7598aad2df..1684906862 100644 --- a/examples/02-tips-n-tricks/05-explore_mapdl_files.py +++ b/examples/02-tips-n-tricks/05-explore_mapdl_files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/02-tips-n-tricks/06-convert-apdl-to-pymapdl.py b/examples/02-tips-n-tricks/06-convert-apdl-to-pymapdl.py index 21d207c178..4b72a01939 100644 --- a/examples/02-tips-n-tricks/06-convert-apdl-to-pymapdl.py +++ b/examples/02-tips-n-tricks/06-convert-apdl-to-pymapdl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/03-general-fea/00-how_finite_element_works.py b/examples/03-general-fea/00-how_finite_element_works.py index e433537f4f..58b5f905cc 100644 --- a/examples/03-general-fea/00-how_finite_element_works.py +++ b/examples/03-general-fea/00-how_finite_element_works.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/__init__.py b/src/ansys/mapdl/core/__init__.py index ed7ef34c4d..47f5faf6f3 100644 --- a/src/ansys/mapdl/core/__init__.py +++ b/src/ansys/mapdl/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/__init__.py b/src/ansys/mapdl/core/_commands/__init__.py index e965579d72..5a4d3668dd 100644 --- a/src/ansys/mapdl/core/_commands/__init__.py +++ b/src/ansys/mapdl/core/_commands/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/apdl/__init__.py b/src/ansys/mapdl/core/_commands/apdl/__init__.py index 0b2b9772bc..3efb0fa2e8 100644 --- a/src/ansys/mapdl/core/_commands/apdl/__init__.py +++ b/src/ansys/mapdl/core/_commands/apdl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/apdl/abbreviations.py b/src/ansys/mapdl/core/_commands/apdl/abbreviations.py index 38b9d44d88..55de9b7433 100644 --- a/src/ansys/mapdl/core/_commands/apdl/abbreviations.py +++ b/src/ansys/mapdl/core/_commands/apdl/abbreviations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/apdl/array_parameters.py b/src/ansys/mapdl/core/_commands/apdl/array_parameters.py index e6a58fb48d..d4f775abee 100644 --- a/src/ansys/mapdl/core/_commands/apdl/array_parameters.py +++ b/src/ansys/mapdl/core/_commands/apdl/array_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/apdl/encryption_decryption.py b/src/ansys/mapdl/core/_commands/apdl/encryption_decryption.py index 482be1582d..f1f2691d7d 100644 --- a/src/ansys/mapdl/core/_commands/apdl/encryption_decryption.py +++ b/src/ansys/mapdl/core/_commands/apdl/encryption_decryption.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/apdl/macro_files.py b/src/ansys/mapdl/core/_commands/apdl/macro_files.py index d081fbde08..ebce05b928 100644 --- a/src/ansys/mapdl/core/_commands/apdl/macro_files.py +++ b/src/ansys/mapdl/core/_commands/apdl/macro_files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/apdl/matrix_operations.py b/src/ansys/mapdl/core/_commands/apdl/matrix_operations.py index 35a1f1c2d0..af56dfe066 100644 --- a/src/ansys/mapdl/core/_commands/apdl/matrix_operations.py +++ b/src/ansys/mapdl/core/_commands/apdl/matrix_operations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/apdl/parameter_definition.py b/src/ansys/mapdl/core/_commands/apdl/parameter_definition.py index 75a808b106..2f770de011 100644 --- a/src/ansys/mapdl/core/_commands/apdl/parameter_definition.py +++ b/src/ansys/mapdl/core/_commands/apdl/parameter_definition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/apdl/process_controls.py b/src/ansys/mapdl/core/_commands/apdl/process_controls.py index fb47b1bacd..d7f272ba14 100644 --- a/src/ansys/mapdl/core/_commands/apdl/process_controls.py +++ b/src/ansys/mapdl/core/_commands/apdl/process_controls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux12/__init__.py b/src/ansys/mapdl/core/_commands/aux12/__init__.py index 517df78668..9dcc605968 100644 --- a/src/ansys/mapdl/core/_commands/aux12/__init__.py +++ b/src/ansys/mapdl/core/_commands/aux12/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux12/general_radiation.py b/src/ansys/mapdl/core/_commands/aux12/general_radiation.py index 64b03ef222..c06c70d56d 100644 --- a/src/ansys/mapdl/core/_commands/aux12/general_radiation.py +++ b/src/ansys/mapdl/core/_commands/aux12/general_radiation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux12/radiation_matrix_method.py b/src/ansys/mapdl/core/_commands/aux12/radiation_matrix_method.py index 7084c4ab20..9404fe4810 100644 --- a/src/ansys/mapdl/core/_commands/aux12/radiation_matrix_method.py +++ b/src/ansys/mapdl/core/_commands/aux12/radiation_matrix_method.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux12/radiosity_solver.py b/src/ansys/mapdl/core/_commands/aux12/radiosity_solver.py index de2a60a5b6..7c1213c9b3 100644 --- a/src/ansys/mapdl/core/_commands/aux12/radiosity_solver.py +++ b/src/ansys/mapdl/core/_commands/aux12/radiosity_solver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux15/__init__.py b/src/ansys/mapdl/core/_commands/aux15/__init__.py index 483a9e2057..e3d8529088 100644 --- a/src/ansys/mapdl/core/_commands/aux15/__init__.py +++ b/src/ansys/mapdl/core/_commands/aux15/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux15/iges.py b/src/ansys/mapdl/core/_commands/aux15/iges.py index fda711f223..f77a5d746c 100644 --- a/src/ansys/mapdl/core/_commands/aux15/iges.py +++ b/src/ansys/mapdl/core/_commands/aux15/iges.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux2/__init__.py b/src/ansys/mapdl/core/_commands/aux2/__init__.py index 792a0c1515..77a0d46201 100644 --- a/src/ansys/mapdl/core/_commands/aux2/__init__.py +++ b/src/ansys/mapdl/core/_commands/aux2/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux2/binary_file_dump.py b/src/ansys/mapdl/core/_commands/aux2/binary_file_dump.py index 8f0fc278e8..1ef0bd2172 100644 --- a/src/ansys/mapdl/core/_commands/aux2/binary_file_dump.py +++ b/src/ansys/mapdl/core/_commands/aux2/binary_file_dump.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux2/binary_file_manipulation.py b/src/ansys/mapdl/core/_commands/aux2/binary_file_manipulation.py index 2291ef477a..2b5efe9dc8 100644 --- a/src/ansys/mapdl/core/_commands/aux2/binary_file_manipulation.py +++ b/src/ansys/mapdl/core/_commands/aux2/binary_file_manipulation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux3/__init__.py b/src/ansys/mapdl/core/_commands/aux3/__init__.py index ec3d4655d5..4ef6cf8d65 100644 --- a/src/ansys/mapdl/core/_commands/aux3/__init__.py +++ b/src/ansys/mapdl/core/_commands/aux3/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/aux3/results_files.py b/src/ansys/mapdl/core/_commands/aux3/results_files.py index a5caf5f8cc..dc63793e18 100644 --- a/src/ansys/mapdl/core/_commands/aux3/results_files.py +++ b/src/ansys/mapdl/core/_commands/aux3/results_files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/conn.py b/src/ansys/mapdl/core/_commands/conn.py index f31f12eafa..cc7701eeb7 100644 --- a/src/ansys/mapdl/core/_commands/conn.py +++ b/src/ansys/mapdl/core/_commands/conn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/database/__init__.py b/src/ansys/mapdl/core/_commands/database/__init__.py index 473e4f620f..f4321217f4 100644 --- a/src/ansys/mapdl/core/_commands/database/__init__.py +++ b/src/ansys/mapdl/core/_commands/database/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/database/components.py b/src/ansys/mapdl/core/_commands/database/components.py index ed3e1f2014..effed72441 100644 --- a/src/ansys/mapdl/core/_commands/database/components.py +++ b/src/ansys/mapdl/core/_commands/database/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/database/coordinate_system.py b/src/ansys/mapdl/core/_commands/database/coordinate_system.py index 947812ad15..593fe1f112 100644 --- a/src/ansys/mapdl/core/_commands/database/coordinate_system.py +++ b/src/ansys/mapdl/core/_commands/database/coordinate_system.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/database/picking.py b/src/ansys/mapdl/core/_commands/database/picking.py index 103f643385..d00d98e1ff 100644 --- a/src/ansys/mapdl/core/_commands/database/picking.py +++ b/src/ansys/mapdl/core/_commands/database/picking.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/database/selecting.py b/src/ansys/mapdl/core/_commands/database/selecting.py index a16897bf6b..4f02327a0b 100644 --- a/src/ansys/mapdl/core/_commands/database/selecting.py +++ b/src/ansys/mapdl/core/_commands/database/selecting.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/database/set_up.py b/src/ansys/mapdl/core/_commands/database/set_up.py index 904bcdea53..1b100d47ad 100644 --- a/src/ansys/mapdl/core/_commands/database/set_up.py +++ b/src/ansys/mapdl/core/_commands/database/set_up.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/database/working_plane.py b/src/ansys/mapdl/core/_commands/database/working_plane.py index 5f2c2f9950..f75c944d5d 100644 --- a/src/ansys/mapdl/core/_commands/database/working_plane.py +++ b/src/ansys/mapdl/core/_commands/database/working_plane.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/graphics/__init__.py b/src/ansys/mapdl/core/_commands/graphics/__init__.py index bc9a75ca36..4aaf02d521 100644 --- a/src/ansys/mapdl/core/_commands/graphics/__init__.py +++ b/src/ansys/mapdl/core/_commands/graphics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/graphics/annotation.py b/src/ansys/mapdl/core/_commands/graphics/annotation.py index 9da6d040b7..08e157aa28 100644 --- a/src/ansys/mapdl/core/_commands/graphics/annotation.py +++ b/src/ansys/mapdl/core/_commands/graphics/annotation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/graphics/graphs.py b/src/ansys/mapdl/core/_commands/graphics/graphs.py index 3e2c1612ae..41ba0b2de7 100644 --- a/src/ansys/mapdl/core/_commands/graphics/graphs.py +++ b/src/ansys/mapdl/core/_commands/graphics/graphs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/graphics/labeling.py b/src/ansys/mapdl/core/_commands/graphics/labeling.py index c6b9d84a71..2179fd3eee 100644 --- a/src/ansys/mapdl/core/_commands/graphics/labeling.py +++ b/src/ansys/mapdl/core/_commands/graphics/labeling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/graphics/scaling.py b/src/ansys/mapdl/core/_commands/graphics/scaling.py index 4872c8b663..55b7b79fe6 100644 --- a/src/ansys/mapdl/core/_commands/graphics/scaling.py +++ b/src/ansys/mapdl/core/_commands/graphics/scaling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/graphics/set_up.py b/src/ansys/mapdl/core/_commands/graphics/set_up.py index 983c0395c3..4ba3e80faa 100644 --- a/src/ansys/mapdl/core/_commands/graphics/set_up.py +++ b/src/ansys/mapdl/core/_commands/graphics/set_up.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/graphics/style.py b/src/ansys/mapdl/core/_commands/graphics/style.py index a0669aa79c..0d7a9d1522 100644 --- a/src/ansys/mapdl/core/_commands/graphics/style.py +++ b/src/ansys/mapdl/core/_commands/graphics/style.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/graphics/views.py b/src/ansys/mapdl/core/_commands/graphics/views.py index a65b7bfa33..63ca6d5b6d 100644 --- a/src/ansys/mapdl/core/_commands/graphics/views.py +++ b/src/ansys/mapdl/core/_commands/graphics/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/hidden.py b/src/ansys/mapdl/core/_commands/hidden.py index 41edcd1ae4..b7f5482c4a 100644 --- a/src/ansys/mapdl/core/_commands/hidden.py +++ b/src/ansys/mapdl/core/_commands/hidden.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/inq_func.py b/src/ansys/mapdl/core/_commands/inq_func.py index 5964dc5051..bde0a3b7cd 100644 --- a/src/ansys/mapdl/core/_commands/inq_func.py +++ b/src/ansys/mapdl/core/_commands/inq_func.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/map/__init__.py b/src/ansys/mapdl/core/_commands/map/__init__.py index c5f0d648e6..b9e392c31d 100644 --- a/src/ansys/mapdl/core/_commands/map/__init__.py +++ b/src/ansys/mapdl/core/_commands/map/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/map/pressure_mapping.py b/src/ansys/mapdl/core/_commands/map/pressure_mapping.py index 45a772d478..dd005c048c 100644 --- a/src/ansys/mapdl/core/_commands/map/pressure_mapping.py +++ b/src/ansys/mapdl/core/_commands/map/pressure_mapping.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/misc/__init__.py b/src/ansys/mapdl/core/_commands/misc/__init__.py index 92e037a9d4..07769d7d02 100644 --- a/src/ansys/mapdl/core/_commands/misc/__init__.py +++ b/src/ansys/mapdl/core/_commands/misc/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/misc/misc.py b/src/ansys/mapdl/core/_commands/misc/misc.py index 68c34e1765..cbf849a7ac 100644 --- a/src/ansys/mapdl/core/_commands/misc/misc.py +++ b/src/ansys/mapdl/core/_commands/misc/misc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/parse.py b/src/ansys/mapdl/core/_commands/parse.py index 1cd893b5b9..e640232426 100644 --- a/src/ansys/mapdl/core/_commands/parse.py +++ b/src/ansys/mapdl/core/_commands/parse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/__init__.py b/src/ansys/mapdl/core/_commands/post1/__init__.py index 311aecf846..5b3dc7fda1 100644 --- a/src/ansys/mapdl/core/_commands/post1/__init__.py +++ b/src/ansys/mapdl/core/_commands/post1/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/_fatigue.py b/src/ansys/mapdl/core/_commands/post1/_fatigue.py index ae6cd73eac..9a1c9bb264 100644 --- a/src/ansys/mapdl/core/_commands/post1/_fatigue.py +++ b/src/ansys/mapdl/core/_commands/post1/_fatigue.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/_special_purpose.py b/src/ansys/mapdl/core/_commands/post1/_special_purpose.py index 0caf79862b..987c8d012c 100644 --- a/src/ansys/mapdl/core/_commands/post1/_special_purpose.py +++ b/src/ansys/mapdl/core/_commands/post1/_special_purpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/animation.py b/src/ansys/mapdl/core/_commands/post1/animation.py index a7d81d54ff..60da91c3aa 100644 --- a/src/ansys/mapdl/core/_commands/post1/animation.py +++ b/src/ansys/mapdl/core/_commands/post1/animation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/controls.py b/src/ansys/mapdl/core/_commands/post1/controls.py index f92ab71b9f..552be4774a 100644 --- a/src/ansys/mapdl/core/_commands/post1/controls.py +++ b/src/ansys/mapdl/core/_commands/post1/controls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/element_table.py b/src/ansys/mapdl/core/_commands/post1/element_table.py index 31735e2d9f..b3ad070c6c 100644 --- a/src/ansys/mapdl/core/_commands/post1/element_table.py +++ b/src/ansys/mapdl/core/_commands/post1/element_table.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/failure_criteria.py b/src/ansys/mapdl/core/_commands/post1/failure_criteria.py index dd8ab64a38..05f5a66e07 100644 --- a/src/ansys/mapdl/core/_commands/post1/failure_criteria.py +++ b/src/ansys/mapdl/core/_commands/post1/failure_criteria.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/listing.py b/src/ansys/mapdl/core/_commands/post1/listing.py index 69aaeaf5d9..dac04ed540 100644 --- a/src/ansys/mapdl/core/_commands/post1/listing.py +++ b/src/ansys/mapdl/core/_commands/post1/listing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/load_case_calculations.py b/src/ansys/mapdl/core/_commands/post1/load_case_calculations.py index 8db13a5c19..09a4e60020 100644 --- a/src/ansys/mapdl/core/_commands/post1/load_case_calculations.py +++ b/src/ansys/mapdl/core/_commands/post1/load_case_calculations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/magnetics_calculations.py b/src/ansys/mapdl/core/_commands/post1/magnetics_calculations.py index fadfaa3507..7104b5f777 100644 --- a/src/ansys/mapdl/core/_commands/post1/magnetics_calculations.py +++ b/src/ansys/mapdl/core/_commands/post1/magnetics_calculations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/path_operations.py b/src/ansys/mapdl/core/_commands/post1/path_operations.py index 3de94f3482..f6e87f8f2d 100644 --- a/src/ansys/mapdl/core/_commands/post1/path_operations.py +++ b/src/ansys/mapdl/core/_commands/post1/path_operations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/results.py b/src/ansys/mapdl/core/_commands/post1/results.py index e360c39d34..88041f4db5 100644 --- a/src/ansys/mapdl/core/_commands/post1/results.py +++ b/src/ansys/mapdl/core/_commands/post1/results.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/set_up.py b/src/ansys/mapdl/core/_commands/post1/set_up.py index c78038b387..91d353d883 100644 --- a/src/ansys/mapdl/core/_commands/post1/set_up.py +++ b/src/ansys/mapdl/core/_commands/post1/set_up.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/special_purpose.py b/src/ansys/mapdl/core/_commands/post1/special_purpose.py index 0320072a36..536353ae48 100644 --- a/src/ansys/mapdl/core/_commands/post1/special_purpose.py +++ b/src/ansys/mapdl/core/_commands/post1/special_purpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/status.py b/src/ansys/mapdl/core/_commands/post1/status.py index 0e0ebabf4e..3f2296e354 100644 --- a/src/ansys/mapdl/core/_commands/post1/status.py +++ b/src/ansys/mapdl/core/_commands/post1/status.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/surface_operations.py b/src/ansys/mapdl/core/_commands/post1/surface_operations.py index 399fd4bd09..295e000796 100644 --- a/src/ansys/mapdl/core/_commands/post1/surface_operations.py +++ b/src/ansys/mapdl/core/_commands/post1/surface_operations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post1/trace_points.py b/src/ansys/mapdl/core/_commands/post1/trace_points.py index 73a8236ca6..cc44ec4c8b 100644 --- a/src/ansys/mapdl/core/_commands/post1/trace_points.py +++ b/src/ansys/mapdl/core/_commands/post1/trace_points.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post26/__init__.py b/src/ansys/mapdl/core/_commands/post26/__init__.py index 7002ecee1b..63b3dd7074 100644 --- a/src/ansys/mapdl/core/_commands/post26/__init__.py +++ b/src/ansys/mapdl/core/_commands/post26/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post26/_set_up.py b/src/ansys/mapdl/core/_commands/post26/_set_up.py index 527beecbe6..04552a50fa 100644 --- a/src/ansys/mapdl/core/_commands/post26/_set_up.py +++ b/src/ansys/mapdl/core/_commands/post26/_set_up.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post26/controls.py b/src/ansys/mapdl/core/_commands/post26/controls.py index 81c495b42e..b8c2b9f1c7 100644 --- a/src/ansys/mapdl/core/_commands/post26/controls.py +++ b/src/ansys/mapdl/core/_commands/post26/controls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post26/display.py b/src/ansys/mapdl/core/_commands/post26/display.py index ee245978d4..945ac48f5a 100644 --- a/src/ansys/mapdl/core/_commands/post26/display.py +++ b/src/ansys/mapdl/core/_commands/post26/display.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post26/listing.py b/src/ansys/mapdl/core/_commands/post26/listing.py index 25589230c1..10f4f61e4b 100644 --- a/src/ansys/mapdl/core/_commands/post26/listing.py +++ b/src/ansys/mapdl/core/_commands/post26/listing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post26/operations.py b/src/ansys/mapdl/core/_commands/post26/operations.py index 7090fb22e9..729c15641c 100644 --- a/src/ansys/mapdl/core/_commands/post26/operations.py +++ b/src/ansys/mapdl/core/_commands/post26/operations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post26/set_up.py b/src/ansys/mapdl/core/_commands/post26/set_up.py index b1493243ba..ab4919c63d 100644 --- a/src/ansys/mapdl/core/_commands/post26/set_up.py +++ b/src/ansys/mapdl/core/_commands/post26/set_up.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post26/special_purpose.py b/src/ansys/mapdl/core/_commands/post26/special_purpose.py index 3a94ccc26d..9510ae8f8f 100644 --- a/src/ansys/mapdl/core/_commands/post26/special_purpose.py +++ b/src/ansys/mapdl/core/_commands/post26/special_purpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/post26/status.py b/src/ansys/mapdl/core/_commands/post26/status.py index c7dc52165f..131b17ea61 100644 --- a/src/ansys/mapdl/core/_commands/post26/status.py +++ b/src/ansys/mapdl/core/_commands/post26/status.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/__init__.py b/src/ansys/mapdl/core/_commands/preproc/__init__.py index 82c6e53ae7..1f5c3bf298 100644 --- a/src/ansys/mapdl/core/_commands/preproc/__init__.py +++ b/src/ansys/mapdl/core/_commands/preproc/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/areas.py b/src/ansys/mapdl/core/_commands/preproc/areas.py index 060a9fdad5..c874277c56 100644 --- a/src/ansys/mapdl/core/_commands/preproc/areas.py +++ b/src/ansys/mapdl/core/_commands/preproc/areas.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/artificially_matched_layers.py b/src/ansys/mapdl/core/_commands/preproc/artificially_matched_layers.py index 4e32bfca43..a36f5ddaf0 100644 --- a/src/ansys/mapdl/core/_commands/preproc/artificially_matched_layers.py +++ b/src/ansys/mapdl/core/_commands/preproc/artificially_matched_layers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/booleans.py b/src/ansys/mapdl/core/_commands/preproc/booleans.py index c1048d4baa..a536f8e1cd 100644 --- a/src/ansys/mapdl/core/_commands/preproc/booleans.py +++ b/src/ansys/mapdl/core/_commands/preproc/booleans.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/constraint_equations.py b/src/ansys/mapdl/core/_commands/preproc/constraint_equations.py index 5ccbba95d9..e8a8cbce95 100644 --- a/src/ansys/mapdl/core/_commands/preproc/constraint_equations.py +++ b/src/ansys/mapdl/core/_commands/preproc/constraint_equations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/coupled_dof.py b/src/ansys/mapdl/core/_commands/preproc/coupled_dof.py index b1cb85de15..90865683f9 100644 --- a/src/ansys/mapdl/core/_commands/preproc/coupled_dof.py +++ b/src/ansys/mapdl/core/_commands/preproc/coupled_dof.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/database.py b/src/ansys/mapdl/core/_commands/preproc/database.py index c37883f003..c1729674b1 100644 --- a/src/ansys/mapdl/core/_commands/preproc/database.py +++ b/src/ansys/mapdl/core/_commands/preproc/database.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/digitizing.py b/src/ansys/mapdl/core/_commands/preproc/digitizing.py index 8193c4c513..11eb41587f 100644 --- a/src/ansys/mapdl/core/_commands/preproc/digitizing.py +++ b/src/ansys/mapdl/core/_commands/preproc/digitizing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/element_type.py b/src/ansys/mapdl/core/_commands/preproc/element_type.py index 06743c7e45..fb8ff0b82f 100644 --- a/src/ansys/mapdl/core/_commands/preproc/element_type.py +++ b/src/ansys/mapdl/core/_commands/preproc/element_type.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/elements.py b/src/ansys/mapdl/core/_commands/preproc/elements.py index f0f8939d84..ecdf7f9673 100644 --- a/src/ansys/mapdl/core/_commands/preproc/elements.py +++ b/src/ansys/mapdl/core/_commands/preproc/elements.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/explicit_dynamics.py b/src/ansys/mapdl/core/_commands/preproc/explicit_dynamics.py index db44a9ef3d..41dbdad74f 100644 --- a/src/ansys/mapdl/core/_commands/preproc/explicit_dynamics.py +++ b/src/ansys/mapdl/core/_commands/preproc/explicit_dynamics.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/hard_points.py b/src/ansys/mapdl/core/_commands/preproc/hard_points.py index b194d4083b..82fb9f9250 100644 --- a/src/ansys/mapdl/core/_commands/preproc/hard_points.py +++ b/src/ansys/mapdl/core/_commands/preproc/hard_points.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/keypoints.py b/src/ansys/mapdl/core/_commands/preproc/keypoints.py index 98872825a9..dc4cf9564f 100644 --- a/src/ansys/mapdl/core/_commands/preproc/keypoints.py +++ b/src/ansys/mapdl/core/_commands/preproc/keypoints.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/lines.py b/src/ansys/mapdl/core/_commands/preproc/lines.py index b646d1cee1..1e33ed8ab7 100644 --- a/src/ansys/mapdl/core/_commands/preproc/lines.py +++ b/src/ansys/mapdl/core/_commands/preproc/lines.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/material_data_tables.py b/src/ansys/mapdl/core/_commands/preproc/material_data_tables.py index 9259f037e9..fafad786ee 100644 --- a/src/ansys/mapdl/core/_commands/preproc/material_data_tables.py +++ b/src/ansys/mapdl/core/_commands/preproc/material_data_tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/materials.py b/src/ansys/mapdl/core/_commands/preproc/materials.py index 650a222c18..5979e95ea7 100644 --- a/src/ansys/mapdl/core/_commands/preproc/materials.py +++ b/src/ansys/mapdl/core/_commands/preproc/materials.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/meshing.py b/src/ansys/mapdl/core/_commands/preproc/meshing.py index b65793164d..8f43c2807a 100644 --- a/src/ansys/mapdl/core/_commands/preproc/meshing.py +++ b/src/ansys/mapdl/core/_commands/preproc/meshing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/morphing.py b/src/ansys/mapdl/core/_commands/preproc/morphing.py index 2f1266b201..b3dde511f4 100644 --- a/src/ansys/mapdl/core/_commands/preproc/morphing.py +++ b/src/ansys/mapdl/core/_commands/preproc/morphing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/nodes.py b/src/ansys/mapdl/core/_commands/preproc/nodes.py index 3bb017a4ed..64cd9cdcba 100644 --- a/src/ansys/mapdl/core/_commands/preproc/nodes.py +++ b/src/ansys/mapdl/core/_commands/preproc/nodes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/primitives.py b/src/ansys/mapdl/core/_commands/preproc/primitives.py index a164298f66..f75b88feb6 100644 --- a/src/ansys/mapdl/core/_commands/preproc/primitives.py +++ b/src/ansys/mapdl/core/_commands/preproc/primitives.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/real_constants.py b/src/ansys/mapdl/core/_commands/preproc/real_constants.py index 438e2d6584..0368204cc9 100644 --- a/src/ansys/mapdl/core/_commands/preproc/real_constants.py +++ b/src/ansys/mapdl/core/_commands/preproc/real_constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/sections.py b/src/ansys/mapdl/core/_commands/preproc/sections.py index 3e551967ab..5593f00d18 100644 --- a/src/ansys/mapdl/core/_commands/preproc/sections.py +++ b/src/ansys/mapdl/core/_commands/preproc/sections.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/special_purpose.py b/src/ansys/mapdl/core/_commands/preproc/special_purpose.py index 5afe6b7f75..c2c5756ec1 100644 --- a/src/ansys/mapdl/core/_commands/preproc/special_purpose.py +++ b/src/ansys/mapdl/core/_commands/preproc/special_purpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/status.py b/src/ansys/mapdl/core/_commands/preproc/status.py index c425c19d51..6608c8dce9 100644 --- a/src/ansys/mapdl/core/_commands/preproc/status.py +++ b/src/ansys/mapdl/core/_commands/preproc/status.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/superelements.py b/src/ansys/mapdl/core/_commands/preproc/superelements.py index 34600a9b8f..2ce526ecd0 100644 --- a/src/ansys/mapdl/core/_commands/preproc/superelements.py +++ b/src/ansys/mapdl/core/_commands/preproc/superelements.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/preproc/volumes.py b/src/ansys/mapdl/core/_commands/preproc/volumes.py index f75fc84bc7..95c23180a9 100644 --- a/src/ansys/mapdl/core/_commands/preproc/volumes.py +++ b/src/ansys/mapdl/core/_commands/preproc/volumes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/session/__init__.py b/src/ansys/mapdl/core/_commands/session/__init__.py index 43083dd622..f683fbe4cd 100644 --- a/src/ansys/mapdl/core/_commands/session/__init__.py +++ b/src/ansys/mapdl/core/_commands/session/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/session/files.py b/src/ansys/mapdl/core/_commands/session/files.py index 847f9c1a76..e27e70969d 100644 --- a/src/ansys/mapdl/core/_commands/session/files.py +++ b/src/ansys/mapdl/core/_commands/session/files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/session/list_controls.py b/src/ansys/mapdl/core/_commands/session/list_controls.py index 9a4cae4398..1bdbf5e4a4 100644 --- a/src/ansys/mapdl/core/_commands/session/list_controls.py +++ b/src/ansys/mapdl/core/_commands/session/list_controls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/session/processor_entry.py b/src/ansys/mapdl/core/_commands/session/processor_entry.py index 18d0f7beaa..41e69b6d9b 100644 --- a/src/ansys/mapdl/core/_commands/session/processor_entry.py +++ b/src/ansys/mapdl/core/_commands/session/processor_entry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/session/run_controls.py b/src/ansys/mapdl/core/_commands/session/run_controls.py index d8794ae069..f09f4c0b35 100644 --- a/src/ansys/mapdl/core/_commands/session/run_controls.py +++ b/src/ansys/mapdl/core/_commands/session/run_controls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/__init__.py b/src/ansys/mapdl/core/_commands/solution/__init__.py index 38fa021bed..0c25028648 100644 --- a/src/ansys/mapdl/core/_commands/solution/__init__.py +++ b/src/ansys/mapdl/core/_commands/solution/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/all_others.py b/src/ansys/mapdl/core/_commands/solution/all_others.py index b55dfdc012..2d5324c96e 100644 --- a/src/ansys/mapdl/core/_commands/solution/all_others.py +++ b/src/ansys/mapdl/core/_commands/solution/all_others.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/analysis_options.py b/src/ansys/mapdl/core/_commands/solution/analysis_options.py index 3544ad5807..eb7ce0da10 100644 --- a/src/ansys/mapdl/core/_commands/solution/analysis_options.py +++ b/src/ansys/mapdl/core/_commands/solution/analysis_options.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/birth_and_death.py b/src/ansys/mapdl/core/_commands/solution/birth_and_death.py index da203c659d..c17e1d81f6 100644 --- a/src/ansys/mapdl/core/_commands/solution/birth_and_death.py +++ b/src/ansys/mapdl/core/_commands/solution/birth_and_death.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/dynamic_options.py b/src/ansys/mapdl/core/_commands/solution/dynamic_options.py index 44c2b31ef2..1bf53cc24d 100644 --- a/src/ansys/mapdl/core/_commands/solution/dynamic_options.py +++ b/src/ansys/mapdl/core/_commands/solution/dynamic_options.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/fe_body_loads.py b/src/ansys/mapdl/core/_commands/solution/fe_body_loads.py index 28b5dfe4bc..9e7968e3e4 100644 --- a/src/ansys/mapdl/core/_commands/solution/fe_body_loads.py +++ b/src/ansys/mapdl/core/_commands/solution/fe_body_loads.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/fe_constraints.py b/src/ansys/mapdl/core/_commands/solution/fe_constraints.py index c3044bf45a..c317e172e5 100644 --- a/src/ansys/mapdl/core/_commands/solution/fe_constraints.py +++ b/src/ansys/mapdl/core/_commands/solution/fe_constraints.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/fe_forces.py b/src/ansys/mapdl/core/_commands/solution/fe_forces.py index 20eeaadaed..e7c910bdaa 100644 --- a/src/ansys/mapdl/core/_commands/solution/fe_forces.py +++ b/src/ansys/mapdl/core/_commands/solution/fe_forces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/fe_surface_loads.py b/src/ansys/mapdl/core/_commands/solution/fe_surface_loads.py index ac33702890..b97f7c548e 100644 --- a/src/ansys/mapdl/core/_commands/solution/fe_surface_loads.py +++ b/src/ansys/mapdl/core/_commands/solution/fe_surface_loads.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/gap_conditions.py b/src/ansys/mapdl/core/_commands/solution/gap_conditions.py index 0c27e8f596..66e66b3186 100644 --- a/src/ansys/mapdl/core/_commands/solution/gap_conditions.py +++ b/src/ansys/mapdl/core/_commands/solution/gap_conditions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/inertia.py b/src/ansys/mapdl/core/_commands/solution/inertia.py index 69569cf193..3fb2ce190d 100644 --- a/src/ansys/mapdl/core/_commands/solution/inertia.py +++ b/src/ansys/mapdl/core/_commands/solution/inertia.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/load_step_operations.py b/src/ansys/mapdl/core/_commands/solution/load_step_operations.py index f82e87b1b6..dbacf384e0 100644 --- a/src/ansys/mapdl/core/_commands/solution/load_step_operations.py +++ b/src/ansys/mapdl/core/_commands/solution/load_step_operations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/load_step_options.py b/src/ansys/mapdl/core/_commands/solution/load_step_options.py index b45695aa1a..721f394810 100644 --- a/src/ansys/mapdl/core/_commands/solution/load_step_options.py +++ b/src/ansys/mapdl/core/_commands/solution/load_step_options.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/master_dof.py b/src/ansys/mapdl/core/_commands/solution/master_dof.py index 736a7c447c..e480b80430 100644 --- a/src/ansys/mapdl/core/_commands/solution/master_dof.py +++ b/src/ansys/mapdl/core/_commands/solution/master_dof.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/miscellaneous_loads.py b/src/ansys/mapdl/core/_commands/solution/miscellaneous_loads.py index 3fa86cdd62..6ff3676b5c 100644 --- a/src/ansys/mapdl/core/_commands/solution/miscellaneous_loads.py +++ b/src/ansys/mapdl/core/_commands/solution/miscellaneous_loads.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_convergence_controls.py b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_convergence_controls.py index ac8fc23590..1ee659854c 100644 --- a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_convergence_controls.py +++ b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_convergence_controls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_definition_commands.py b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_definition_commands.py index 503663b9ba..55b44801ea 100644 --- a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_definition_commands.py +++ b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_definition_commands.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_global_controls.py b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_global_controls.py index 221e949c44..a749ab5028 100644 --- a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_global_controls.py +++ b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_global_controls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_interface_mapping.py b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_interface_mapping.py index f6f2c1a8b7..9002da8b59 100644 --- a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_interface_mapping.py +++ b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_interface_mapping.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_load_transfer.py b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_load_transfer.py index 8b9f1eaae2..9082a5e943 100644 --- a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_load_transfer.py +++ b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_load_transfer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_time_controls.py b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_time_controls.py index 2283ff4a5d..2998fded70 100644 --- a/src/ansys/mapdl/core/_commands/solution/multi_field_solver_time_controls.py +++ b/src/ansys/mapdl/core/_commands/solution/multi_field_solver_time_controls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/nonlinear_options.py b/src/ansys/mapdl/core/_commands/solution/nonlinear_options.py index ac1bc0fc63..e869a68a11 100644 --- a/src/ansys/mapdl/core/_commands/solution/nonlinear_options.py +++ b/src/ansys/mapdl/core/_commands/solution/nonlinear_options.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/ocean.py b/src/ansys/mapdl/core/_commands/solution/ocean.py index 2f1e83ce58..76d54c48a3 100644 --- a/src/ansys/mapdl/core/_commands/solution/ocean.py +++ b/src/ansys/mapdl/core/_commands/solution/ocean.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/radiosity.py b/src/ansys/mapdl/core/_commands/solution/radiosity.py index aa48864784..cf83c9b21a 100644 --- a/src/ansys/mapdl/core/_commands/solution/radiosity.py +++ b/src/ansys/mapdl/core/_commands/solution/radiosity.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/rezoning.py b/src/ansys/mapdl/core/_commands/solution/rezoning.py index f89f887f3e..8a6a905686 100644 --- a/src/ansys/mapdl/core/_commands/solution/rezoning.py +++ b/src/ansys/mapdl/core/_commands/solution/rezoning.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/solid_body_loads.py b/src/ansys/mapdl/core/_commands/solution/solid_body_loads.py index e6093dfdfa..6bfd451e95 100644 --- a/src/ansys/mapdl/core/_commands/solution/solid_body_loads.py +++ b/src/ansys/mapdl/core/_commands/solution/solid_body_loads.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/solid_constraints.py b/src/ansys/mapdl/core/_commands/solution/solid_constraints.py index 4298195d0f..dd5e110056 100644 --- a/src/ansys/mapdl/core/_commands/solution/solid_constraints.py +++ b/src/ansys/mapdl/core/_commands/solution/solid_constraints.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/solid_forces.py b/src/ansys/mapdl/core/_commands/solution/solid_forces.py index 43e7ca416c..be801640cf 100644 --- a/src/ansys/mapdl/core/_commands/solution/solid_forces.py +++ b/src/ansys/mapdl/core/_commands/solution/solid_forces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/solid_surface_loads.py b/src/ansys/mapdl/core/_commands/solution/solid_surface_loads.py index 1586eb0456..9917f127a4 100644 --- a/src/ansys/mapdl/core/_commands/solution/solid_surface_loads.py +++ b/src/ansys/mapdl/core/_commands/solution/solid_surface_loads.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/solution_status.py b/src/ansys/mapdl/core/_commands/solution/solution_status.py index ab21042f5b..7a6f881e4d 100644 --- a/src/ansys/mapdl/core/_commands/solution/solution_status.py +++ b/src/ansys/mapdl/core/_commands/solution/solution_status.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/spectrum_options.py b/src/ansys/mapdl/core/_commands/solution/spectrum_options.py index 2961b85f25..749fba216f 100644 --- a/src/ansys/mapdl/core/_commands/solution/spectrum_options.py +++ b/src/ansys/mapdl/core/_commands/solution/spectrum_options.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_commands/solution/twod_to_3d_analysis.py b/src/ansys/mapdl/core/_commands/solution/twod_to_3d_analysis.py index 5fe6d4caea..55db8a9639 100644 --- a/src/ansys/mapdl/core/_commands/solution/twod_to_3d_analysis.py +++ b/src/ansys/mapdl/core/_commands/solution/twod_to_3d_analysis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/_version.py b/src/ansys/mapdl/core/_version.py index 58dd73cbc4..6c6892bb43 100644 --- a/src/ansys/mapdl/core/_version.py +++ b/src/ansys/mapdl/core/_version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/cli/__init__.py b/src/ansys/mapdl/core/cli/__init__.py index 0f62e64858..6a3943b6e3 100644 --- a/src/ansys/mapdl/core/cli/__init__.py +++ b/src/ansys/mapdl/core/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/cli/convert.py b/src/ansys/mapdl/core/cli/convert.py index 176c61341d..c38b8485f1 100644 --- a/src/ansys/mapdl/core/cli/convert.py +++ b/src/ansys/mapdl/core/cli/convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/cli/core.py b/src/ansys/mapdl/core/cli/core.py index 40d1d29668..23431ed3d2 100644 --- a/src/ansys/mapdl/core/cli/core.py +++ b/src/ansys/mapdl/core/cli/core.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/cli/list_instances.py b/src/ansys/mapdl/core/cli/list_instances.py index 515d00ce45..8f85811cc1 100644 --- a/src/ansys/mapdl/core/cli/list_instances.py +++ b/src/ansys/mapdl/core/cli/list_instances.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/cli/start.py b/src/ansys/mapdl/core/cli/start.py index 2ef5a88595..27436242bd 100644 --- a/src/ansys/mapdl/core/cli/start.py +++ b/src/ansys/mapdl/core/cli/start.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/cli/stop.py b/src/ansys/mapdl/core/cli/stop.py index 697814b853..e9a7b64b91 100644 --- a/src/ansys/mapdl/core/cli/stop.py +++ b/src/ansys/mapdl/core/cli/stop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/commands.py b/src/ansys/mapdl/core/commands.py index 725840464c..f3a99843e0 100644 --- a/src/ansys/mapdl/core/commands.py +++ b/src/ansys/mapdl/core/commands.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/common_grpc.py b/src/ansys/mapdl/core/common_grpc.py index 4e93debaf2..a02e73bb6c 100644 --- a/src/ansys/mapdl/core/common_grpc.py +++ b/src/ansys/mapdl/core/common_grpc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/component.py b/src/ansys/mapdl/core/component.py index f9b8805de1..42f159142a 100644 --- a/src/ansys/mapdl/core/component.py +++ b/src/ansys/mapdl/core/component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/convert.py b/src/ansys/mapdl/core/convert.py index def02044c2..dffca006d5 100644 --- a/src/ansys/mapdl/core/convert.py +++ b/src/ansys/mapdl/core/convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/database/__init__.py b/src/ansys/mapdl/core/database/__init__.py index a842823bc6..c6b08414f2 100644 --- a/src/ansys/mapdl/core/database/__init__.py +++ b/src/ansys/mapdl/core/database/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/database/database.py b/src/ansys/mapdl/core/database/database.py index c65d26732b..d96a285664 100644 --- a/src/ansys/mapdl/core/database/database.py +++ b/src/ansys/mapdl/core/database/database.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/database/elems.py b/src/ansys/mapdl/core/database/elems.py index c453e28051..e9a2b25c77 100644 --- a/src/ansys/mapdl/core/database/elems.py +++ b/src/ansys/mapdl/core/database/elems.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/database/nodes.py b/src/ansys/mapdl/core/database/nodes.py index d034976e92..b2eda7548a 100644 --- a/src/ansys/mapdl/core/database/nodes.py +++ b/src/ansys/mapdl/core/database/nodes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/errors.py b/src/ansys/mapdl/core/errors.py index 48abc9f49b..c47470f110 100644 --- a/src/ansys/mapdl/core/errors.py +++ b/src/ansys/mapdl/core/errors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/examples/__init__.py b/src/ansys/mapdl/core/examples/__init__.py index 68ed4abab0..a90a03ace5 100644 --- a/src/ansys/mapdl/core/examples/__init__.py +++ b/src/ansys/mapdl/core/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/examples/downloads.py b/src/ansys/mapdl/core/examples/downloads.py index 05fa8f5adb..87fabffaf7 100644 --- a/src/ansys/mapdl/core/examples/downloads.py +++ b/src/ansys/mapdl/core/examples/downloads.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/examples/examples.py b/src/ansys/mapdl/core/examples/examples.py index 969b2f87ba..66596fe260 100644 --- a/src/ansys/mapdl/core/examples/examples.py +++ b/src/ansys/mapdl/core/examples/examples.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/examples/verif_files.py b/src/ansys/mapdl/core/examples/verif_files.py index 3a0d291d01..62e82db71d 100755 --- a/src/ansys/mapdl/core/examples/verif_files.py +++ b/src/ansys/mapdl/core/examples/verif_files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/helpers.py b/src/ansys/mapdl/core/helpers.py index c65f4c31db..d9b02ac2ad 100644 --- a/src/ansys/mapdl/core/helpers.py +++ b/src/ansys/mapdl/core/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/information.py b/src/ansys/mapdl/core/information.py index 56bf4a39f4..8075f6433a 100644 --- a/src/ansys/mapdl/core/information.py +++ b/src/ansys/mapdl/core/information.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/__init__.py b/src/ansys/mapdl/core/inline_functions/__init__.py index 3433c2900f..e74dbede0b 100644 --- a/src/ansys/mapdl/core/inline_functions/__init__.py +++ b/src/ansys/mapdl/core/inline_functions/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/component_queries.py b/src/ansys/mapdl/core/inline_functions/component_queries.py index 667cb782fc..3879a23962 100644 --- a/src/ansys/mapdl/core/inline_functions/component_queries.py +++ b/src/ansys/mapdl/core/inline_functions/component_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/connectivity_queries.py b/src/ansys/mapdl/core/inline_functions/connectivity_queries.py index 3fc143889c..e54838eb71 100644 --- a/src/ansys/mapdl/core/inline_functions/connectivity_queries.py +++ b/src/ansys/mapdl/core/inline_functions/connectivity_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/core.py b/src/ansys/mapdl/core/inline_functions/core.py index a40cb24f08..8a4f8d9af6 100644 --- a/src/ansys/mapdl/core/inline_functions/core.py +++ b/src/ansys/mapdl/core/inline_functions/core.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/geometry_queries.py b/src/ansys/mapdl/core/inline_functions/geometry_queries.py index 16fa9bbbca..b4fb6a0a5b 100644 --- a/src/ansys/mapdl/core/inline_functions/geometry_queries.py +++ b/src/ansys/mapdl/core/inline_functions/geometry_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/inline_functions.py b/src/ansys/mapdl/core/inline_functions/inline_functions.py index 05eb2aca91..5d7938f84f 100644 --- a/src/ansys/mapdl/core/inline_functions/inline_functions.py +++ b/src/ansys/mapdl/core/inline_functions/inline_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/line_queries.py b/src/ansys/mapdl/core/inline_functions/line_queries.py index 6063ffc3a4..679619b01b 100644 --- a/src/ansys/mapdl/core/inline_functions/line_queries.py +++ b/src/ansys/mapdl/core/inline_functions/line_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/nearest_queries.py b/src/ansys/mapdl/core/inline_functions/nearest_queries.py index 5d01d9fea3..6b0d1c38d1 100644 --- a/src/ansys/mapdl/core/inline_functions/nearest_queries.py +++ b/src/ansys/mapdl/core/inline_functions/nearest_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/normals_queries.py b/src/ansys/mapdl/core/inline_functions/normals_queries.py index 76d7ae67a3..11c3a2e3e1 100644 --- a/src/ansys/mapdl/core/inline_functions/normals_queries.py +++ b/src/ansys/mapdl/core/inline_functions/normals_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/scalar_queries.py b/src/ansys/mapdl/core/inline_functions/scalar_queries.py index 07bf542808..94d3d9e135 100644 --- a/src/ansys/mapdl/core/inline_functions/scalar_queries.py +++ b/src/ansys/mapdl/core/inline_functions/scalar_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/inline_functions/selection_queries.py b/src/ansys/mapdl/core/inline_functions/selection_queries.py index 41de4431b4..535385ecfe 100644 --- a/src/ansys/mapdl/core/inline_functions/selection_queries.py +++ b/src/ansys/mapdl/core/inline_functions/selection_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/jupyter.py b/src/ansys/mapdl/core/jupyter.py index 070a50cea3..6e51ebbb23 100644 --- a/src/ansys/mapdl/core/jupyter.py +++ b/src/ansys/mapdl/core/jupyter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/krylov.py b/src/ansys/mapdl/core/krylov.py index 0897e7d748..a3aae15298 100644 --- a/src/ansys/mapdl/core/krylov.py +++ b/src/ansys/mapdl/core/krylov.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/launcher.py b/src/ansys/mapdl/core/launcher.py index df0e470482..d518bb59bd 100644 --- a/src/ansys/mapdl/core/launcher.py +++ b/src/ansys/mapdl/core/launcher.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/licensing.py b/src/ansys/mapdl/core/licensing.py index 6dce2a14b2..edba7baba2 100644 --- a/src/ansys/mapdl/core/licensing.py +++ b/src/ansys/mapdl/core/licensing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/logging.py b/src/ansys/mapdl/core/logging.py index 155803a135..ccc13afa6c 100644 --- a/src/ansys/mapdl/core/logging.py +++ b/src/ansys/mapdl/core/logging.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mapdl.py b/src/ansys/mapdl/core/mapdl.py index 59908e4a51..698c133805 100644 --- a/src/ansys/mapdl/core/mapdl.py +++ b/src/ansys/mapdl/core/mapdl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mapdl_console.py b/src/ansys/mapdl/core/mapdl_console.py index a840c7e2d1..caf3b28c1c 100644 --- a/src/ansys/mapdl/core/mapdl_console.py +++ b/src/ansys/mapdl/core/mapdl_console.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mapdl_core.py b/src/ansys/mapdl/core/mapdl_core.py index 09841db87e..d2508c3cff 100644 --- a/src/ansys/mapdl/core/mapdl_core.py +++ b/src/ansys/mapdl/core/mapdl_core.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mapdl_extended.py b/src/ansys/mapdl/core/mapdl_extended.py index 882d08ed36..2b14445c1b 100644 --- a/src/ansys/mapdl/core/mapdl_extended.py +++ b/src/ansys/mapdl/core/mapdl_extended.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mapdl_geometry.py b/src/ansys/mapdl/core/mapdl_geometry.py index 13e840c662..07485f705f 100644 --- a/src/ansys/mapdl/core/mapdl_geometry.py +++ b/src/ansys/mapdl/core/mapdl_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mapdl_grpc.py b/src/ansys/mapdl/core/mapdl_grpc.py index 4250b68820..3472a7458c 100644 --- a/src/ansys/mapdl/core/mapdl_grpc.py +++ b/src/ansys/mapdl/core/mapdl_grpc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mapdl_inprocess.py b/src/ansys/mapdl/core/mapdl_inprocess.py index 4754537767..9566a93094 100644 --- a/src/ansys/mapdl/core/mapdl_inprocess.py +++ b/src/ansys/mapdl/core/mapdl_inprocess.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mapdl_types.py b/src/ansys/mapdl/core/mapdl_types.py index 09a54db7ed..3d5d41a6bb 100644 --- a/src/ansys/mapdl/core/mapdl_types.py +++ b/src/ansys/mapdl/core/mapdl_types.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mesh/__init__.py b/src/ansys/mapdl/core/mesh/__init__.py index b55dfdc012..2d5324c96e 100644 --- a/src/ansys/mapdl/core/mesh/__init__.py +++ b/src/ansys/mapdl/core/mesh/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mesh/mesh.py b/src/ansys/mapdl/core/mesh/mesh.py index a2edea4c76..166a439359 100644 --- a/src/ansys/mapdl/core/mesh/mesh.py +++ b/src/ansys/mapdl/core/mesh/mesh.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/mesh_grpc.py b/src/ansys/mapdl/core/mesh_grpc.py index 76f479ecd5..e6aabbab22 100644 --- a/src/ansys/mapdl/core/mesh_grpc.py +++ b/src/ansys/mapdl/core/mesh_grpc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/misc.py b/src/ansys/mapdl/core/misc.py index 45be591f31..e4b2be44cf 100644 --- a/src/ansys/mapdl/core/misc.py +++ b/src/ansys/mapdl/core/misc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/parameters.py b/src/ansys/mapdl/core/parameters.py index e2323b9d9c..c92676adcb 100644 --- a/src/ansys/mapdl/core/parameters.py +++ b/src/ansys/mapdl/core/parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/plotting/__init__.py b/src/ansys/mapdl/core/plotting/__init__.py index 988e1cb64b..2f8613f52a 100644 --- a/src/ansys/mapdl/core/plotting/__init__.py +++ b/src/ansys/mapdl/core/plotting/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/plotting/consts.py b/src/ansys/mapdl/core/plotting/consts.py index 8d1ee9d427..9ecdf66f81 100644 --- a/src/ansys/mapdl/core/plotting/consts.py +++ b/src/ansys/mapdl/core/plotting/consts.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/plotting/plotting_defaults.py b/src/ansys/mapdl/core/plotting/plotting_defaults.py index 6ce1bfd6b0..e4e86c56eb 100644 --- a/src/ansys/mapdl/core/plotting/plotting_defaults.py +++ b/src/ansys/mapdl/core/plotting/plotting_defaults.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/plotting/theme.py b/src/ansys/mapdl/core/plotting/theme.py index 5a2b85b6f2..c75c37168d 100644 --- a/src/ansys/mapdl/core/plotting/theme.py +++ b/src/ansys/mapdl/core/plotting/theme.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/plotting/visualizer.py b/src/ansys/mapdl/core/plotting/visualizer.py index be9e2fb9d4..8041659afb 100644 --- a/src/ansys/mapdl/core/plotting/visualizer.py +++ b/src/ansys/mapdl/core/plotting/visualizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/pool.py b/src/ansys/mapdl/core/pool.py index f44bfd8fc4..22c6c0a6cc 100755 --- a/src/ansys/mapdl/core/pool.py +++ b/src/ansys/mapdl/core/pool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/post.py b/src/ansys/mapdl/core/post.py index 6efb0a0090..28a5df5ab5 100644 --- a/src/ansys/mapdl/core/post.py +++ b/src/ansys/mapdl/core/post.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/reader/__init__.py b/src/ansys/mapdl/core/reader/__init__.py index e55a4fa2c2..8d2375b91c 100644 --- a/src/ansys/mapdl/core/reader/__init__.py +++ b/src/ansys/mapdl/core/reader/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/reader/constants.py b/src/ansys/mapdl/core/reader/constants.py index 0722f7cfe9..5a25d853ac 100644 --- a/src/ansys/mapdl/core/reader/constants.py +++ b/src/ansys/mapdl/core/reader/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/reader/core.py b/src/ansys/mapdl/core/reader/core.py index 3764e01a6d..0bb0886a8b 100644 --- a/src/ansys/mapdl/core/reader/core.py +++ b/src/ansys/mapdl/core/reader/core.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/reader/data.py b/src/ansys/mapdl/core/reader/data.py index ee39e49be8..703f206126 100644 --- a/src/ansys/mapdl/core/reader/data.py +++ b/src/ansys/mapdl/core/reader/data.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/reader/plotting.py b/src/ansys/mapdl/core/reader/plotting.py index 7b004a6e82..d78582c526 100644 --- a/src/ansys/mapdl/core/reader/plotting.py +++ b/src/ansys/mapdl/core/reader/plotting.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/reader/types.py b/src/ansys/mapdl/core/reader/types.py index ca865a472a..6fe5f6fa9f 100644 --- a/src/ansys/mapdl/core/reader/types.py +++ b/src/ansys/mapdl/core/reader/types.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/report.py b/src/ansys/mapdl/core/report.py index c63abdbbf3..88ec6f212c 100644 --- a/src/ansys/mapdl/core/report.py +++ b/src/ansys/mapdl/core/report.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/solution.py b/src/ansys/mapdl/core/solution.py index 70333cd2a2..3714ebc5b9 100644 --- a/src/ansys/mapdl/core/solution.py +++ b/src/ansys/mapdl/core/solution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/mapdl/core/xpl.py b/src/ansys/mapdl/core/xpl.py index c621a776d9..c63237184e 100644 --- a/src/ansys/mapdl/core/xpl.py +++ b/src/ansys/mapdl/core/xpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/common.py b/tests/common.py index c735817030..61e7dcc18a 100644 --- a/tests/common.py +++ b/tests/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/conftest.py b/tests/conftest.py index 06d0b9a206..02e8530f9a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_cli.py b/tests/test_cli.py index 2cc13997b3..820da8d15d 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_commands.py b/tests/test_commands.py index 4268a944f6..40d1a174ba 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_component.py b/tests/test_component.py index d3fd570fdb..1d51176e72 100644 --- a/tests/test_component.py +++ b/tests/test_component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_console.py b/tests/test_console.py index 4ddacbb671..da2297a797 100644 --- a/tests/test_console.py +++ b/tests/test_console.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_convert.py b/tests/test_convert.py index 69c7a9bbfb..c234d6f0dd 100644 --- a/tests/test_convert.py +++ b/tests/test_convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_database.py b/tests/test_database.py index 8018d84df5..b4b2d071cd 100644 --- a/tests/test_database.py +++ b/tests/test_database.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_element.py b/tests/test_element.py index a078c76cd6..d4a78977bb 100644 --- a/tests/test_element.py +++ b/tests/test_element.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_errors.py b/tests/test_errors.py index cf862464cd..895637bb66 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_examples.py b/tests/test_examples.py index e3a5ffe1a5..6bb96761c8 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_geometry.py b/tests/test_geometry.py index d0a7e1db6d..a91c7749b5 100644 --- a/tests/test_geometry.py +++ b/tests/test_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_grpc.py b/tests/test_grpc.py index 423528327d..9560b63e25 100644 --- a/tests/test_grpc.py +++ b/tests/test_grpc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_importing_geometries.py b/tests/test_importing_geometries.py index 6c1b324788..88459ad9c9 100644 --- a/tests/test_importing_geometries.py +++ b/tests/test_importing_geometries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_information.py b/tests/test_information.py index 065e43b27d..5c19f36d76 100644 --- a/tests/test_information.py +++ b/tests/test_information.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inline_functions/test_component_queries.py b/tests/test_inline_functions/test_component_queries.py index 6ff37734b0..1fad8daf3b 100644 --- a/tests/test_inline_functions/test_component_queries.py +++ b/tests/test_inline_functions/test_component_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inline_functions/test_connectivity_queries.py b/tests/test_inline_functions/test_connectivity_queries.py index 127a9c7d38..d8c961caeb 100644 --- a/tests/test_inline_functions/test_connectivity_queries.py +++ b/tests/test_inline_functions/test_connectivity_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inline_functions/test_field_component_queries.py b/tests/test_inline_functions/test_field_component_queries.py index 5b4dd3fe52..9abd8757be 100644 --- a/tests/test_inline_functions/test_field_component_queries.py +++ b/tests/test_inline_functions/test_field_component_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inline_functions/test_geometry_queries.py b/tests/test_inline_functions/test_geometry_queries.py index 6a4e823bdd..4d0fe2a45c 100644 --- a/tests/test_inline_functions/test_geometry_queries.py +++ b/tests/test_inline_functions/test_geometry_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inline_functions/test_line_component_queries.py b/tests/test_inline_functions/test_line_component_queries.py index c8e4186a87..89fc8f00cd 100644 --- a/tests/test_inline_functions/test_line_component_queries.py +++ b/tests/test_inline_functions/test_line_component_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inline_functions/test_nearest_queries.py b/tests/test_inline_functions/test_nearest_queries.py index cc4b0720a6..1baea269fa 100644 --- a/tests/test_inline_functions/test_nearest_queries.py +++ b/tests/test_inline_functions/test_nearest_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inline_functions/test_normals_queries.py b/tests/test_inline_functions/test_normals_queries.py index dae67e190d..6d72b05c06 100644 --- a/tests/test_inline_functions/test_normals_queries.py +++ b/tests/test_inline_functions/test_normals_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inline_functions/test_query.py b/tests/test_inline_functions/test_query.py index 9773938fad..86ef154f65 100644 --- a/tests/test_inline_functions/test_query.py +++ b/tests/test_inline_functions/test_query.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inline_functions/test_selection_queries.py b/tests/test_inline_functions/test_selection_queries.py index 23e4a2b92a..dc81c6be77 100644 --- a/tests/test_inline_functions/test_selection_queries.py +++ b/tests/test_inline_functions/test_selection_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_inprocess.py b/tests/test_inprocess.py index 57ac484f2b..6993bb0826 100644 --- a/tests/test_inprocess.py +++ b/tests/test_inprocess.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_krylov.py b/tests/test_krylov.py index df6e4d1043..8f5a602edf 100644 --- a/tests/test_krylov.py +++ b/tests/test_krylov.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_launcher.py b/tests/test_launcher.py index 29e0d7d2de..080aa4086e 100644 --- a/tests/test_launcher.py +++ b/tests/test_launcher.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_launcher_remote.py b/tests/test_launcher_remote.py index 1b7e2d10ee..f0d326f786 100644 --- a/tests/test_launcher_remote.py +++ b/tests/test_launcher_remote.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_licensing.py b/tests/test_licensing.py index 83662d0a1f..fbfb031916 100644 --- a/tests/test_licensing.py +++ b/tests/test_licensing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_logging.py b/tests/test_logging.py index d2fc826caa..9583f480af 100644 --- a/tests/test_logging.py +++ b/tests/test_logging.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_mapdl.py b/tests/test_mapdl.py index f94bccd1db..26c780f596 100644 --- a/tests/test_mapdl.py +++ b/tests/test_mapdl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_mapdl_grpc.py b/tests/test_mapdl_grpc.py index 71bcf8482c..c3bf03e29e 100644 --- a/tests/test_mapdl_grpc.py +++ b/tests/test_mapdl_grpc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_mesh_grpc.py b/tests/test_mesh_grpc.py index 5cd77c6370..02c222d4d8 100644 --- a/tests/test_mesh_grpc.py +++ b/tests/test_mesh_grpc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_misc.py b/tests/test_misc.py index c048e5adce..65ef2281a5 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_parameters.py b/tests/test_parameters.py index 337b04f1f7..cef7076535 100644 --- a/tests/test_parameters.py +++ b/tests/test_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_plotting.py b/tests/test_plotting.py index d486246e73..e81c5c0f2b 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_pool.py b/tests/test_pool.py index 6b2c45e148..ea4e4bc404 100644 --- a/tests/test_pool.py +++ b/tests/test_pool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_post.py b/tests/test_post.py index 388c6e6888..38ea3473c4 100644 --- a/tests/test_post.py +++ b/tests/test_post.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_report.py b/tests/test_report.py index c32bb7a37f..04432118d5 100644 --- a/tests/test_report.py +++ b/tests/test_report.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_result.py b/tests/test_result.py index 9319c59aed..16c893569b 100644 --- a/tests/test_result.py +++ b/tests/test_result.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_solution.py b/tests/test_solution.py index 00a9e64a0e..45e8d15369 100644 --- a/tests/test_solution.py +++ b/tests/test_solution.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_theme.py b/tests/test_theme.py index 06b646d91a..50ce4d7248 100644 --- a/tests/test_theme.py +++ b/tests/test_theme.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_xpl.py b/tests/test_xpl.py index a0ce69698e..c5b96e4852 100644 --- a/tests/test_xpl.py +++ b/tests/test_xpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2016 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #