diff --git a/LICENSE b/LICENSE index 46903eb582..3c96ad8918 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2023 - 2025 ANSYS, Inc. and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/doc/changelog.d/1608.maintenance.md b/doc/changelog.d/1608.maintenance.md new file mode 100644 index 0000000000..10d50c6699 --- /dev/null +++ b/doc/changelog.d/1608.maintenance.md @@ -0,0 +1 @@ +update license year using pre-commit hook \ No newline at end of file diff --git a/src/ansys/geometry/core/__init__.py b/src/ansys/geometry/core/__init__.py index aee42ea54d..d704dd21f2 100644 --- a/src/ansys/geometry/core/__init__.py +++ b/src/ansys/geometry/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/connection/__init__.py b/src/ansys/geometry/core/connection/__init__.py index 9f9d1c41ea..15075ecf6e 100644 --- a/src/ansys/geometry/core/connection/__init__.py +++ b/src/ansys/geometry/core/connection/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/connection/backend.py b/src/ansys/geometry/core/connection/backend.py index 349bdeb3e2..932a94cb7b 100644 --- a/src/ansys/geometry/core/connection/backend.py +++ b/src/ansys/geometry/core/connection/backend.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/connection/client.py b/src/ansys/geometry/core/connection/client.py index 6b50386a55..96341c420c 100644 --- a/src/ansys/geometry/core/connection/client.py +++ b/src/ansys/geometry/core/connection/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/connection/conversions.py b/src/ansys/geometry/core/connection/conversions.py index 8804b21438..462b8936d0 100644 --- a/src/ansys/geometry/core/connection/conversions.py +++ b/src/ansys/geometry/core/connection/conversions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/connection/defaults.py b/src/ansys/geometry/core/connection/defaults.py index 14e40bd436..a99153b10a 100644 --- a/src/ansys/geometry/core/connection/defaults.py +++ b/src/ansys/geometry/core/connection/defaults.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/connection/docker_instance.py b/src/ansys/geometry/core/connection/docker_instance.py index 9205e3824c..9011194086 100644 --- a/src/ansys/geometry/core/connection/docker_instance.py +++ b/src/ansys/geometry/core/connection/docker_instance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/connection/launcher.py b/src/ansys/geometry/core/connection/launcher.py index 772dcf56fb..787ab46437 100644 --- a/src/ansys/geometry/core/connection/launcher.py +++ b/src/ansys/geometry/core/connection/launcher.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/connection/product_instance.py b/src/ansys/geometry/core/connection/product_instance.py index 3e5ac35410..a569ba38e5 100644 --- a/src/ansys/geometry/core/connection/product_instance.py +++ b/src/ansys/geometry/core/connection/product_instance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/connection/validate.py b/src/ansys/geometry/core/connection/validate.py index c201620ab0..9c592e9154 100644 --- a/src/ansys/geometry/core/connection/validate.py +++ b/src/ansys/geometry/core/connection/validate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/__init__.py b/src/ansys/geometry/core/designer/__init__.py index 57502f60ee..81ee3d9b3f 100644 --- a/src/ansys/geometry/core/designer/__init__.py +++ b/src/ansys/geometry/core/designer/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/beam.py b/src/ansys/geometry/core/designer/beam.py index bbebe7531f..3c0d1ba794 100644 --- a/src/ansys/geometry/core/designer/beam.py +++ b/src/ansys/geometry/core/designer/beam.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/body.py b/src/ansys/geometry/core/designer/body.py index 4f5414812b..6a2b3e9b14 100644 --- a/src/ansys/geometry/core/designer/body.py +++ b/src/ansys/geometry/core/designer/body.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/component.py b/src/ansys/geometry/core/designer/component.py index 50520f2922..b1b0aafb34 100644 --- a/src/ansys/geometry/core/designer/component.py +++ b/src/ansys/geometry/core/designer/component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/coordinate_system.py b/src/ansys/geometry/core/designer/coordinate_system.py index 08a7ba6cba..5051fed515 100644 --- a/src/ansys/geometry/core/designer/coordinate_system.py +++ b/src/ansys/geometry/core/designer/coordinate_system.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/design.py b/src/ansys/geometry/core/designer/design.py index 4809e99c22..8afcf4ba16 100644 --- a/src/ansys/geometry/core/designer/design.py +++ b/src/ansys/geometry/core/designer/design.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/designpoint.py b/src/ansys/geometry/core/designer/designpoint.py index 4aaa9cfa1f..1aea67daba 100644 --- a/src/ansys/geometry/core/designer/designpoint.py +++ b/src/ansys/geometry/core/designer/designpoint.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/edge.py b/src/ansys/geometry/core/designer/edge.py index d4cd78f4e4..eb38b7c117 100644 --- a/src/ansys/geometry/core/designer/edge.py +++ b/src/ansys/geometry/core/designer/edge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/face.py b/src/ansys/geometry/core/designer/face.py index 9c0191e905..842e03af59 100644 --- a/src/ansys/geometry/core/designer/face.py +++ b/src/ansys/geometry/core/designer/face.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/part.py b/src/ansys/geometry/core/designer/part.py index c6669ad09c..7d091a2105 100644 --- a/src/ansys/geometry/core/designer/part.py +++ b/src/ansys/geometry/core/designer/part.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/designer/selection.py b/src/ansys/geometry/core/designer/selection.py index 145375bb51..97ab292dbb 100644 --- a/src/ansys/geometry/core/designer/selection.py +++ b/src/ansys/geometry/core/designer/selection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/errors.py b/src/ansys/geometry/core/errors.py index cfc7f95a4e..fe45fe2d7b 100644 --- a/src/ansys/geometry/core/errors.py +++ b/src/ansys/geometry/core/errors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/logger.py b/src/ansys/geometry/core/logger.py index fb51c5ddf9..5d620e796c 100644 --- a/src/ansys/geometry/core/logger.py +++ b/src/ansys/geometry/core/logger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/materials/__init__.py b/src/ansys/geometry/core/materials/__init__.py index 6663afa002..29fcfb2e3c 100644 --- a/src/ansys/geometry/core/materials/__init__.py +++ b/src/ansys/geometry/core/materials/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/materials/material.py b/src/ansys/geometry/core/materials/material.py index 91bcdccdfe..0473377a5f 100644 --- a/src/ansys/geometry/core/materials/material.py +++ b/src/ansys/geometry/core/materials/material.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/materials/property.py b/src/ansys/geometry/core/materials/property.py index 18811294c4..ab54976f48 100644 --- a/src/ansys/geometry/core/materials/property.py +++ b/src/ansys/geometry/core/materials/property.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/math/__init__.py b/src/ansys/geometry/core/math/__init__.py index 7e76701440..4dde6e0ad7 100644 --- a/src/ansys/geometry/core/math/__init__.py +++ b/src/ansys/geometry/core/math/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/math/bbox.py b/src/ansys/geometry/core/math/bbox.py index 3b8c70ada5..9326b4fda9 100644 --- a/src/ansys/geometry/core/math/bbox.py +++ b/src/ansys/geometry/core/math/bbox.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/math/constants.py b/src/ansys/geometry/core/math/constants.py index 5585d184ae..907e5c869c 100644 --- a/src/ansys/geometry/core/math/constants.py +++ b/src/ansys/geometry/core/math/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/math/frame.py b/src/ansys/geometry/core/math/frame.py index 0b8895ca32..a0dca18b46 100644 --- a/src/ansys/geometry/core/math/frame.py +++ b/src/ansys/geometry/core/math/frame.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/math/matrix.py b/src/ansys/geometry/core/math/matrix.py index b489fce958..fc5b90d195 100644 --- a/src/ansys/geometry/core/math/matrix.py +++ b/src/ansys/geometry/core/math/matrix.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/math/misc.py b/src/ansys/geometry/core/math/misc.py index 59c0566c4d..47627da667 100644 --- a/src/ansys/geometry/core/math/misc.py +++ b/src/ansys/geometry/core/math/misc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/math/plane.py b/src/ansys/geometry/core/math/plane.py index bf5aff3468..69c6e5c43c 100644 --- a/src/ansys/geometry/core/math/plane.py +++ b/src/ansys/geometry/core/math/plane.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/math/point.py b/src/ansys/geometry/core/math/point.py index 030d9345d7..f0b758c9b6 100644 --- a/src/ansys/geometry/core/math/point.py +++ b/src/ansys/geometry/core/math/point.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/math/vector.py b/src/ansys/geometry/core/math/vector.py index f24821e883..b986196175 100644 --- a/src/ansys/geometry/core/math/vector.py +++ b/src/ansys/geometry/core/math/vector.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/misc/__init__.py b/src/ansys/geometry/core/misc/__init__.py index 8260494923..bc68a9ee87 100644 --- a/src/ansys/geometry/core/misc/__init__.py +++ b/src/ansys/geometry/core/misc/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/misc/accuracy.py b/src/ansys/geometry/core/misc/accuracy.py index 3fcde7b63c..5e1fe1c584 100644 --- a/src/ansys/geometry/core/misc/accuracy.py +++ b/src/ansys/geometry/core/misc/accuracy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/misc/auxiliary.py b/src/ansys/geometry/core/misc/auxiliary.py index eb006d93d0..c88a809b76 100644 --- a/src/ansys/geometry/core/misc/auxiliary.py +++ b/src/ansys/geometry/core/misc/auxiliary.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/misc/checks.py b/src/ansys/geometry/core/misc/checks.py index d8b60bf3d4..b5bc5f6bc9 100644 --- a/src/ansys/geometry/core/misc/checks.py +++ b/src/ansys/geometry/core/misc/checks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/misc/measurements.py b/src/ansys/geometry/core/misc/measurements.py index 821df71d16..d3182b1753 100644 --- a/src/ansys/geometry/core/misc/measurements.py +++ b/src/ansys/geometry/core/misc/measurements.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/misc/options.py b/src/ansys/geometry/core/misc/options.py index db901ada0c..0ef68c54cd 100644 --- a/src/ansys/geometry/core/misc/options.py +++ b/src/ansys/geometry/core/misc/options.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/misc/units.py b/src/ansys/geometry/core/misc/units.py index 7fe22262e5..63b4e17b1a 100644 --- a/src/ansys/geometry/core/misc/units.py +++ b/src/ansys/geometry/core/misc/units.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/modeler.py b/src/ansys/geometry/core/modeler.py index e7f98b1648..ff9ce946de 100644 --- a/src/ansys/geometry/core/modeler.py +++ b/src/ansys/geometry/core/modeler.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/plotting/__init__.py b/src/ansys/geometry/core/plotting/__init__.py index 7d07100feb..54f358afe1 100644 --- a/src/ansys/geometry/core/plotting/__init__.py +++ b/src/ansys/geometry/core/plotting/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/plotting/plotter.py b/src/ansys/geometry/core/plotting/plotter.py index d19335ea10..0e7fbde516 100644 --- a/src/ansys/geometry/core/plotting/plotter.py +++ b/src/ansys/geometry/core/plotting/plotter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/plotting/widgets/__init__.py b/src/ansys/geometry/core/plotting/widgets/__init__.py index b8c3798417..1885d4223b 100644 --- a/src/ansys/geometry/core/plotting/widgets/__init__.py +++ b/src/ansys/geometry/core/plotting/widgets/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/plotting/widgets/show_design_point.py b/src/ansys/geometry/core/plotting/widgets/show_design_point.py index e7e263733c..73795fce3b 100644 --- a/src/ansys/geometry/core/plotting/widgets/show_design_point.py +++ b/src/ansys/geometry/core/plotting/widgets/show_design_point.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/__init__.py b/src/ansys/geometry/core/shapes/__init__.py index 9530398c17..ebf2466234 100644 --- a/src/ansys/geometry/core/shapes/__init__.py +++ b/src/ansys/geometry/core/shapes/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/box_uv.py b/src/ansys/geometry/core/shapes/box_uv.py index 554da402c3..d5682553fd 100644 --- a/src/ansys/geometry/core/shapes/box_uv.py +++ b/src/ansys/geometry/core/shapes/box_uv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/curves/__init__.py b/src/ansys/geometry/core/shapes/curves/__init__.py index d43ada973e..2658b3f654 100644 --- a/src/ansys/geometry/core/shapes/curves/__init__.py +++ b/src/ansys/geometry/core/shapes/curves/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/curves/circle.py b/src/ansys/geometry/core/shapes/curves/circle.py index 9dadeb130f..f7ef198c42 100644 --- a/src/ansys/geometry/core/shapes/curves/circle.py +++ b/src/ansys/geometry/core/shapes/curves/circle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/curves/curve.py b/src/ansys/geometry/core/shapes/curves/curve.py index 0c0d9900a8..d1b1431567 100644 --- a/src/ansys/geometry/core/shapes/curves/curve.py +++ b/src/ansys/geometry/core/shapes/curves/curve.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/curves/curve_evaluation.py b/src/ansys/geometry/core/shapes/curves/curve_evaluation.py index 348a996937..432462d11e 100644 --- a/src/ansys/geometry/core/shapes/curves/curve_evaluation.py +++ b/src/ansys/geometry/core/shapes/curves/curve_evaluation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/curves/ellipse.py b/src/ansys/geometry/core/shapes/curves/ellipse.py index 0e4310d2e4..80471b14b7 100644 --- a/src/ansys/geometry/core/shapes/curves/ellipse.py +++ b/src/ansys/geometry/core/shapes/curves/ellipse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/curves/line.py b/src/ansys/geometry/core/shapes/curves/line.py index 3258180ed5..aa73de0312 100644 --- a/src/ansys/geometry/core/shapes/curves/line.py +++ b/src/ansys/geometry/core/shapes/curves/line.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/curves/trimmed_curve.py b/src/ansys/geometry/core/shapes/curves/trimmed_curve.py index e77eadaa28..109cc9f23e 100644 --- a/src/ansys/geometry/core/shapes/curves/trimmed_curve.py +++ b/src/ansys/geometry/core/shapes/curves/trimmed_curve.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/parameterization.py b/src/ansys/geometry/core/shapes/parameterization.py index 754f82b88e..49984b873b 100644 --- a/src/ansys/geometry/core/shapes/parameterization.py +++ b/src/ansys/geometry/core/shapes/parameterization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/surfaces/__init__.py b/src/ansys/geometry/core/shapes/surfaces/__init__.py index c833ab1875..944ea7d2a9 100644 --- a/src/ansys/geometry/core/shapes/surfaces/__init__.py +++ b/src/ansys/geometry/core/shapes/surfaces/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/surfaces/cone.py b/src/ansys/geometry/core/shapes/surfaces/cone.py index cc2f0c630d..4f1b1bfee1 100644 --- a/src/ansys/geometry/core/shapes/surfaces/cone.py +++ b/src/ansys/geometry/core/shapes/surfaces/cone.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/surfaces/cylinder.py b/src/ansys/geometry/core/shapes/surfaces/cylinder.py index 3855b2f8ae..aec3f11a42 100644 --- a/src/ansys/geometry/core/shapes/surfaces/cylinder.py +++ b/src/ansys/geometry/core/shapes/surfaces/cylinder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/surfaces/plane.py b/src/ansys/geometry/core/shapes/surfaces/plane.py index e6fd443049..61fb89f119 100644 --- a/src/ansys/geometry/core/shapes/surfaces/plane.py +++ b/src/ansys/geometry/core/shapes/surfaces/plane.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/surfaces/sphere.py b/src/ansys/geometry/core/shapes/surfaces/sphere.py index 0da7a3ac41..5b3633e46e 100644 --- a/src/ansys/geometry/core/shapes/surfaces/sphere.py +++ b/src/ansys/geometry/core/shapes/surfaces/sphere.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/surfaces/surface.py b/src/ansys/geometry/core/shapes/surfaces/surface.py index d66cb4a51a..94c1170bf1 100644 --- a/src/ansys/geometry/core/shapes/surfaces/surface.py +++ b/src/ansys/geometry/core/shapes/surfaces/surface.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/surfaces/surface_evaluation.py b/src/ansys/geometry/core/shapes/surfaces/surface_evaluation.py index 833828031a..5527e928b3 100644 --- a/src/ansys/geometry/core/shapes/surfaces/surface_evaluation.py +++ b/src/ansys/geometry/core/shapes/surfaces/surface_evaluation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/surfaces/torus.py b/src/ansys/geometry/core/shapes/surfaces/torus.py index ddd2ff7b6b..0a3967638f 100644 --- a/src/ansys/geometry/core/shapes/surfaces/torus.py +++ b/src/ansys/geometry/core/shapes/surfaces/torus.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/shapes/surfaces/trimmed_surface.py b/src/ansys/geometry/core/shapes/surfaces/trimmed_surface.py index ba30abdaf8..219d9163d8 100644 --- a/src/ansys/geometry/core/shapes/surfaces/trimmed_surface.py +++ b/src/ansys/geometry/core/shapes/surfaces/trimmed_surface.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/__init__.py b/src/ansys/geometry/core/sketch/__init__.py index 835e86313b..5a8f9e4b68 100644 --- a/src/ansys/geometry/core/sketch/__init__.py +++ b/src/ansys/geometry/core/sketch/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/arc.py b/src/ansys/geometry/core/sketch/arc.py index 5f61e9fa4c..6e7e9e5366 100644 --- a/src/ansys/geometry/core/sketch/arc.py +++ b/src/ansys/geometry/core/sketch/arc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/box.py b/src/ansys/geometry/core/sketch/box.py index 64546dcd79..bdc135f9f4 100644 --- a/src/ansys/geometry/core/sketch/box.py +++ b/src/ansys/geometry/core/sketch/box.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/circle.py b/src/ansys/geometry/core/sketch/circle.py index 264e6d7e0f..5117d59b94 100644 --- a/src/ansys/geometry/core/sketch/circle.py +++ b/src/ansys/geometry/core/sketch/circle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/edge.py b/src/ansys/geometry/core/sketch/edge.py index 9eedec3ed6..8713330f75 100644 --- a/src/ansys/geometry/core/sketch/edge.py +++ b/src/ansys/geometry/core/sketch/edge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/ellipse.py b/src/ansys/geometry/core/sketch/ellipse.py index d6a4bf26a3..499caa264b 100644 --- a/src/ansys/geometry/core/sketch/ellipse.py +++ b/src/ansys/geometry/core/sketch/ellipse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/face.py b/src/ansys/geometry/core/sketch/face.py index 72fdcd9482..e6ad1cdd54 100644 --- a/src/ansys/geometry/core/sketch/face.py +++ b/src/ansys/geometry/core/sketch/face.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/gears.py b/src/ansys/geometry/core/sketch/gears.py index 6add44f92a..7cc741dd5d 100644 --- a/src/ansys/geometry/core/sketch/gears.py +++ b/src/ansys/geometry/core/sketch/gears.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/polygon.py b/src/ansys/geometry/core/sketch/polygon.py index 4b27eaf08c..497fc31c82 100644 --- a/src/ansys/geometry/core/sketch/polygon.py +++ b/src/ansys/geometry/core/sketch/polygon.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/segment.py b/src/ansys/geometry/core/sketch/segment.py index 3c71d69514..1fda77e6f3 100644 --- a/src/ansys/geometry/core/sketch/segment.py +++ b/src/ansys/geometry/core/sketch/segment.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/sketch.py b/src/ansys/geometry/core/sketch/sketch.py index 3d00be2a8b..eb4163894c 100644 --- a/src/ansys/geometry/core/sketch/sketch.py +++ b/src/ansys/geometry/core/sketch/sketch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/slot.py b/src/ansys/geometry/core/sketch/slot.py index 60724c429c..2111fb7dfc 100644 --- a/src/ansys/geometry/core/sketch/slot.py +++ b/src/ansys/geometry/core/sketch/slot.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/trapezoid.py b/src/ansys/geometry/core/sketch/trapezoid.py index 84be1ffbef..969540e7b9 100644 --- a/src/ansys/geometry/core/sketch/trapezoid.py +++ b/src/ansys/geometry/core/sketch/trapezoid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/sketch/triangle.py b/src/ansys/geometry/core/sketch/triangle.py index 34fc684a1b..cf43951969 100644 --- a/src/ansys/geometry/core/sketch/triangle.py +++ b/src/ansys/geometry/core/sketch/triangle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/tools/__init__.py b/src/ansys/geometry/core/tools/__init__.py index a5da5a3644..8ce8cc3652 100644 --- a/src/ansys/geometry/core/tools/__init__.py +++ b/src/ansys/geometry/core/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/tools/measurement_tools.py b/src/ansys/geometry/core/tools/measurement_tools.py index 65c41c45dc..70e892633e 100644 --- a/src/ansys/geometry/core/tools/measurement_tools.py +++ b/src/ansys/geometry/core/tools/measurement_tools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/tools/prepare_tools.py b/src/ansys/geometry/core/tools/prepare_tools.py index b6b96e5757..a9f888c692 100644 --- a/src/ansys/geometry/core/tools/prepare_tools.py +++ b/src/ansys/geometry/core/tools/prepare_tools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/tools/problem_areas.py b/src/ansys/geometry/core/tools/problem_areas.py index c2a6c6a3de..fac0cd4352 100644 --- a/src/ansys/geometry/core/tools/problem_areas.py +++ b/src/ansys/geometry/core/tools/problem_areas.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/tools/repair_tool_message.py b/src/ansys/geometry/core/tools/repair_tool_message.py index 12b4c5bf35..3a8cb79be1 100644 --- a/src/ansys/geometry/core/tools/repair_tool_message.py +++ b/src/ansys/geometry/core/tools/repair_tool_message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/tools/repair_tools.py b/src/ansys/geometry/core/tools/repair_tools.py index ff91f3abb9..74ae2246a7 100644 --- a/src/ansys/geometry/core/tools/repair_tools.py +++ b/src/ansys/geometry/core/tools/repair_tools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/geometry/core/typing.py b/src/ansys/geometry/core/typing.py index 1c3b59fc55..100ce493bb 100644 --- a/src/ansys/geometry/core/typing.py +++ b/src/ansys/geometry/core/typing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/conftest.py b/tests/conftest.py index ee21071054..afda41692a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index 3bc3c8e5b1..919240eaef 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 33f05e45ed..51cc6e754e 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_client.py b/tests/integration/test_client.py index 153c30e06f..45fd3701d0 100644 --- a/tests/integration/test_client.py +++ b/tests/integration/test_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_design.py b/tests/integration/test_design.py index cb99684d70..7a01881ed8 100644 --- a/tests/integration/test_design.py +++ b/tests/integration/test_design.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_design_export.py b/tests/integration/test_design_export.py index 9a7e912bfc..034f7fca16 100644 --- a/tests/integration/test_design_export.py +++ b/tests/integration/test_design_export.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_design_import.py b/tests/integration/test_design_import.py index da5b675d14..4bd5dce1b9 100644 --- a/tests/integration/test_design_import.py +++ b/tests/integration/test_design_import.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_edges.py b/tests/integration/test_edges.py index f4e1950408..3166be7d96 100644 --- a/tests/integration/test_edges.py +++ b/tests/integration/test_edges.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_issues.py b/tests/integration/test_issues.py index 008d6d3d35..4988dba12e 100644 --- a/tests/integration/test_issues.py +++ b/tests/integration/test_issues.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_launcher_local.py b/tests/integration/test_launcher_local.py index b05b333451..0aa7839072 100644 --- a/tests/integration/test_launcher_local.py +++ b/tests/integration/test_launcher_local.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_launcher_product.py b/tests/integration/test_launcher_product.py index 33f2c512cd..0f6e1e0013 100644 --- a/tests/integration/test_launcher_product.py +++ b/tests/integration/test_launcher_product.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_launcher_remote.py b/tests/integration/test_launcher_remote.py index 658f511a71..f11f3cff6b 100644 --- a/tests/integration/test_launcher_remote.py +++ b/tests/integration/test_launcher_remote.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_logging_client.py b/tests/integration/test_logging_client.py index ae3c0956a8..423b4b2ffb 100644 --- a/tests/integration/test_logging_client.py +++ b/tests/integration/test_logging_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_material.py b/tests/integration/test_material.py index 61300df434..2329a38664 100644 --- a/tests/integration/test_material.py +++ b/tests/integration/test_material.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_measurement_tools.py b/tests/integration/test_measurement_tools.py index e08222e356..73f9e3e877 100644 --- a/tests/integration/test_measurement_tools.py +++ b/tests/integration/test_measurement_tools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_plotter.py b/tests/integration/test_plotter.py index 1a5c67a379..d717605503 100644 --- a/tests/integration/test_plotter.py +++ b/tests/integration/test_plotter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_prepare_tools.py b/tests/integration/test_prepare_tools.py index ed2a0041f8..de7a9f04c5 100644 --- a/tests/integration/test_prepare_tools.py +++ b/tests/integration/test_prepare_tools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_repair_tools.py b/tests/integration/test_repair_tools.py index c371ad869d..4ea38aec08 100644 --- a/tests/integration/test_repair_tools.py +++ b/tests/integration/test_repair_tools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_runscript.py b/tests/integration/test_runscript.py index 6ed6deae4e..ab5fe5717d 100644 --- a/tests/integration/test_runscript.py +++ b/tests/integration/test_runscript.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_tessellation.py b/tests/integration/test_tessellation.py index a54deebebf..2e9f12a563 100644 --- a/tests/integration/test_tessellation.py +++ b/tests/integration/test_tessellation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/integration/test_trimmed_geometry.py b/tests/integration/test_trimmed_geometry.py index 6b4dd193b1..30715083b3 100644 --- a/tests/integration/test_trimmed_geometry.py +++ b/tests/integration/test_trimmed_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_connection.py b/tests/test_connection.py index 543f487714..55d8195e99 100644 --- a/tests/test_connection.py +++ b/tests/test_connection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_logging.py b/tests/test_logging.py index faea32a21d..98d1e9a44f 100644 --- a/tests/test_logging.py +++ b/tests/test_logging.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_math.py b/tests/test_math.py index 0b19a2c924..12586625dd 100644 --- a/tests/test_math.py +++ b/tests/test_math.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_metadata.py b/tests/test_metadata.py index 261d3c4f76..0c2240b0da 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_misc_accuracy.py b/tests/test_misc_accuracy.py index 190038e1f8..e37bfae8c0 100644 --- a/tests/test_misc_accuracy.py +++ b/tests/test_misc_accuracy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_misc_checks.py b/tests/test_misc_checks.py index 5b4e3e060e..0294b5cdae 100644 --- a/tests/test_misc_checks.py +++ b/tests/test_misc_checks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_misc_measurements.py b/tests/test_misc_measurements.py index f4c8c30a41..fb398da11d 100644 --- a/tests/test_misc_measurements.py +++ b/tests/test_misc_measurements.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_parameterization.py b/tests/test_parameterization.py index 3d64561a16..74c4b7bb05 100644 --- a/tests/test_parameterization.py +++ b/tests/test_parameterization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_primitives.py b/tests/test_primitives.py index 3774a11336..72156290d5 100644 --- a/tests/test_primitives.py +++ b/tests/test_primitives.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_sketch.py b/tests/test_sketch.py index 8ec0ad1543..ed9ccc737d 100644 --- a/tests/test_sketch.py +++ b/tests/test_sketch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #