From fbdd32b0a7f9992d69f790fb97848ea104315bef Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Tue, 7 Jan 2025 08:58:19 +0100 Subject: [PATCH] Update license header year --- LICENSE | 2 +- examples/modeling_features/001-materials.py | 2 +- examples/modeling_features/002-rosettes-ply-directions.py | 2 +- examples/modeling_features/003-simple-selection-rules.py | 2 +- examples/modeling_features/004-advanced-selection-rules.py | 2 +- examples/modeling_features/005-ply-direction-lookup-table.py | 2 +- examples/modeling_features/006-layup-thickness-definitions.py | 2 +- examples/modeling_features/007-sensor.py | 2 +- examples/modeling_features/010-sandwich-panel-layup.py | 2 +- examples/modeling_features/020-solid_model.py | 2 +- examples/modeling_features/030-imported-plies.py | 2 +- examples/modeling_features/031-imported-solid-model.py | 2 +- examples/modeling_features/050-composite_cae_h5.py | 2 +- examples/pymechanical_with_shim/constants.py | 2 +- examples/pymechanical_with_shim/embedded_workflow.py | 2 +- examples/pymechanical_with_shim/generate_mesh.py | 2 +- examples/pymechanical_with_shim/postprocess_results.py | 2 +- examples/pymechanical_with_shim/remote_workflow.py | 2 +- examples/pymechanical_with_shim/set_bc.py | 2 +- examples/pymechanical_with_shim/setup_acp_model.py | 2 +- examples/use_cases/01-optimizing-ply-angles.py | 2 +- examples/workflows/01-pymapdl-workflow.py | 2 +- examples/workflows/02-advanced-pymapdl-workflow.py | 2 +- examples/workflows/03-pymechanical-shell-workflow.py | 2 +- examples/workflows/04-pymechanical-solid-workflow.py | 2 +- examples/workflows/05-pymechanical-to-cdb-workflow.py | 2 +- examples/workflows/06-cdb-to-pymechanical-workflow.py | 2 +- src/ansys/acp/core/__init__.py | 2 +- src/ansys/acp/core/_dependency_graph.py | 2 +- src/ansys/acp/core/_log.py | 2 +- src/ansys/acp/core/_model_printer.py | 2 +- src/ansys/acp/core/_plotter.py | 2 +- src/ansys/acp/core/_recursive_copy.py | 2 +- src/ansys/acp/core/_server/__init__.py | 2 +- src/ansys/acp/core/_server/acp_instance.py | 2 +- src/ansys/acp/core/_server/common.py | 2 +- src/ansys/acp/core/_server/connect.py | 2 +- src/ansys/acp/core/_server/direct.py | 2 +- src/ansys/acp/core/_server/docker_compose.py | 2 +- src/ansys/acp/core/_server/launch.py | 2 +- src/ansys/acp/core/_tree_objects/__init__.py | 2 +- src/ansys/acp/core/_tree_objects/_elemental_or_nodal_data.py | 2 +- .../acp/core/_tree_objects/_grpc_helpers/edge_property_list.py | 2 +- src/ansys/acp/core/_tree_objects/_grpc_helpers/enum_wrapper.py | 2 +- src/ansys/acp/core/_tree_objects/_grpc_helpers/exceptions.py | 2 +- .../core/_tree_objects/_grpc_helpers/linked_object_helpers.py | 2 +- .../acp/core/_tree_objects/_grpc_helpers/linked_object_list.py | 2 +- src/ansys/acp/core/_tree_objects/_grpc_helpers/mapping.py | 2 +- .../acp/core/_tree_objects/_grpc_helpers/polymorphic_from_pb.py | 2 +- .../acp/core/_tree_objects/_grpc_helpers/property_helper.py | 2 +- src/ansys/acp/core/_tree_objects/_grpc_helpers/protocols.py | 2 +- .../acp/core/_tree_objects/_grpc_helpers/supported_since.py | 2 +- src/ansys/acp/core/_tree_objects/_mesh_data.py | 2 +- src/ansys/acp/core/_tree_objects/_object_cache.py | 2 +- src/ansys/acp/core/_tree_objects/_solid_model_export.py | 2 +- src/ansys/acp/core/_tree_objects/analysis_ply.py | 2 +- src/ansys/acp/core/_tree_objects/base.py | 2 +- src/ansys/acp/core/_tree_objects/boolean_selection_rule.py | 2 +- src/ansys/acp/core/_tree_objects/butt_joint_sequence.py | 2 +- src/ansys/acp/core/_tree_objects/cad_component.py | 2 +- src/ansys/acp/core/_tree_objects/cad_geometry.py | 2 +- src/ansys/acp/core/_tree_objects/cut_off_geometry.py | 2 +- src/ansys/acp/core/_tree_objects/cut_off_selection_rule.py | 2 +- src/ansys/acp/core/_tree_objects/cylindrical_selection_rule.py | 2 +- src/ansys/acp/core/_tree_objects/edge_set.py | 2 +- src/ansys/acp/core/_tree_objects/element_set.py | 2 +- src/ansys/acp/core/_tree_objects/enums.py | 2 +- src/ansys/acp/core/_tree_objects/extrusion_guide.py | 2 +- src/ansys/acp/core/_tree_objects/fabric.py | 2 +- src/ansys/acp/core/_tree_objects/field_definition.py | 2 +- src/ansys/acp/core/_tree_objects/geometrical_selection_rule.py | 2 +- src/ansys/acp/core/_tree_objects/imported_analysis_ply.py | 2 +- src/ansys/acp/core/_tree_objects/imported_modeling_group.py | 2 +- src/ansys/acp/core/_tree_objects/imported_modeling_ply.py | 2 +- src/ansys/acp/core/_tree_objects/imported_production_ply.py | 2 +- src/ansys/acp/core/_tree_objects/imported_solid_model.py | 2 +- src/ansys/acp/core/_tree_objects/interface_layer.py | 2 +- src/ansys/acp/core/_tree_objects/layup_mapping_object.py | 2 +- src/ansys/acp/core/_tree_objects/linked_selection_rule.py | 2 +- src/ansys/acp/core/_tree_objects/lookup_table_1d.py | 2 +- src/ansys/acp/core/_tree_objects/lookup_table_1d_column.py | 2 +- src/ansys/acp/core/_tree_objects/lookup_table_3d.py | 2 +- src/ansys/acp/core/_tree_objects/lookup_table_3d_column.py | 2 +- src/ansys/acp/core/_tree_objects/lookup_table_column_base.py | 2 +- src/ansys/acp/core/_tree_objects/material/__init__.py | 2 +- src/ansys/acp/core/_tree_objects/material/material.py | 2 +- .../acp/core/_tree_objects/material/property_sets/__init__.py | 2 +- src/ansys/acp/core/_tree_objects/material/property_sets/base.py | 2 +- .../acp/core/_tree_objects/material/property_sets/density.py | 2 +- .../material/property_sets/engineering_constants.py | 2 +- .../_tree_objects/material/property_sets/fabric_fiber_angle.py | 2 +- .../core/_tree_objects/material/property_sets/larc_constants.py | 2 +- .../_tree_objects/material/property_sets/property_helper.py | 2 +- .../core/_tree_objects/material/property_sets/puck_constants.py | 2 +- .../core/_tree_objects/material/property_sets/strain_limits.py | 2 +- .../core/_tree_objects/material/property_sets/stress_limits.py | 2 +- .../_tree_objects/material/property_sets/tsai_wu_constants.py | 2 +- .../material/property_sets/variable_property_set_attributes.py | 2 +- .../material/property_sets/woven_characterization.py | 2 +- .../_tree_objects/material/property_sets/woven_stress_limits.py | 2 +- .../acp/core/_tree_objects/material/property_sets/wrapper.py | 2 +- src/ansys/acp/core/_tree_objects/model.py | 2 +- src/ansys/acp/core/_tree_objects/modeling_group.py | 2 +- src/ansys/acp/core/_tree_objects/modeling_ply.py | 2 +- src/ansys/acp/core/_tree_objects/object_registry.py | 2 +- src/ansys/acp/core/_tree_objects/oriented_selection_set.py | 2 +- src/ansys/acp/core/_tree_objects/parallel_selection_rule.py | 2 +- src/ansys/acp/core/_tree_objects/production_ply.py | 2 +- src/ansys/acp/core/_tree_objects/rosette.py | 2 +- src/ansys/acp/core/_tree_objects/sampling_point.py | 2 +- src/ansys/acp/core/_tree_objects/section_cut.py | 2 +- src/ansys/acp/core/_tree_objects/sensor.py | 2 +- src/ansys/acp/core/_tree_objects/snap_to_geometry.py | 2 +- src/ansys/acp/core/_tree_objects/solid_element_set.py | 2 +- src/ansys/acp/core/_tree_objects/solid_model.py | 2 +- src/ansys/acp/core/_tree_objects/spherical_selection_rule.py | 2 +- src/ansys/acp/core/_tree_objects/stackup.py | 2 +- src/ansys/acp/core/_tree_objects/sublaminate.py | 2 +- src/ansys/acp/core/_tree_objects/tube_selection_rule.py | 2 +- src/ansys/acp/core/_tree_objects/utils.py | 2 +- .../acp/core/_tree_objects/variable_offset_selection_rule.py | 2 +- src/ansys/acp/core/_tree_objects/virtual_geometry.py | 2 +- src/ansys/acp/core/_utils/array_conversions.py | 2 +- src/ansys/acp/core/_utils/path_to_str.py | 2 +- src/ansys/acp/core/_utils/property_protocols.py | 2 +- src/ansys/acp/core/_utils/pyvista_import_check.py | 2 +- src/ansys/acp/core/_utils/resource_paths.py | 2 +- src/ansys/acp/core/_utils/string_manipulation.py | 2 +- src/ansys/acp/core/_utils/typing_helper.py | 2 +- src/ansys/acp/core/_utils/visualization.py | 2 +- src/ansys/acp/core/dpf_integration_helpers.py | 2 +- src/ansys/acp/core/extras/__init__.py | 2 +- src/ansys/acp/core/extras/example_helpers.py | 2 +- src/ansys/acp/core/material_property_sets.py | 2 +- src/ansys/acp/core/mechanical_integration_helpers.py | 2 +- src/ansys/acp/core/mesh_data.py | 2 +- tests/__init__.py | 2 +- tests/benchmarks/__init__.py | 2 +- tests/benchmarks/conftest.py | 2 +- tests/benchmarks/test_class40.py | 2 +- tests/benchmarks/test_create.py | 2 +- tests/conftest.py | 2 +- tests/unittests/__init__.py | 2 +- tests/unittests/common/__init__.py | 2 +- tests/unittests/common/compare.py | 2 +- tests/unittests/common/linked_object_list_tester.py | 2 +- tests/unittests/common/tree_object_tester.py | 2 +- tests/unittests/common/utils.py | 2 +- tests/unittests/helpers.py | 2 +- tests/unittests/test_acp_instance.py | 2 +- tests/unittests/test_analysis_ply.py | 2 +- tests/unittests/test_boolean_selection_rule.py | 2 +- tests/unittests/test_butt_joint_sequence.py | 2 +- tests/unittests/test_cad_component.py | 2 +- tests/unittests/test_cad_geometry.py | 2 +- tests/unittests/test_cut_off_geometry.py | 2 +- tests/unittests/test_cut_off_selection_rule.py | 2 +- tests/unittests/test_cylindrical_selection_rule.py | 2 +- tests/unittests/test_direct_launcher.py | 2 +- tests/unittests/test_edge_property_list.py | 2 +- tests/unittests/test_edge_property_types.py | 2 +- tests/unittests/test_edge_set.py | 2 +- tests/unittests/test_element_set.py | 2 +- tests/unittests/test_error_formatting.py | 2 +- tests/unittests/test_extrusion_guide.py | 2 +- tests/unittests/test_fabric.py | 2 +- tests/unittests/test_field_definition.py | 2 +- tests/unittests/test_geometrical_selection_rule.py | 2 +- tests/unittests/test_imported_analysis_ply.py | 2 +- tests/unittests/test_imported_modeling_group.py | 2 +- tests/unittests/test_imported_modeling_ply.py | 2 +- tests/unittests/test_imported_production_ply.py | 2 +- tests/unittests/test_imported_solid_model.py | 2 +- tests/unittests/test_interface_layer.py | 2 +- tests/unittests/test_layup_mapping_object.py | 2 +- tests/unittests/test_linked_object_list.py | 2 +- tests/unittests/test_lookup_table_1d.py | 2 +- tests/unittests/test_lookup_table_3d.py | 2 +- tests/unittests/test_lookup_table_column.py | 2 +- tests/unittests/test_material.py | 2 +- tests/unittests/test_model.py | 2 +- tests/unittests/test_modeling_group.py | 2 +- tests/unittests/test_modeling_ply.py | 2 +- tests/unittests/test_object_permanence.py | 2 +- tests/unittests/test_oriented_selection_set.py | 2 +- tests/unittests/test_parallel_selection_rule.py | 2 +- tests/unittests/test_plot_utils.py | 2 +- tests/unittests/test_production_ply.py | 2 +- tests/unittests/test_recursive_copy.py | 2 +- tests/unittests/test_rosette.py | 2 +- tests/unittests/test_sampling_point.py | 2 +- tests/unittests/test_section_cut.py | 2 +- tests/unittests/test_sensor.py | 2 +- tests/unittests/test_snap_to_geometry.py | 2 +- tests/unittests/test_solid_element_set.py | 2 +- tests/unittests/test_solid_model.py | 2 +- tests/unittests/test_spherical_selection_rule.py | 2 +- tests/unittests/test_stackup.py | 2 +- tests/unittests/test_sublaminate.py | 2 +- tests/unittests/test_tree_printer.py | 2 +- tests/unittests/test_tube_selection_rule.py | 2 +- tests/unittests/test_unlink.py | 2 +- tests/unittests/test_variable_offset_selection_rule.py | 2 +- tests/unittests/test_virtual_geometry.py | 2 +- 204 files changed, 204 insertions(+), 204 deletions(-) diff --git a/LICENSE b/LICENSE index 509f0066b5..e40f17b8d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2022 - 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/examples/modeling_features/001-materials.py b/examples/modeling_features/001-materials.py index 32bbb51029..a2f11970fa 100644 --- a/examples/modeling_features/001-materials.py +++ b/examples/modeling_features/001-materials.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/002-rosettes-ply-directions.py b/examples/modeling_features/002-rosettes-ply-directions.py index 497e0ccb92..d2513ed2d2 100644 --- a/examples/modeling_features/002-rosettes-ply-directions.py +++ b/examples/modeling_features/002-rosettes-ply-directions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/003-simple-selection-rules.py b/examples/modeling_features/003-simple-selection-rules.py index 5bb07793e4..4fc7737ccb 100644 --- a/examples/modeling_features/003-simple-selection-rules.py +++ b/examples/modeling_features/003-simple-selection-rules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/004-advanced-selection-rules.py b/examples/modeling_features/004-advanced-selection-rules.py index f44580b6e4..4e74e27d55 100644 --- a/examples/modeling_features/004-advanced-selection-rules.py +++ b/examples/modeling_features/004-advanced-selection-rules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/005-ply-direction-lookup-table.py b/examples/modeling_features/005-ply-direction-lookup-table.py index 43a439aaec..1e77148267 100644 --- a/examples/modeling_features/005-ply-direction-lookup-table.py +++ b/examples/modeling_features/005-ply-direction-lookup-table.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/006-layup-thickness-definitions.py b/examples/modeling_features/006-layup-thickness-definitions.py index f44fb0db9c..49e1cfe584 100644 --- a/examples/modeling_features/006-layup-thickness-definitions.py +++ b/examples/modeling_features/006-layup-thickness-definitions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/007-sensor.py b/examples/modeling_features/007-sensor.py index 7a4add21e7..e273371095 100644 --- a/examples/modeling_features/007-sensor.py +++ b/examples/modeling_features/007-sensor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/010-sandwich-panel-layup.py b/examples/modeling_features/010-sandwich-panel-layup.py index b87a8f39ab..ee4200fac0 100644 --- a/examples/modeling_features/010-sandwich-panel-layup.py +++ b/examples/modeling_features/010-sandwich-panel-layup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/020-solid_model.py b/examples/modeling_features/020-solid_model.py index ca2e92b4ae..4ed81f6544 100644 --- a/examples/modeling_features/020-solid_model.py +++ b/examples/modeling_features/020-solid_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/030-imported-plies.py b/examples/modeling_features/030-imported-plies.py index fe9cbf9d8d..92744d363b 100644 --- a/examples/modeling_features/030-imported-plies.py +++ b/examples/modeling_features/030-imported-plies.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/031-imported-solid-model.py b/examples/modeling_features/031-imported-solid-model.py index 5b4ac76d17..e7f558563c 100644 --- a/examples/modeling_features/031-imported-solid-model.py +++ b/examples/modeling_features/031-imported-solid-model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/modeling_features/050-composite_cae_h5.py b/examples/modeling_features/050-composite_cae_h5.py index 525c9ef21f..925c611ac9 100644 --- a/examples/modeling_features/050-composite_cae_h5.py +++ b/examples/modeling_features/050-composite_cae_h5.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/pymechanical_with_shim/constants.py b/examples/pymechanical_with_shim/constants.py index da8a3ba0e7..9c1d4eedc3 100644 --- a/examples/pymechanical_with_shim/constants.py +++ b/examples/pymechanical_with_shim/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/pymechanical_with_shim/embedded_workflow.py b/examples/pymechanical_with_shim/embedded_workflow.py index 216a75c5a9..8436b36bb8 100644 --- a/examples/pymechanical_with_shim/embedded_workflow.py +++ b/examples/pymechanical_with_shim/embedded_workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/pymechanical_with_shim/generate_mesh.py b/examples/pymechanical_with_shim/generate_mesh.py index 19841c0afe..d457617167 100644 --- a/examples/pymechanical_with_shim/generate_mesh.py +++ b/examples/pymechanical_with_shim/generate_mesh.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/pymechanical_with_shim/postprocess_results.py b/examples/pymechanical_with_shim/postprocess_results.py index 55b4c41436..11583c2427 100644 --- a/examples/pymechanical_with_shim/postprocess_results.py +++ b/examples/pymechanical_with_shim/postprocess_results.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/pymechanical_with_shim/remote_workflow.py b/examples/pymechanical_with_shim/remote_workflow.py index 7913d5a079..e09059736f 100644 --- a/examples/pymechanical_with_shim/remote_workflow.py +++ b/examples/pymechanical_with_shim/remote_workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/pymechanical_with_shim/set_bc.py b/examples/pymechanical_with_shim/set_bc.py index 3e72774269..389c470083 100644 --- a/examples/pymechanical_with_shim/set_bc.py +++ b/examples/pymechanical_with_shim/set_bc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/pymechanical_with_shim/setup_acp_model.py b/examples/pymechanical_with_shim/setup_acp_model.py index 46750e0d3f..d4b1a167f3 100644 --- a/examples/pymechanical_with_shim/setup_acp_model.py +++ b/examples/pymechanical_with_shim/setup_acp_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/use_cases/01-optimizing-ply-angles.py b/examples/use_cases/01-optimizing-ply-angles.py index bd4458dc86..061e7955ba 100644 --- a/examples/use_cases/01-optimizing-ply-angles.py +++ b/examples/use_cases/01-optimizing-ply-angles.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/workflows/01-pymapdl-workflow.py b/examples/workflows/01-pymapdl-workflow.py index 80c602bd66..e6c4b2110f 100644 --- a/examples/workflows/01-pymapdl-workflow.py +++ b/examples/workflows/01-pymapdl-workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/workflows/02-advanced-pymapdl-workflow.py b/examples/workflows/02-advanced-pymapdl-workflow.py index f9fa138b9e..036d381e26 100644 --- a/examples/workflows/02-advanced-pymapdl-workflow.py +++ b/examples/workflows/02-advanced-pymapdl-workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/workflows/03-pymechanical-shell-workflow.py b/examples/workflows/03-pymechanical-shell-workflow.py index 677e1a95fa..c7ed83b33c 100644 --- a/examples/workflows/03-pymechanical-shell-workflow.py +++ b/examples/workflows/03-pymechanical-shell-workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/workflows/04-pymechanical-solid-workflow.py b/examples/workflows/04-pymechanical-solid-workflow.py index fe142634c1..002f9fea76 100644 --- a/examples/workflows/04-pymechanical-solid-workflow.py +++ b/examples/workflows/04-pymechanical-solid-workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/workflows/05-pymechanical-to-cdb-workflow.py b/examples/workflows/05-pymechanical-to-cdb-workflow.py index 60ccc717a8..bb9b9147a9 100644 --- a/examples/workflows/05-pymechanical-to-cdb-workflow.py +++ b/examples/workflows/05-pymechanical-to-cdb-workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/workflows/06-cdb-to-pymechanical-workflow.py b/examples/workflows/06-cdb-to-pymechanical-workflow.py index d473608bca..1ee317910c 100644 --- a/examples/workflows/06-cdb-to-pymechanical-workflow.py +++ b/examples/workflows/06-cdb-to-pymechanical-workflow.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/__init__.py b/src/ansys/acp/core/__init__.py index 16fd100fca..257eac40e9 100644 --- a/src/ansys/acp/core/__init__.py +++ b/src/ansys/acp/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_dependency_graph.py b/src/ansys/acp/core/_dependency_graph.py index 87f2c259df..d3a28c149c 100644 --- a/src/ansys/acp/core/_dependency_graph.py +++ b/src/ansys/acp/core/_dependency_graph.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_log.py b/src/ansys/acp/core/_log.py index e24efb79a2..e67469b827 100644 --- a/src/ansys/acp/core/_log.py +++ b/src/ansys/acp/core/_log.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_model_printer.py b/src/ansys/acp/core/_model_printer.py index 79fa82f6b1..48c763be8b 100644 --- a/src/ansys/acp/core/_model_printer.py +++ b/src/ansys/acp/core/_model_printer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_plotter.py b/src/ansys/acp/core/_plotter.py index 62ad06c8df..f1498180f2 100644 --- a/src/ansys/acp/core/_plotter.py +++ b/src/ansys/acp/core/_plotter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_recursive_copy.py b/src/ansys/acp/core/_recursive_copy.py index c21c5b5e90..67cbd2e098 100644 --- a/src/ansys/acp/core/_recursive_copy.py +++ b/src/ansys/acp/core/_recursive_copy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_server/__init__.py b/src/ansys/acp/core/_server/__init__.py index f9a0ce487d..5ab265ea2d 100644 --- a/src/ansys/acp/core/_server/__init__.py +++ b/src/ansys/acp/core/_server/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_server/acp_instance.py b/src/ansys/acp/core/_server/acp_instance.py index bbcf848281..d96aac794c 100644 --- a/src/ansys/acp/core/_server/acp_instance.py +++ b/src/ansys/acp/core/_server/acp_instance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_server/common.py b/src/ansys/acp/core/_server/common.py index 5992a4d869..4659b8c21e 100644 --- a/src/ansys/acp/core/_server/common.py +++ b/src/ansys/acp/core/_server/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_server/connect.py b/src/ansys/acp/core/_server/connect.py index 3b5c3277ba..8ba21e3cd4 100644 --- a/src/ansys/acp/core/_server/connect.py +++ b/src/ansys/acp/core/_server/connect.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_server/direct.py b/src/ansys/acp/core/_server/direct.py index 8190986e6a..51c73ebb9e 100644 --- a/src/ansys/acp/core/_server/direct.py +++ b/src/ansys/acp/core/_server/direct.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_server/docker_compose.py b/src/ansys/acp/core/_server/docker_compose.py index 3cb8c13eee..c55a88332f 100644 --- a/src/ansys/acp/core/_server/docker_compose.py +++ b/src/ansys/acp/core/_server/docker_compose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_server/launch.py b/src/ansys/acp/core/_server/launch.py index 16e1287423..28962c402a 100644 --- a/src/ansys/acp/core/_server/launch.py +++ b/src/ansys/acp/core/_server/launch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/__init__.py b/src/ansys/acp/core/_tree_objects/__init__.py index 7604c9c27f..3e6d0b5bfc 100644 --- a/src/ansys/acp/core/_tree_objects/__init__.py +++ b/src/ansys/acp/core/_tree_objects/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_elemental_or_nodal_data.py b/src/ansys/acp/core/_tree_objects/_elemental_or_nodal_data.py index 37dd51d7e4..9cfce96dbb 100644 --- a/src/ansys/acp/core/_tree_objects/_elemental_or_nodal_data.py +++ b/src/ansys/acp/core/_tree_objects/_elemental_or_nodal_data.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/edge_property_list.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/edge_property_list.py index 0b284b1347..2ab95cf92d 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/edge_property_list.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/edge_property_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/enum_wrapper.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/enum_wrapper.py index d4f10ed147..3be392ffe0 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/enum_wrapper.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/enum_wrapper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/exceptions.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/exceptions.py index 064e737835..9a7a68ad11 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/exceptions.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/linked_object_helpers.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/linked_object_helpers.py index 1110ece089..2d34853bc7 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/linked_object_helpers.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/linked_object_helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/linked_object_list.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/linked_object_list.py index 86bc86d7a8..45ef3a8a49 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/linked_object_list.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/linked_object_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/mapping.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/mapping.py index 35e8a8fafc..73eec03cfd 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/mapping.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/mapping.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/polymorphic_from_pb.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/polymorphic_from_pb.py index 25ba3f996c..3ab5b57631 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/polymorphic_from_pb.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/polymorphic_from_pb.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/property_helper.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/property_helper.py index f458ea9759..c15b6b72ab 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/property_helper.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/property_helper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/protocols.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/protocols.py index 9ffeac391f..2fda3b3d6f 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/protocols.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/protocols.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_grpc_helpers/supported_since.py b/src/ansys/acp/core/_tree_objects/_grpc_helpers/supported_since.py index 2b67cdf4b5..aac98a1acf 100644 --- a/src/ansys/acp/core/_tree_objects/_grpc_helpers/supported_since.py +++ b/src/ansys/acp/core/_tree_objects/_grpc_helpers/supported_since.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_mesh_data.py b/src/ansys/acp/core/_tree_objects/_mesh_data.py index f622a3e69d..2a70afcaae 100644 --- a/src/ansys/acp/core/_tree_objects/_mesh_data.py +++ b/src/ansys/acp/core/_tree_objects/_mesh_data.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_object_cache.py b/src/ansys/acp/core/_tree_objects/_object_cache.py index 7c4dbcab2c..6e802248b0 100644 --- a/src/ansys/acp/core/_tree_objects/_object_cache.py +++ b/src/ansys/acp/core/_tree_objects/_object_cache.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/_solid_model_export.py b/src/ansys/acp/core/_tree_objects/_solid_model_export.py index 328d1bb7bc..1169cb4561 100644 --- a/src/ansys/acp/core/_tree_objects/_solid_model_export.py +++ b/src/ansys/acp/core/_tree_objects/_solid_model_export.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/analysis_ply.py b/src/ansys/acp/core/_tree_objects/analysis_ply.py index ab56c7023e..2e1fc3b723 100644 --- a/src/ansys/acp/core/_tree_objects/analysis_ply.py +++ b/src/ansys/acp/core/_tree_objects/analysis_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/base.py b/src/ansys/acp/core/_tree_objects/base.py index 08da2df912..e36542d489 100644 --- a/src/ansys/acp/core/_tree_objects/base.py +++ b/src/ansys/acp/core/_tree_objects/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/boolean_selection_rule.py b/src/ansys/acp/core/_tree_objects/boolean_selection_rule.py index a8f5615e92..10da98529b 100644 --- a/src/ansys/acp/core/_tree_objects/boolean_selection_rule.py +++ b/src/ansys/acp/core/_tree_objects/boolean_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/butt_joint_sequence.py b/src/ansys/acp/core/_tree_objects/butt_joint_sequence.py index c45d19a2a2..7610571d6e 100644 --- a/src/ansys/acp/core/_tree_objects/butt_joint_sequence.py +++ b/src/ansys/acp/core/_tree_objects/butt_joint_sequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/cad_component.py b/src/ansys/acp/core/_tree_objects/cad_component.py index 586da9c437..43cef8f4df 100644 --- a/src/ansys/acp/core/_tree_objects/cad_component.py +++ b/src/ansys/acp/core/_tree_objects/cad_component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/cad_geometry.py b/src/ansys/acp/core/_tree_objects/cad_geometry.py index a801b6d3f3..6e60f31620 100644 --- a/src/ansys/acp/core/_tree_objects/cad_geometry.py +++ b/src/ansys/acp/core/_tree_objects/cad_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/cut_off_geometry.py b/src/ansys/acp/core/_tree_objects/cut_off_geometry.py index 4a096a9eb7..9e99c6d450 100644 --- a/src/ansys/acp/core/_tree_objects/cut_off_geometry.py +++ b/src/ansys/acp/core/_tree_objects/cut_off_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/cut_off_selection_rule.py b/src/ansys/acp/core/_tree_objects/cut_off_selection_rule.py index 402abcfaa1..0f6e745d08 100644 --- a/src/ansys/acp/core/_tree_objects/cut_off_selection_rule.py +++ b/src/ansys/acp/core/_tree_objects/cut_off_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/cylindrical_selection_rule.py b/src/ansys/acp/core/_tree_objects/cylindrical_selection_rule.py index 712d6e9775..f6bedfd7a8 100644 --- a/src/ansys/acp/core/_tree_objects/cylindrical_selection_rule.py +++ b/src/ansys/acp/core/_tree_objects/cylindrical_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/edge_set.py b/src/ansys/acp/core/_tree_objects/edge_set.py index a02dafe226..d919043052 100644 --- a/src/ansys/acp/core/_tree_objects/edge_set.py +++ b/src/ansys/acp/core/_tree_objects/edge_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/element_set.py b/src/ansys/acp/core/_tree_objects/element_set.py index 0b9363d1cb..38591fd521 100644 --- a/src/ansys/acp/core/_tree_objects/element_set.py +++ b/src/ansys/acp/core/_tree_objects/element_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/enums.py b/src/ansys/acp/core/_tree_objects/enums.py index 7874dac778..ce74053fa0 100644 --- a/src/ansys/acp/core/_tree_objects/enums.py +++ b/src/ansys/acp/core/_tree_objects/enums.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/extrusion_guide.py b/src/ansys/acp/core/_tree_objects/extrusion_guide.py index 77893a8388..94a18f70f8 100644 --- a/src/ansys/acp/core/_tree_objects/extrusion_guide.py +++ b/src/ansys/acp/core/_tree_objects/extrusion_guide.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/fabric.py b/src/ansys/acp/core/_tree_objects/fabric.py index 5fd8e69afa..68121a530e 100644 --- a/src/ansys/acp/core/_tree_objects/fabric.py +++ b/src/ansys/acp/core/_tree_objects/fabric.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/field_definition.py b/src/ansys/acp/core/_tree_objects/field_definition.py index dc70e4391c..6b5f4596de 100644 --- a/src/ansys/acp/core/_tree_objects/field_definition.py +++ b/src/ansys/acp/core/_tree_objects/field_definition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/geometrical_selection_rule.py b/src/ansys/acp/core/_tree_objects/geometrical_selection_rule.py index fed15c5bdc..9a2213e68a 100644 --- a/src/ansys/acp/core/_tree_objects/geometrical_selection_rule.py +++ b/src/ansys/acp/core/_tree_objects/geometrical_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/imported_analysis_ply.py b/src/ansys/acp/core/_tree_objects/imported_analysis_ply.py index 7c41744fff..205d292fcf 100644 --- a/src/ansys/acp/core/_tree_objects/imported_analysis_ply.py +++ b/src/ansys/acp/core/_tree_objects/imported_analysis_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/imported_modeling_group.py b/src/ansys/acp/core/_tree_objects/imported_modeling_group.py index e51e64a8e7..0b65db37ea 100644 --- a/src/ansys/acp/core/_tree_objects/imported_modeling_group.py +++ b/src/ansys/acp/core/_tree_objects/imported_modeling_group.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/imported_modeling_ply.py b/src/ansys/acp/core/_tree_objects/imported_modeling_ply.py index 8614325c10..982d6bf036 100644 --- a/src/ansys/acp/core/_tree_objects/imported_modeling_ply.py +++ b/src/ansys/acp/core/_tree_objects/imported_modeling_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/imported_production_ply.py b/src/ansys/acp/core/_tree_objects/imported_production_ply.py index f94a59bb6b..09ffc9ea0e 100644 --- a/src/ansys/acp/core/_tree_objects/imported_production_ply.py +++ b/src/ansys/acp/core/_tree_objects/imported_production_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/imported_solid_model.py b/src/ansys/acp/core/_tree_objects/imported_solid_model.py index eb56434ede..85b2368759 100644 --- a/src/ansys/acp/core/_tree_objects/imported_solid_model.py +++ b/src/ansys/acp/core/_tree_objects/imported_solid_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/interface_layer.py b/src/ansys/acp/core/_tree_objects/interface_layer.py index 4ee64d904c..44b3f2fe94 100644 --- a/src/ansys/acp/core/_tree_objects/interface_layer.py +++ b/src/ansys/acp/core/_tree_objects/interface_layer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/layup_mapping_object.py b/src/ansys/acp/core/_tree_objects/layup_mapping_object.py index 45095c929a..013435d7c6 100644 --- a/src/ansys/acp/core/_tree_objects/layup_mapping_object.py +++ b/src/ansys/acp/core/_tree_objects/layup_mapping_object.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/linked_selection_rule.py b/src/ansys/acp/core/_tree_objects/linked_selection_rule.py index 146f87b685..7741c146ab 100644 --- a/src/ansys/acp/core/_tree_objects/linked_selection_rule.py +++ b/src/ansys/acp/core/_tree_objects/linked_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/lookup_table_1d.py b/src/ansys/acp/core/_tree_objects/lookup_table_1d.py index d1a8e39260..9e20ede95b 100644 --- a/src/ansys/acp/core/_tree_objects/lookup_table_1d.py +++ b/src/ansys/acp/core/_tree_objects/lookup_table_1d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/lookup_table_1d_column.py b/src/ansys/acp/core/_tree_objects/lookup_table_1d_column.py index 5273974d53..2f292cf2bc 100644 --- a/src/ansys/acp/core/_tree_objects/lookup_table_1d_column.py +++ b/src/ansys/acp/core/_tree_objects/lookup_table_1d_column.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/lookup_table_3d.py b/src/ansys/acp/core/_tree_objects/lookup_table_3d.py index 03b48b6807..fbce1fec0f 100644 --- a/src/ansys/acp/core/_tree_objects/lookup_table_3d.py +++ b/src/ansys/acp/core/_tree_objects/lookup_table_3d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/lookup_table_3d_column.py b/src/ansys/acp/core/_tree_objects/lookup_table_3d_column.py index 24bf6c5a2a..2812982043 100644 --- a/src/ansys/acp/core/_tree_objects/lookup_table_3d_column.py +++ b/src/ansys/acp/core/_tree_objects/lookup_table_3d_column.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/lookup_table_column_base.py b/src/ansys/acp/core/_tree_objects/lookup_table_column_base.py index b47e09d244..a8656acf12 100644 --- a/src/ansys/acp/core/_tree_objects/lookup_table_column_base.py +++ b/src/ansys/acp/core/_tree_objects/lookup_table_column_base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/__init__.py b/src/ansys/acp/core/_tree_objects/material/__init__.py index 0cfb95b23b..40d6034ced 100644 --- a/src/ansys/acp/core/_tree_objects/material/__init__.py +++ b/src/ansys/acp/core/_tree_objects/material/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/material.py b/src/ansys/acp/core/_tree_objects/material/material.py index 859c7022ed..4ca45002cb 100644 --- a/src/ansys/acp/core/_tree_objects/material/material.py +++ b/src/ansys/acp/core/_tree_objects/material/material.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/__init__.py b/src/ansys/acp/core/_tree_objects/material/property_sets/__init__.py index 2cbf3d48ce..5b7e642bd2 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/__init__.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/base.py b/src/ansys/acp/core/_tree_objects/material/property_sets/base.py index 07d3186866..4a13ff66c9 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/base.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/density.py b/src/ansys/acp/core/_tree_objects/material/property_sets/density.py index aa3035c04e..6c41dc11d8 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/density.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/density.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/engineering_constants.py b/src/ansys/acp/core/_tree_objects/material/property_sets/engineering_constants.py index 5845873371..f3118de295 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/engineering_constants.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/engineering_constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/fabric_fiber_angle.py b/src/ansys/acp/core/_tree_objects/material/property_sets/fabric_fiber_angle.py index ae84305398..f0cf15f861 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/fabric_fiber_angle.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/fabric_fiber_angle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/larc_constants.py b/src/ansys/acp/core/_tree_objects/material/property_sets/larc_constants.py index b5baf38527..fe6d7ac9ea 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/larc_constants.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/larc_constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/property_helper.py b/src/ansys/acp/core/_tree_objects/material/property_sets/property_helper.py index a3d61efff8..3ba0c50b25 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/property_helper.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/property_helper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/puck_constants.py b/src/ansys/acp/core/_tree_objects/material/property_sets/puck_constants.py index 024240c5c8..a7959c54e6 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/puck_constants.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/puck_constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/strain_limits.py b/src/ansys/acp/core/_tree_objects/material/property_sets/strain_limits.py index e00a3b4fa1..adb07298d4 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/strain_limits.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/strain_limits.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/stress_limits.py b/src/ansys/acp/core/_tree_objects/material/property_sets/stress_limits.py index 2c895f4cb8..67bc274837 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/stress_limits.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/stress_limits.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/tsai_wu_constants.py b/src/ansys/acp/core/_tree_objects/material/property_sets/tsai_wu_constants.py index b6439a159e..7599981436 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/tsai_wu_constants.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/tsai_wu_constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/variable_property_set_attributes.py b/src/ansys/acp/core/_tree_objects/material/property_sets/variable_property_set_attributes.py index 2602cd4017..18449223d2 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/variable_property_set_attributes.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/variable_property_set_attributes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/woven_characterization.py b/src/ansys/acp/core/_tree_objects/material/property_sets/woven_characterization.py index d2262e9713..82789d20d0 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/woven_characterization.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/woven_characterization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/woven_stress_limits.py b/src/ansys/acp/core/_tree_objects/material/property_sets/woven_stress_limits.py index b3f10a344f..ebe8152bf5 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/woven_stress_limits.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/woven_stress_limits.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/material/property_sets/wrapper.py b/src/ansys/acp/core/_tree_objects/material/property_sets/wrapper.py index 772bc0a570..73b10ded1f 100644 --- a/src/ansys/acp/core/_tree_objects/material/property_sets/wrapper.py +++ b/src/ansys/acp/core/_tree_objects/material/property_sets/wrapper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/model.py b/src/ansys/acp/core/_tree_objects/model.py index 3c1adbcc70..3c61b14270 100644 --- a/src/ansys/acp/core/_tree_objects/model.py +++ b/src/ansys/acp/core/_tree_objects/model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/modeling_group.py b/src/ansys/acp/core/_tree_objects/modeling_group.py index 35a95d672a..74af2a475d 100644 --- a/src/ansys/acp/core/_tree_objects/modeling_group.py +++ b/src/ansys/acp/core/_tree_objects/modeling_group.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/modeling_ply.py b/src/ansys/acp/core/_tree_objects/modeling_ply.py index 6883f5eabe..e3de5d77de 100644 --- a/src/ansys/acp/core/_tree_objects/modeling_ply.py +++ b/src/ansys/acp/core/_tree_objects/modeling_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/object_registry.py b/src/ansys/acp/core/_tree_objects/object_registry.py index aaf6c74440..45c5d87fa5 100644 --- a/src/ansys/acp/core/_tree_objects/object_registry.py +++ b/src/ansys/acp/core/_tree_objects/object_registry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/oriented_selection_set.py b/src/ansys/acp/core/_tree_objects/oriented_selection_set.py index 6822a23ab5..5f79cf8994 100644 --- a/src/ansys/acp/core/_tree_objects/oriented_selection_set.py +++ b/src/ansys/acp/core/_tree_objects/oriented_selection_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/parallel_selection_rule.py b/src/ansys/acp/core/_tree_objects/parallel_selection_rule.py index 2b625d96bd..ca9d73db1c 100644 --- a/src/ansys/acp/core/_tree_objects/parallel_selection_rule.py +++ b/src/ansys/acp/core/_tree_objects/parallel_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/production_ply.py b/src/ansys/acp/core/_tree_objects/production_ply.py index 283c639a74..652af9728a 100644 --- a/src/ansys/acp/core/_tree_objects/production_ply.py +++ b/src/ansys/acp/core/_tree_objects/production_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/rosette.py b/src/ansys/acp/core/_tree_objects/rosette.py index bf51eddfe5..32acebd2f0 100644 --- a/src/ansys/acp/core/_tree_objects/rosette.py +++ b/src/ansys/acp/core/_tree_objects/rosette.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/sampling_point.py b/src/ansys/acp/core/_tree_objects/sampling_point.py index b60e32c814..2080328fc4 100644 --- a/src/ansys/acp/core/_tree_objects/sampling_point.py +++ b/src/ansys/acp/core/_tree_objects/sampling_point.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/section_cut.py b/src/ansys/acp/core/_tree_objects/section_cut.py index 254c2903b2..2917705c00 100644 --- a/src/ansys/acp/core/_tree_objects/section_cut.py +++ b/src/ansys/acp/core/_tree_objects/section_cut.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/sensor.py b/src/ansys/acp/core/_tree_objects/sensor.py index 243dca0e48..32304f1d84 100644 --- a/src/ansys/acp/core/_tree_objects/sensor.py +++ b/src/ansys/acp/core/_tree_objects/sensor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/snap_to_geometry.py b/src/ansys/acp/core/_tree_objects/snap_to_geometry.py index 5a4e5fd8e1..8e403b0c18 100644 --- a/src/ansys/acp/core/_tree_objects/snap_to_geometry.py +++ b/src/ansys/acp/core/_tree_objects/snap_to_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/solid_element_set.py b/src/ansys/acp/core/_tree_objects/solid_element_set.py index 501beee85b..213ad24f23 100644 --- a/src/ansys/acp/core/_tree_objects/solid_element_set.py +++ b/src/ansys/acp/core/_tree_objects/solid_element_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/solid_model.py b/src/ansys/acp/core/_tree_objects/solid_model.py index 32c36c3b81..32a091a814 100644 --- a/src/ansys/acp/core/_tree_objects/solid_model.py +++ b/src/ansys/acp/core/_tree_objects/solid_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/spherical_selection_rule.py b/src/ansys/acp/core/_tree_objects/spherical_selection_rule.py index 35a35173ab..a1e35f2921 100644 --- a/src/ansys/acp/core/_tree_objects/spherical_selection_rule.py +++ b/src/ansys/acp/core/_tree_objects/spherical_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/stackup.py b/src/ansys/acp/core/_tree_objects/stackup.py index 031ecfe599..54fe69b6d6 100644 --- a/src/ansys/acp/core/_tree_objects/stackup.py +++ b/src/ansys/acp/core/_tree_objects/stackup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/sublaminate.py b/src/ansys/acp/core/_tree_objects/sublaminate.py index d900363280..e67b5e9b68 100644 --- a/src/ansys/acp/core/_tree_objects/sublaminate.py +++ b/src/ansys/acp/core/_tree_objects/sublaminate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/tube_selection_rule.py b/src/ansys/acp/core/_tree_objects/tube_selection_rule.py index 37c9da4e3a..f822e23601 100644 --- a/src/ansys/acp/core/_tree_objects/tube_selection_rule.py +++ b/src/ansys/acp/core/_tree_objects/tube_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/utils.py b/src/ansys/acp/core/_tree_objects/utils.py index 48dbb54ffb..3a81131ce2 100644 --- a/src/ansys/acp/core/_tree_objects/utils.py +++ b/src/ansys/acp/core/_tree_objects/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/variable_offset_selection_rule.py b/src/ansys/acp/core/_tree_objects/variable_offset_selection_rule.py index b81c14fa8f..ee049290b3 100644 --- a/src/ansys/acp/core/_tree_objects/variable_offset_selection_rule.py +++ b/src/ansys/acp/core/_tree_objects/variable_offset_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_tree_objects/virtual_geometry.py b/src/ansys/acp/core/_tree_objects/virtual_geometry.py index f7ab2dcb7a..cb840fcd40 100644 --- a/src/ansys/acp/core/_tree_objects/virtual_geometry.py +++ b/src/ansys/acp/core/_tree_objects/virtual_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_utils/array_conversions.py b/src/ansys/acp/core/_utils/array_conversions.py index e6d771a46d..fc9859c8d6 100644 --- a/src/ansys/acp/core/_utils/array_conversions.py +++ b/src/ansys/acp/core/_utils/array_conversions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_utils/path_to_str.py b/src/ansys/acp/core/_utils/path_to_str.py index b100a3d829..d4114b3dfa 100644 --- a/src/ansys/acp/core/_utils/path_to_str.py +++ b/src/ansys/acp/core/_utils/path_to_str.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_utils/property_protocols.py b/src/ansys/acp/core/_utils/property_protocols.py index 312db8ae29..b5d2262c16 100644 --- a/src/ansys/acp/core/_utils/property_protocols.py +++ b/src/ansys/acp/core/_utils/property_protocols.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_utils/pyvista_import_check.py b/src/ansys/acp/core/_utils/pyvista_import_check.py index a7df22501c..ee7ea761ff 100644 --- a/src/ansys/acp/core/_utils/pyvista_import_check.py +++ b/src/ansys/acp/core/_utils/pyvista_import_check.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_utils/resource_paths.py b/src/ansys/acp/core/_utils/resource_paths.py index 31b19c6df7..5eb27192ce 100644 --- a/src/ansys/acp/core/_utils/resource_paths.py +++ b/src/ansys/acp/core/_utils/resource_paths.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_utils/string_manipulation.py b/src/ansys/acp/core/_utils/string_manipulation.py index e630fc66ad..a6d4efdbf9 100644 --- a/src/ansys/acp/core/_utils/string_manipulation.py +++ b/src/ansys/acp/core/_utils/string_manipulation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_utils/typing_helper.py b/src/ansys/acp/core/_utils/typing_helper.py index 9334f5b316..d02a981283 100644 --- a/src/ansys/acp/core/_utils/typing_helper.py +++ b/src/ansys/acp/core/_utils/typing_helper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/_utils/visualization.py b/src/ansys/acp/core/_utils/visualization.py index 85b512db09..35deee1700 100644 --- a/src/ansys/acp/core/_utils/visualization.py +++ b/src/ansys/acp/core/_utils/visualization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/dpf_integration_helpers.py b/src/ansys/acp/core/dpf_integration_helpers.py index a7b37a0a98..5472b7bd72 100644 --- a/src/ansys/acp/core/dpf_integration_helpers.py +++ b/src/ansys/acp/core/dpf_integration_helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/extras/__init__.py b/src/ansys/acp/core/extras/__init__.py index c1e7427e45..5bc61e31a5 100644 --- a/src/ansys/acp/core/extras/__init__.py +++ b/src/ansys/acp/core/extras/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/extras/example_helpers.py b/src/ansys/acp/core/extras/example_helpers.py index 99e3f87d22..4f2c544fc2 100644 --- a/src/ansys/acp/core/extras/example_helpers.py +++ b/src/ansys/acp/core/extras/example_helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/material_property_sets.py b/src/ansys/acp/core/material_property_sets.py index d2cb4854e5..529dc31d5c 100644 --- a/src/ansys/acp/core/material_property_sets.py +++ b/src/ansys/acp/core/material_property_sets.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/mechanical_integration_helpers.py b/src/ansys/acp/core/mechanical_integration_helpers.py index 319d1b657d..e402a89e2e 100644 --- a/src/ansys/acp/core/mechanical_integration_helpers.py +++ b/src/ansys/acp/core/mechanical_integration_helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/acp/core/mesh_data.py b/src/ansys/acp/core/mesh_data.py index 58ec11a016..f811fe8b8e 100644 --- a/src/ansys/acp/core/mesh_data.py +++ b/src/ansys/acp/core/mesh_data.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/__init__.py b/tests/__init__.py index 93fd967cd8..08bb9516e4 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/benchmarks/__init__.py b/tests/benchmarks/__init__.py index 93fd967cd8..08bb9516e4 100644 --- a/tests/benchmarks/__init__.py +++ b/tests/benchmarks/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/benchmarks/conftest.py b/tests/benchmarks/conftest.py index f89d753ef3..9283e8a2f6 100644 --- a/tests/benchmarks/conftest.py +++ b/tests/benchmarks/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/benchmarks/test_class40.py b/tests/benchmarks/test_class40.py index 78e48ded3c..89fc5e9f0f 100644 --- a/tests/benchmarks/test_class40.py +++ b/tests/benchmarks/test_class40.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/benchmarks/test_create.py b/tests/benchmarks/test_create.py index 511064ba03..3b9e30aca7 100644 --- a/tests/benchmarks/test_create.py +++ b/tests/benchmarks/test_create.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/conftest.py b/tests/conftest.py index 537f76b02d..019604202d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/__init__.py b/tests/unittests/__init__.py index 93fd967cd8..08bb9516e4 100644 --- a/tests/unittests/__init__.py +++ b/tests/unittests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/common/__init__.py b/tests/unittests/common/__init__.py index 93fd967cd8..08bb9516e4 100644 --- a/tests/unittests/common/__init__.py +++ b/tests/unittests/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/common/compare.py b/tests/unittests/common/compare.py index f55446ea03..492b44a9ca 100644 --- a/tests/unittests/common/compare.py +++ b/tests/unittests/common/compare.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/common/linked_object_list_tester.py b/tests/unittests/common/linked_object_list_tester.py index c62c215089..65fd6af975 100644 --- a/tests/unittests/common/linked_object_list_tester.py +++ b/tests/unittests/common/linked_object_list_tester.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/common/tree_object_tester.py b/tests/unittests/common/tree_object_tester.py index 2150423aa4..742299714f 100644 --- a/tests/unittests/common/tree_object_tester.py +++ b/tests/unittests/common/tree_object_tester.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/common/utils.py b/tests/unittests/common/utils.py index a8a25a3ce7..d13048edfd 100644 --- a/tests/unittests/common/utils.py +++ b/tests/unittests/common/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/helpers.py b/tests/unittests/helpers.py index 445080a1e4..42ce940613 100644 --- a/tests/unittests/helpers.py +++ b/tests/unittests/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_acp_instance.py b/tests/unittests/test_acp_instance.py index 22a7c7ade2..5600e6cd38 100644 --- a/tests/unittests/test_acp_instance.py +++ b/tests/unittests/test_acp_instance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_analysis_ply.py b/tests/unittests/test_analysis_ply.py index a3c56d2a00..7afeb1dd05 100644 --- a/tests/unittests/test_analysis_ply.py +++ b/tests/unittests/test_analysis_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_boolean_selection_rule.py b/tests/unittests/test_boolean_selection_rule.py index cfd1eb532e..cbc3e9f51d 100644 --- a/tests/unittests/test_boolean_selection_rule.py +++ b/tests/unittests/test_boolean_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_butt_joint_sequence.py b/tests/unittests/test_butt_joint_sequence.py index 9608100dd4..6d4480f47b 100644 --- a/tests/unittests/test_butt_joint_sequence.py +++ b/tests/unittests/test_butt_joint_sequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_cad_component.py b/tests/unittests/test_cad_component.py index 8cce9b4ca2..63fc745bd5 100644 --- a/tests/unittests/test_cad_component.py +++ b/tests/unittests/test_cad_component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_cad_geometry.py b/tests/unittests/test_cad_geometry.py index 271c1dd8bf..4c15b9d7a5 100644 --- a/tests/unittests/test_cad_geometry.py +++ b/tests/unittests/test_cad_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_cut_off_geometry.py b/tests/unittests/test_cut_off_geometry.py index 3da4df9525..5aeba7f013 100644 --- a/tests/unittests/test_cut_off_geometry.py +++ b/tests/unittests/test_cut_off_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_cut_off_selection_rule.py b/tests/unittests/test_cut_off_selection_rule.py index 3d996270e2..52ba774bae 100644 --- a/tests/unittests/test_cut_off_selection_rule.py +++ b/tests/unittests/test_cut_off_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_cylindrical_selection_rule.py b/tests/unittests/test_cylindrical_selection_rule.py index 867a2a776a..7227cb5612 100644 --- a/tests/unittests/test_cylindrical_selection_rule.py +++ b/tests/unittests/test_cylindrical_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_direct_launcher.py b/tests/unittests/test_direct_launcher.py index ee10c1c4f7..2b39d47d6d 100644 --- a/tests/unittests/test_direct_launcher.py +++ b/tests/unittests/test_direct_launcher.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_edge_property_list.py b/tests/unittests/test_edge_property_list.py index 3ca4919516..996e27f126 100644 --- a/tests/unittests/test_edge_property_list.py +++ b/tests/unittests/test_edge_property_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_edge_property_types.py b/tests/unittests/test_edge_property_types.py index bd7052df14..a517b417d2 100644 --- a/tests/unittests/test_edge_property_types.py +++ b/tests/unittests/test_edge_property_types.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_edge_set.py b/tests/unittests/test_edge_set.py index 2fba9df73f..bb6989ac4b 100644 --- a/tests/unittests/test_edge_set.py +++ b/tests/unittests/test_edge_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_element_set.py b/tests/unittests/test_element_set.py index 4ce5308a63..8e6d66feb1 100644 --- a/tests/unittests/test_element_set.py +++ b/tests/unittests/test_element_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_error_formatting.py b/tests/unittests/test_error_formatting.py index 9498e64348..5bb91e6dc2 100644 --- a/tests/unittests/test_error_formatting.py +++ b/tests/unittests/test_error_formatting.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_extrusion_guide.py b/tests/unittests/test_extrusion_guide.py index 9bad92e411..bfe9e32e67 100644 --- a/tests/unittests/test_extrusion_guide.py +++ b/tests/unittests/test_extrusion_guide.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_fabric.py b/tests/unittests/test_fabric.py index b4b8fa198a..bc0e38e3df 100644 --- a/tests/unittests/test_fabric.py +++ b/tests/unittests/test_fabric.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_field_definition.py b/tests/unittests/test_field_definition.py index 1dd1dd8be2..21e239c9b9 100644 --- a/tests/unittests/test_field_definition.py +++ b/tests/unittests/test_field_definition.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_geometrical_selection_rule.py b/tests/unittests/test_geometrical_selection_rule.py index 1759b5a02c..22c511627b 100644 --- a/tests/unittests/test_geometrical_selection_rule.py +++ b/tests/unittests/test_geometrical_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_imported_analysis_ply.py b/tests/unittests/test_imported_analysis_ply.py index 5ef6a95cad..4d9894cc1f 100644 --- a/tests/unittests/test_imported_analysis_ply.py +++ b/tests/unittests/test_imported_analysis_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_imported_modeling_group.py b/tests/unittests/test_imported_modeling_group.py index b4cb994309..539a9204e4 100644 --- a/tests/unittests/test_imported_modeling_group.py +++ b/tests/unittests/test_imported_modeling_group.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_imported_modeling_ply.py b/tests/unittests/test_imported_modeling_ply.py index 1ec31cf894..8638f73cf9 100644 --- a/tests/unittests/test_imported_modeling_ply.py +++ b/tests/unittests/test_imported_modeling_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_imported_production_ply.py b/tests/unittests/test_imported_production_ply.py index 246aae3628..4d60ef7178 100644 --- a/tests/unittests/test_imported_production_ply.py +++ b/tests/unittests/test_imported_production_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_imported_solid_model.py b/tests/unittests/test_imported_solid_model.py index 0080a57b9e..3f9e2b8653 100644 --- a/tests/unittests/test_imported_solid_model.py +++ b/tests/unittests/test_imported_solid_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_interface_layer.py b/tests/unittests/test_interface_layer.py index 8dd618e993..0b5bf29e92 100644 --- a/tests/unittests/test_interface_layer.py +++ b/tests/unittests/test_interface_layer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_layup_mapping_object.py b/tests/unittests/test_layup_mapping_object.py index a9cd3d115f..271b4afb53 100644 --- a/tests/unittests/test_layup_mapping_object.py +++ b/tests/unittests/test_layup_mapping_object.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_linked_object_list.py b/tests/unittests/test_linked_object_list.py index 42e1bec2c2..fccd158e1b 100644 --- a/tests/unittests/test_linked_object_list.py +++ b/tests/unittests/test_linked_object_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_lookup_table_1d.py b/tests/unittests/test_lookup_table_1d.py index 5272c7fc21..3032135711 100644 --- a/tests/unittests/test_lookup_table_1d.py +++ b/tests/unittests/test_lookup_table_1d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_lookup_table_3d.py b/tests/unittests/test_lookup_table_3d.py index 274e55b7d0..87b6fdcb4e 100644 --- a/tests/unittests/test_lookup_table_3d.py +++ b/tests/unittests/test_lookup_table_3d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_lookup_table_column.py b/tests/unittests/test_lookup_table_column.py index ff895a37e9..1318e231f6 100644 --- a/tests/unittests/test_lookup_table_column.py +++ b/tests/unittests/test_lookup_table_column.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_material.py b/tests/unittests/test_material.py index e07956f0e6..0fbe3d5828 100644 --- a/tests/unittests/test_material.py +++ b/tests/unittests/test_material.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_model.py b/tests/unittests/test_model.py index 29eeb7469e..2b81933f0d 100644 --- a/tests/unittests/test_model.py +++ b/tests/unittests/test_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_modeling_group.py b/tests/unittests/test_modeling_group.py index 1a92dfecfe..9a0989cca6 100644 --- a/tests/unittests/test_modeling_group.py +++ b/tests/unittests/test_modeling_group.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_modeling_ply.py b/tests/unittests/test_modeling_ply.py index 84878e3425..17265b947a 100644 --- a/tests/unittests/test_modeling_ply.py +++ b/tests/unittests/test_modeling_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_object_permanence.py b/tests/unittests/test_object_permanence.py index 707ce70517..230d6f91c2 100644 --- a/tests/unittests/test_object_permanence.py +++ b/tests/unittests/test_object_permanence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_oriented_selection_set.py b/tests/unittests/test_oriented_selection_set.py index 047c2c4bfa..641137b8af 100644 --- a/tests/unittests/test_oriented_selection_set.py +++ b/tests/unittests/test_oriented_selection_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_parallel_selection_rule.py b/tests/unittests/test_parallel_selection_rule.py index 2b3b327edc..e3f1b24a53 100644 --- a/tests/unittests/test_parallel_selection_rule.py +++ b/tests/unittests/test_parallel_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_plot_utils.py b/tests/unittests/test_plot_utils.py index e9d87de93c..2a96439d89 100644 --- a/tests/unittests/test_plot_utils.py +++ b/tests/unittests/test_plot_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_production_ply.py b/tests/unittests/test_production_ply.py index 1104ee7eb1..f57ec66f6a 100644 --- a/tests/unittests/test_production_ply.py +++ b/tests/unittests/test_production_ply.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_recursive_copy.py b/tests/unittests/test_recursive_copy.py index 14bf0afdb7..6fa7418249 100644 --- a/tests/unittests/test_recursive_copy.py +++ b/tests/unittests/test_recursive_copy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_rosette.py b/tests/unittests/test_rosette.py index 94bdb5b0b6..dae0b610db 100644 --- a/tests/unittests/test_rosette.py +++ b/tests/unittests/test_rosette.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_sampling_point.py b/tests/unittests/test_sampling_point.py index 34a24c635c..ef10ea08da 100644 --- a/tests/unittests/test_sampling_point.py +++ b/tests/unittests/test_sampling_point.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_section_cut.py b/tests/unittests/test_section_cut.py index 864585ef3a..951c31bcb8 100644 --- a/tests/unittests/test_section_cut.py +++ b/tests/unittests/test_section_cut.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_sensor.py b/tests/unittests/test_sensor.py index 496b74e7c4..889a19a032 100644 --- a/tests/unittests/test_sensor.py +++ b/tests/unittests/test_sensor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_snap_to_geometry.py b/tests/unittests/test_snap_to_geometry.py index 6a5f0627f4..8b4ac80865 100644 --- a/tests/unittests/test_snap_to_geometry.py +++ b/tests/unittests/test_snap_to_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_solid_element_set.py b/tests/unittests/test_solid_element_set.py index c277288cdd..57a84b67e2 100644 --- a/tests/unittests/test_solid_element_set.py +++ b/tests/unittests/test_solid_element_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_solid_model.py b/tests/unittests/test_solid_model.py index d6cd0eaf01..b656db9f09 100644 --- a/tests/unittests/test_solid_model.py +++ b/tests/unittests/test_solid_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_spherical_selection_rule.py b/tests/unittests/test_spherical_selection_rule.py index dc7043b7e7..34474ea67a 100644 --- a/tests/unittests/test_spherical_selection_rule.py +++ b/tests/unittests/test_spherical_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_stackup.py b/tests/unittests/test_stackup.py index b28ced9271..0bbbae7ab0 100644 --- a/tests/unittests/test_stackup.py +++ b/tests/unittests/test_stackup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_sublaminate.py b/tests/unittests/test_sublaminate.py index 6d7e7725f8..35843a3a7e 100644 --- a/tests/unittests/test_sublaminate.py +++ b/tests/unittests/test_sublaminate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_tree_printer.py b/tests/unittests/test_tree_printer.py index d3ebe4d131..bf5d7cb361 100644 --- a/tests/unittests/test_tree_printer.py +++ b/tests/unittests/test_tree_printer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_tube_selection_rule.py b/tests/unittests/test_tube_selection_rule.py index 0b08a7ad5c..ffd90cede7 100644 --- a/tests/unittests/test_tube_selection_rule.py +++ b/tests/unittests/test_tube_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_unlink.py b/tests/unittests/test_unlink.py index 91f5b590da..dd971132cd 100644 --- a/tests/unittests/test_unlink.py +++ b/tests/unittests/test_unlink.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_variable_offset_selection_rule.py b/tests/unittests/test_variable_offset_selection_rule.py index c25f8f9d83..061cf78939 100644 --- a/tests/unittests/test_variable_offset_selection_rule.py +++ b/tests/unittests/test_variable_offset_selection_rule.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/unittests/test_virtual_geometry.py b/tests/unittests/test_virtual_geometry.py index 3dd5231934..a2bef6f647 100644 --- a/tests/unittests/test_virtual_geometry.py +++ b/tests/unittests/test_virtual_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #