diff --git a/LICENSE b/LICENSE index 46903eb58..3c96ad891 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2023 - 2025 ANSYS, Inc. and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/doc/changelog.d/197.documentation.md b/doc/changelog.d/197.documentation.md new file mode 100644 index 000000000..2edbab5b5 --- /dev/null +++ b/doc/changelog.d/197.documentation.md @@ -0,0 +1 @@ +chore: update license year \ No newline at end of file diff --git a/examples/001_initialize_server_and_deal_with_license.py b/examples/001_initialize_server_and_deal_with_license.py index 516ac3581..aa030b569 100644 --- a/examples/001_initialize_server_and_deal_with_license.py +++ b/examples/001_initialize_server_and_deal_with_license.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/002_load_resample_amplify_write_wav_files.py b/examples/002_load_resample_amplify_write_wav_files.py index f7cf9838e..c76cfb8c6 100644 --- a/examples/002_load_resample_amplify_write_wav_files.py +++ b/examples/002_load_resample_amplify_write_wav_files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/003_compute_stft.py b/examples/003_compute_stft.py index 5ff495d60..e693dd16c 100644 --- a/examples/003_compute_stft.py +++ b/examples/003_compute_stft.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/004_isolate_orders.py b/examples/004_isolate_orders.py index c07d79ad3..7869676c5 100644 --- a/examples/004_isolate_orders.py +++ b/examples/004_isolate_orders.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/005_xtract_feature.py b/examples/005_xtract_feature.py index a7c9d4e2e..451156439 100644 --- a/examples/005_xtract_feature.py +++ b/examples/005_xtract_feature.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/006_calculate_PR_and_TNR.py b/examples/006_calculate_PR_and_TNR.py index 10d2fec29..d6532a3bf 100644 --- a/examples/006_calculate_PR_and_TNR.py +++ b/examples/006_calculate_PR_and_TNR.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/007_calculate_psychoacoustic_indicators.py b/examples/007_calculate_psychoacoustic_indicators.py index 160f64d10..06104dbe1 100644 --- a/examples/007_calculate_psychoacoustic_indicators.py +++ b/examples/007_calculate_psychoacoustic_indicators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/__init__.py b/src/ansys/sound/core/__init__.py index 7e676031d..0976de5f3 100644 --- a/src/ansys/sound/core/__init__.py +++ b/src/ansys/sound/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/_pyansys_sound.py b/src/ansys/sound/core/_pyansys_sound.py index 40783d7a0..1862b6164 100644 --- a/src/ansys/sound/core/_pyansys_sound.py +++ b/src/ansys/sound/core/_pyansys_sound.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/examples_helpers/__init__.py b/src/ansys/sound/core/examples_helpers/__init__.py index 3f5cb6f8d..e11795563 100644 --- a/src/ansys/sound/core/examples_helpers/__init__.py +++ b/src/ansys/sound/core/examples_helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/examples_helpers/download.py b/src/ansys/sound/core/examples_helpers/download.py index 39b1b7286..e4beb2032 100644 --- a/src/ansys/sound/core/examples_helpers/download.py +++ b/src/ansys/sound/core/examples_helpers/download.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/__init__.py b/src/ansys/sound/core/psychoacoustics/__init__.py index 176d8f1f2..d44dbc7f6 100644 --- a/src/ansys/sound/core/psychoacoustics/__init__.py +++ b/src/ansys/sound/core/psychoacoustics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/_psychoacoustics_parent.py b/src/ansys/sound/core/psychoacoustics/_psychoacoustics_parent.py index 7446b2207..8820a0c9b 100644 --- a/src/ansys/sound/core/psychoacoustics/_psychoacoustics_parent.py +++ b/src/ansys/sound/core/psychoacoustics/_psychoacoustics_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/fluctuation_strength.py b/src/ansys/sound/core/psychoacoustics/fluctuation_strength.py index 479913574..73bfec96b 100644 --- a/src/ansys/sound/core/psychoacoustics/fluctuation_strength.py +++ b/src/ansys/sound/core/psychoacoustics/fluctuation_strength.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/loudness_iso_532_1_stationary.py b/src/ansys/sound/core/psychoacoustics/loudness_iso_532_1_stationary.py index bf0f65cde..072138f1e 100644 --- a/src/ansys/sound/core/psychoacoustics/loudness_iso_532_1_stationary.py +++ b/src/ansys/sound/core/psychoacoustics/loudness_iso_532_1_stationary.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/loudness_iso_532_1_time_varying.py b/src/ansys/sound/core/psychoacoustics/loudness_iso_532_1_time_varying.py index 7c072c38d..1b92e8f78 100644 --- a/src/ansys/sound/core/psychoacoustics/loudness_iso_532_1_time_varying.py +++ b/src/ansys/sound/core/psychoacoustics/loudness_iso_532_1_time_varying.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/prominence_ratio.py b/src/ansys/sound/core/psychoacoustics/prominence_ratio.py index 91998d5d6..08aefeb84 100644 --- a/src/ansys/sound/core/psychoacoustics/prominence_ratio.py +++ b/src/ansys/sound/core/psychoacoustics/prominence_ratio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/roughness.py b/src/ansys/sound/core/psychoacoustics/roughness.py index e9e8de529..79013d9b9 100644 --- a/src/ansys/sound/core/psychoacoustics/roughness.py +++ b/src/ansys/sound/core/psychoacoustics/roughness.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/sharpness.py b/src/ansys/sound/core/psychoacoustics/sharpness.py index de7c26af0..39f1cdd37 100644 --- a/src/ansys/sound/core/psychoacoustics/sharpness.py +++ b/src/ansys/sound/core/psychoacoustics/sharpness.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/tonality_din_45681.py b/src/ansys/sound/core/psychoacoustics/tonality_din_45681.py index 6e25efb06..0714d3ff5 100644 --- a/src/ansys/sound/core/psychoacoustics/tonality_din_45681.py +++ b/src/ansys/sound/core/psychoacoustics/tonality_din_45681.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/psychoacoustics/tone_to_noise_ratio.py b/src/ansys/sound/core/psychoacoustics/tone_to_noise_ratio.py index f9ace174f..3b66c9af8 100644 --- a/src/ansys/sound/core/psychoacoustics/tone_to_noise_ratio.py +++ b/src/ansys/sound/core/psychoacoustics/tone_to_noise_ratio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/server_helpers/__init__.py b/src/ansys/sound/core/server_helpers/__init__.py index b4e016513..7cb141589 100644 --- a/src/ansys/sound/core/server_helpers/__init__.py +++ b/src/ansys/sound/core/server_helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/server_helpers/_connect_to_or_start_server.py b/src/ansys/sound/core/server_helpers/_connect_to_or_start_server.py index d6cc47e99..d0263b4a0 100644 --- a/src/ansys/sound/core/server_helpers/_connect_to_or_start_server.py +++ b/src/ansys/sound/core/server_helpers/_connect_to_or_start_server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/server_helpers/_validate_dpf_sound_connection.py b/src/ansys/sound/core/server_helpers/_validate_dpf_sound_connection.py index c587229bd..306c0bcf9 100644 --- a/src/ansys/sound/core/server_helpers/_validate_dpf_sound_connection.py +++ b/src/ansys/sound/core/server_helpers/_validate_dpf_sound_connection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_processing/__init__.py b/src/ansys/sound/core/signal_processing/__init__.py index 4912db6d1..1c63776f7 100644 --- a/src/ansys/sound/core/signal_processing/__init__.py +++ b/src/ansys/sound/core/signal_processing/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_processing/_signal_processing_parent.py b/src/ansys/sound/core/signal_processing/_signal_processing_parent.py index 07f4004c9..3663bb132 100644 --- a/src/ansys/sound/core/signal_processing/_signal_processing_parent.py +++ b/src/ansys/sound/core/signal_processing/_signal_processing_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_processing/filter.py b/src/ansys/sound/core/signal_processing/filter.py index 6cea4c45d..6cad780a8 100644 --- a/src/ansys/sound/core/signal_processing/filter.py +++ b/src/ansys/sound/core/signal_processing/filter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/__init__.py b/src/ansys/sound/core/signal_utilities/__init__.py index 8cd3e2fa1..b67b3aefa 100644 --- a/src/ansys/sound/core/signal_utilities/__init__.py +++ b/src/ansys/sound/core/signal_utilities/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/_signal_utilities_parent.py b/src/ansys/sound/core/signal_utilities/_signal_utilities_parent.py index 793103e28..98b714978 100644 --- a/src/ansys/sound/core/signal_utilities/_signal_utilities_parent.py +++ b/src/ansys/sound/core/signal_utilities/_signal_utilities_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/apply_gain.py b/src/ansys/sound/core/signal_utilities/apply_gain.py index 436e759eb..64f564aa2 100644 --- a/src/ansys/sound/core/signal_utilities/apply_gain.py +++ b/src/ansys/sound/core/signal_utilities/apply_gain.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/create_sound_field.py b/src/ansys/sound/core/signal_utilities/create_sound_field.py index de5b06f19..b850fb01b 100644 --- a/src/ansys/sound/core/signal_utilities/create_sound_field.py +++ b/src/ansys/sound/core/signal_utilities/create_sound_field.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/crop_signal.py b/src/ansys/sound/core/signal_utilities/crop_signal.py index 420fe644b..9bbfced29 100644 --- a/src/ansys/sound/core/signal_utilities/crop_signal.py +++ b/src/ansys/sound/core/signal_utilities/crop_signal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/load_wav.py b/src/ansys/sound/core/signal_utilities/load_wav.py index c8e874a53..0b48d40e6 100644 --- a/src/ansys/sound/core/signal_utilities/load_wav.py +++ b/src/ansys/sound/core/signal_utilities/load_wav.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/resample.py b/src/ansys/sound/core/signal_utilities/resample.py index 1dbeba3ea..1307653a3 100644 --- a/src/ansys/sound/core/signal_utilities/resample.py +++ b/src/ansys/sound/core/signal_utilities/resample.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/sum_signals.py b/src/ansys/sound/core/signal_utilities/sum_signals.py index 72e7b76e6..14ff5a76c 100644 --- a/src/ansys/sound/core/signal_utilities/sum_signals.py +++ b/src/ansys/sound/core/signal_utilities/sum_signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/write_wav.py b/src/ansys/sound/core/signal_utilities/write_wav.py index 6a1500355..35c0b5dcd 100644 --- a/src/ansys/sound/core/signal_utilities/write_wav.py +++ b/src/ansys/sound/core/signal_utilities/write_wav.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/signal_utilities/zero_pad.py b/src/ansys/sound/core/signal_utilities/zero_pad.py index f8cb50156..365cb5902 100644 --- a/src/ansys/sound/core/signal_utilities/zero_pad.py +++ b/src/ansys/sound/core/signal_utilities/zero_pad.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/__init__.py b/src/ansys/sound/core/sound_composer/__init__.py index a1ab1fdcf..056f514e5 100644 --- a/src/ansys/sound/core/sound_composer/__init__.py +++ b/src/ansys/sound/core/sound_composer/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/_sound_composer_parent.py b/src/ansys/sound/core/sound_composer/_sound_composer_parent.py index 66d6af025..c1e5aa86f 100644 --- a/src/ansys/sound/core/sound_composer/_sound_composer_parent.py +++ b/src/ansys/sound/core/sound_composer/_sound_composer_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/_source_control_parent.py b/src/ansys/sound/core/sound_composer/_source_control_parent.py index 755864bd0..4d8f6ab9b 100644 --- a/src/ansys/sound/core/sound_composer/_source_control_parent.py +++ b/src/ansys/sound/core/sound_composer/_source_control_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/_source_parent.py b/src/ansys/sound/core/sound_composer/_source_parent.py index 3f371cbad..4327eeaef 100644 --- a/src/ansys/sound/core/sound_composer/_source_parent.py +++ b/src/ansys/sound/core/sound_composer/_source_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/source_audio.py b/src/ansys/sound/core/sound_composer/source_audio.py index 73697f15b..872267052 100644 --- a/src/ansys/sound/core/sound_composer/source_audio.py +++ b/src/ansys/sound/core/sound_composer/source_audio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/source_broadband_noise.py b/src/ansys/sound/core/sound_composer/source_broadband_noise.py index f6272bda1..8b0a0732f 100644 --- a/src/ansys/sound/core/sound_composer/source_broadband_noise.py +++ b/src/ansys/sound/core/sound_composer/source_broadband_noise.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/source_broadband_noise_two_parameters.py b/src/ansys/sound/core/sound_composer/source_broadband_noise_two_parameters.py index 85cec586d..3a013df71 100644 --- a/src/ansys/sound/core/sound_composer/source_broadband_noise_two_parameters.py +++ b/src/ansys/sound/core/sound_composer/source_broadband_noise_two_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/source_control_spectrum.py b/src/ansys/sound/core/sound_composer/source_control_spectrum.py index 3f74f3831..6b38eaf14 100644 --- a/src/ansys/sound/core/sound_composer/source_control_spectrum.py +++ b/src/ansys/sound/core/sound_composer/source_control_spectrum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/source_control_time.py b/src/ansys/sound/core/sound_composer/source_control_time.py index d467ffe3c..5a64f183b 100644 --- a/src/ansys/sound/core/sound_composer/source_control_time.py +++ b/src/ansys/sound/core/sound_composer/source_control_time.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/source_harmonics.py b/src/ansys/sound/core/sound_composer/source_harmonics.py index 1f82292f2..a1adb5d57 100644 --- a/src/ansys/sound/core/sound_composer/source_harmonics.py +++ b/src/ansys/sound/core/sound_composer/source_harmonics.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/source_harmonics_two_parameters.py b/src/ansys/sound/core/sound_composer/source_harmonics_two_parameters.py index 04f0e2799..eb125087f 100644 --- a/src/ansys/sound/core/sound_composer/source_harmonics_two_parameters.py +++ b/src/ansys/sound/core/sound_composer/source_harmonics_two_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/source_spectrum.py b/src/ansys/sound/core/sound_composer/source_spectrum.py index e56735504..90b23db21 100644 --- a/src/ansys/sound/core/sound_composer/source_spectrum.py +++ b/src/ansys/sound/core/sound_composer/source_spectrum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_composer/track.py b/src/ansys/sound/core/sound_composer/track.py index 43f14d10c..d1733b638 100644 --- a/src/ansys/sound/core/sound_composer/track.py +++ b/src/ansys/sound/core/sound_composer/track.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_power/__init__.py b/src/ansys/sound/core/sound_power/__init__.py index f9d015974..26b86ed95 100644 --- a/src/ansys/sound/core/sound_power/__init__.py +++ b/src/ansys/sound/core/sound_power/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_power/_sound_power_parent.py b/src/ansys/sound/core/sound_power/_sound_power_parent.py index f68c7ff14..5320c1fbf 100644 --- a/src/ansys/sound/core/sound_power/_sound_power_parent.py +++ b/src/ansys/sound/core/sound_power/_sound_power_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/sound_power/sound_power_level_iso_3744.py b/src/ansys/sound/core/sound_power/sound_power_level_iso_3744.py index 12e5ea509..0472d0dcd 100644 --- a/src/ansys/sound/core/sound_power/sound_power_level_iso_3744.py +++ b/src/ansys/sound/core/sound_power/sound_power_level_iso_3744.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/spectral_processing/__init__.py b/src/ansys/sound/core/spectral_processing/__init__.py index 92b5f592e..a53620708 100644 --- a/src/ansys/sound/core/spectral_processing/__init__.py +++ b/src/ansys/sound/core/spectral_processing/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/spectral_processing/_spectral_processing_parent.py b/src/ansys/sound/core/spectral_processing/_spectral_processing_parent.py index b0587fcb2..93c654878 100644 --- a/src/ansys/sound/core/spectral_processing/_spectral_processing_parent.py +++ b/src/ansys/sound/core/spectral_processing/_spectral_processing_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/spectral_processing/power_spectral_density.py b/src/ansys/sound/core/spectral_processing/power_spectral_density.py index 4cac84cae..fc45d4f95 100644 --- a/src/ansys/sound/core/spectral_processing/power_spectral_density.py +++ b/src/ansys/sound/core/spectral_processing/power_spectral_density.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/spectrogram_processing/__init__.py b/src/ansys/sound/core/spectrogram_processing/__init__.py index c1f0aeeda..3e3f21019 100644 --- a/src/ansys/sound/core/spectrogram_processing/__init__.py +++ b/src/ansys/sound/core/spectrogram_processing/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/spectrogram_processing/_spectrogram_processing_parent.py b/src/ansys/sound/core/spectrogram_processing/_spectrogram_processing_parent.py index bd485ca8e..7af9ab54d 100644 --- a/src/ansys/sound/core/spectrogram_processing/_spectrogram_processing_parent.py +++ b/src/ansys/sound/core/spectrogram_processing/_spectrogram_processing_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/spectrogram_processing/isolate_orders.py b/src/ansys/sound/core/spectrogram_processing/isolate_orders.py index aa6f0c1ba..244814da1 100644 --- a/src/ansys/sound/core/spectrogram_processing/isolate_orders.py +++ b/src/ansys/sound/core/spectrogram_processing/isolate_orders.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/spectrogram_processing/istft.py b/src/ansys/sound/core/spectrogram_processing/istft.py index 838532464..03360f2f3 100644 --- a/src/ansys/sound/core/spectrogram_processing/istft.py +++ b/src/ansys/sound/core/spectrogram_processing/istft.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/spectrogram_processing/stft.py b/src/ansys/sound/core/spectrogram_processing/stft.py index a2493e4d2..07c5e66ce 100644 --- a/src/ansys/sound/core/spectrogram_processing/stft.py +++ b/src/ansys/sound/core/spectrogram_processing/stft.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/xtract/__init__.py b/src/ansys/sound/core/xtract/__init__.py index 5beada31c..3ac4d04c4 100644 --- a/src/ansys/sound/core/xtract/__init__.py +++ b/src/ansys/sound/core/xtract/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/xtract/_xtract_parent.py b/src/ansys/sound/core/xtract/_xtract_parent.py index b05f9f719..8342e2083 100644 --- a/src/ansys/sound/core/xtract/_xtract_parent.py +++ b/src/ansys/sound/core/xtract/_xtract_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/xtract/xtract.py b/src/ansys/sound/core/xtract/xtract.py index afbd15ea3..578b4879e 100644 --- a/src/ansys/sound/core/xtract/xtract.py +++ b/src/ansys/sound/core/xtract/xtract.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/xtract/xtract_denoiser.py b/src/ansys/sound/core/xtract/xtract_denoiser.py index 73b4c733f..90052b9fe 100644 --- a/src/ansys/sound/core/xtract/xtract_denoiser.py +++ b/src/ansys/sound/core/xtract/xtract_denoiser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/xtract/xtract_denoiser_parameters.py b/src/ansys/sound/core/xtract/xtract_denoiser_parameters.py index b88c51d44..a255842d2 100644 --- a/src/ansys/sound/core/xtract/xtract_denoiser_parameters.py +++ b/src/ansys/sound/core/xtract/xtract_denoiser_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/xtract/xtract_tonal.py b/src/ansys/sound/core/xtract/xtract_tonal.py index 93c5b115e..7a28d2f35 100644 --- a/src/ansys/sound/core/xtract/xtract_tonal.py +++ b/src/ansys/sound/core/xtract/xtract_tonal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/xtract/xtract_tonal_parameters.py b/src/ansys/sound/core/xtract/xtract_tonal_parameters.py index db5e70ffe..d5aaca009 100644 --- a/src/ansys/sound/core/xtract/xtract_tonal_parameters.py +++ b/src/ansys/sound/core/xtract/xtract_tonal_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/xtract/xtract_transient.py b/src/ansys/sound/core/xtract/xtract_transient.py index 03fb3c86c..8042a6a78 100644 --- a/src/ansys/sound/core/xtract/xtract_transient.py +++ b/src/ansys/sound/core/xtract/xtract_transient.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/sound/core/xtract/xtract_transient_parameters.py b/src/ansys/sound/core/xtract/xtract_transient_parameters.py index 7ca24f970..4e0514d94 100644 --- a/src/ansys/sound/core/xtract/xtract_transient_parameters.py +++ b/src/ansys/sound/core/xtract/xtract_transient_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/conftest.py b/tests/conftest.py index aa3261794..1a418d2f6 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_example_helpers.py b/tests/test_example_helpers.py index f07cb1c9e..06ca279f1 100644 --- a/tests/test_example_helpers.py +++ b/tests/test_example_helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_metadata.py b/tests/test_metadata.py index 9787be04d..4ff2bd88d 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_pydpf_sound.py b/tests/test_pydpf_sound.py index aa7095dc8..a6a2a7aa1 100644 --- a/tests/test_pydpf_sound.py +++ b/tests/test_pydpf_sound.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_server_helpers.py b/tests/test_server_helpers.py index e0b74988f..156cbe25c 100644 --- a/tests/test_server_helpers.py +++ b/tests/test_server_helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_psychoacoustics/test_psychoacoustics_fluctuation_strength.py b/tests/tests_psychoacoustics/test_psychoacoustics_fluctuation_strength.py index de1521317..b3bb440e9 100644 --- a/tests/tests_psychoacoustics/test_psychoacoustics_fluctuation_strength.py +++ b/tests/tests_psychoacoustics/test_psychoacoustics_fluctuation_strength.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_psychoacoustics/test_psychoacoustics_loudness_iso_532_1_stationary.py b/tests/tests_psychoacoustics/test_psychoacoustics_loudness_iso_532_1_stationary.py index a62864bd5..e0b5afda3 100644 --- a/tests/tests_psychoacoustics/test_psychoacoustics_loudness_iso_532_1_stationary.py +++ b/tests/tests_psychoacoustics/test_psychoacoustics_loudness_iso_532_1_stationary.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_psychoacoustics/test_psychoacoustics_loudness_iso_532_1_time_varying.py b/tests/tests_psychoacoustics/test_psychoacoustics_loudness_iso_532_1_time_varying.py index 34809b38c..b13c5e600 100644 --- a/tests/tests_psychoacoustics/test_psychoacoustics_loudness_iso_532_1_time_varying.py +++ b/tests/tests_psychoacoustics/test_psychoacoustics_loudness_iso_532_1_time_varying.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_psychoacoustics/test_psychoacoustics_parent.py b/tests/tests_psychoacoustics/test_psychoacoustics_parent.py index a9a59cc51..c6a3796e2 100644 --- a/tests/tests_psychoacoustics/test_psychoacoustics_parent.py +++ b/tests/tests_psychoacoustics/test_psychoacoustics_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_psychoacoustics/test_psychoacoustics_prominence_ratio.py b/tests/tests_psychoacoustics/test_psychoacoustics_prominence_ratio.py index a7a72015a..b54c211cc 100644 --- a/tests/tests_psychoacoustics/test_psychoacoustics_prominence_ratio.py +++ b/tests/tests_psychoacoustics/test_psychoacoustics_prominence_ratio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_psychoacoustics/test_psychoacoustics_roughness.py b/tests/tests_psychoacoustics/test_psychoacoustics_roughness.py index 2695916b5..db64c7fa8 100644 --- a/tests/tests_psychoacoustics/test_psychoacoustics_roughness.py +++ b/tests/tests_psychoacoustics/test_psychoacoustics_roughness.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_psychoacoustics/test_psychoacoustics_sharpness.py b/tests/tests_psychoacoustics/test_psychoacoustics_sharpness.py index 5a95ba934..1bfc0ebc7 100644 --- a/tests/tests_psychoacoustics/test_psychoacoustics_sharpness.py +++ b/tests/tests_psychoacoustics/test_psychoacoustics_sharpness.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_psychoacoustics/test_psychoacoustics_tonality_din_45681.py b/tests/tests_psychoacoustics/test_psychoacoustics_tonality_din_45681.py index 0a206d66f..415e804a8 100644 --- a/tests/tests_psychoacoustics/test_psychoacoustics_tonality_din_45681.py +++ b/tests/tests_psychoacoustics/test_psychoacoustics_tonality_din_45681.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_psychoacoustics/test_psychoacoustics_tone_to_noise_ratio.py b/tests/tests_psychoacoustics/test_psychoacoustics_tone_to_noise_ratio.py index 38fa88f11..123deecbc 100644 --- a/tests/tests_psychoacoustics/test_psychoacoustics_tone_to_noise_ratio.py +++ b/tests/tests_psychoacoustics/test_psychoacoustics_tone_to_noise_ratio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_processing/test_signal_processing_filter.py b/tests/tests_signal_processing/test_signal_processing_filter.py index 52d4431dd..de2ddc783 100644 --- a/tests/tests_signal_processing/test_signal_processing_filter.py +++ b/tests/tests_signal_processing/test_signal_processing_filter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_utilities/test_signal_utilities_apply_gain.py b/tests/tests_signal_utilities/test_signal_utilities_apply_gain.py index 2806905ca..4ded22e89 100644 --- a/tests/tests_signal_utilities/test_signal_utilities_apply_gain.py +++ b/tests/tests_signal_utilities/test_signal_utilities_apply_gain.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_utilities/test_signal_utilities_create_sound_field.py b/tests/tests_signal_utilities/test_signal_utilities_create_sound_field.py index 619aadebf..9824fbb63 100644 --- a/tests/tests_signal_utilities/test_signal_utilities_create_sound_field.py +++ b/tests/tests_signal_utilities/test_signal_utilities_create_sound_field.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_utilities/test_signal_utilities_crop_signal.py b/tests/tests_signal_utilities/test_signal_utilities_crop_signal.py index 02ed0811e..325e74aa3 100644 --- a/tests/tests_signal_utilities/test_signal_utilities_crop_signal.py +++ b/tests/tests_signal_utilities/test_signal_utilities_crop_signal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_utilities/test_signal_utilities_load_wav.py b/tests/tests_signal_utilities/test_signal_utilities_load_wav.py index 2aff66bb4..7493c6a14 100644 --- a/tests/tests_signal_utilities/test_signal_utilities_load_wav.py +++ b/tests/tests_signal_utilities/test_signal_utilities_load_wav.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_utilities/test_signal_utilities_parent.py b/tests/tests_signal_utilities/test_signal_utilities_parent.py index 4601232f8..8abc26dc8 100644 --- a/tests/tests_signal_utilities/test_signal_utilities_parent.py +++ b/tests/tests_signal_utilities/test_signal_utilities_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_utilities/test_signal_utilities_resample.py b/tests/tests_signal_utilities/test_signal_utilities_resample.py index 585ed9b83..88b52597c 100644 --- a/tests/tests_signal_utilities/test_signal_utilities_resample.py +++ b/tests/tests_signal_utilities/test_signal_utilities_resample.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_utilities/test_signal_utilities_sum_signals.py b/tests/tests_signal_utilities/test_signal_utilities_sum_signals.py index 4a6702b60..c0581b735 100644 --- a/tests/tests_signal_utilities/test_signal_utilities_sum_signals.py +++ b/tests/tests_signal_utilities/test_signal_utilities_sum_signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_utilities/test_signal_utilities_write_wav.py b/tests/tests_signal_utilities/test_signal_utilities_write_wav.py index 243020db6..d3e9e424d 100644 --- a/tests/tests_signal_utilities/test_signal_utilities_write_wav.py +++ b/tests/tests_signal_utilities/test_signal_utilities_write_wav.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_signal_utilities/test_signal_utilities_zero_pad.py b/tests/tests_signal_utilities/test_signal_utilities_zero_pad.py index 335cb500f..12af3b0cf 100644 --- a/tests/tests_signal_utilities/test_signal_utilities_zero_pad.py +++ b/tests/tests_signal_utilities/test_signal_utilities_zero_pad.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer__source_parent.py b/tests/tests_sound_composer/test_sound_composer__source_parent.py index 374131084..b7fb0cf06 100644 --- a/tests/tests_sound_composer/test_sound_composer__source_parent.py +++ b/tests/tests_sound_composer/test_sound_composer__source_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer_source_audio.py b/tests/tests_sound_composer/test_sound_composer_source_audio.py index 88f608d28..67c44077d 100644 --- a/tests/tests_sound_composer/test_sound_composer_source_audio.py +++ b/tests/tests_sound_composer/test_sound_composer_source_audio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer_source_broadband_noise.py b/tests/tests_sound_composer/test_sound_composer_source_broadband_noise.py index 18da5cf1b..fdacebe48 100644 --- a/tests/tests_sound_composer/test_sound_composer_source_broadband_noise.py +++ b/tests/tests_sound_composer/test_sound_composer_source_broadband_noise.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer_source_broadband_noise_two_parameters.py b/tests/tests_sound_composer/test_sound_composer_source_broadband_noise_two_parameters.py index 1dc98d774..46db34ae7 100644 --- a/tests/tests_sound_composer/test_sound_composer_source_broadband_noise_two_parameters.py +++ b/tests/tests_sound_composer/test_sound_composer_source_broadband_noise_two_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer_source_control_spectrum.py b/tests/tests_sound_composer/test_sound_composer_source_control_spectrum.py index 5b893d73d..b58fb62ab 100644 --- a/tests/tests_sound_composer/test_sound_composer_source_control_spectrum.py +++ b/tests/tests_sound_composer/test_sound_composer_source_control_spectrum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer_source_control_time.py b/tests/tests_sound_composer/test_sound_composer_source_control_time.py index a990a6386..64c42c966 100644 --- a/tests/tests_sound_composer/test_sound_composer_source_control_time.py +++ b/tests/tests_sound_composer/test_sound_composer_source_control_time.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer_source_harmonics.py b/tests/tests_sound_composer/test_sound_composer_source_harmonics.py index 99febf7ac..8423b6f91 100644 --- a/tests/tests_sound_composer/test_sound_composer_source_harmonics.py +++ b/tests/tests_sound_composer/test_sound_composer_source_harmonics.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer_source_harmonics_two_parameters.py b/tests/tests_sound_composer/test_sound_composer_source_harmonics_two_parameters.py index ede05d091..9b694b470 100644 --- a/tests/tests_sound_composer/test_sound_composer_source_harmonics_two_parameters.py +++ b/tests/tests_sound_composer/test_sound_composer_source_harmonics_two_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer_source_spectrum.py b/tests/tests_sound_composer/test_sound_composer_source_spectrum.py index 48d9a5de2..51e7ec7cc 100644 --- a/tests/tests_sound_composer/test_sound_composer_source_spectrum.py +++ b/tests/tests_sound_composer/test_sound_composer_source_spectrum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_composer/test_sound_composer_track.py b/tests/tests_sound_composer/test_sound_composer_track.py index 31945ae13..63c4f3d56 100644 --- a/tests/tests_sound_composer/test_sound_composer_track.py +++ b/tests/tests_sound_composer/test_sound_composer_track.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_sound_power/test_sound_power_level_iso_3744.py b/tests/tests_sound_power/test_sound_power_level_iso_3744.py index ce37e46fc..2de1fb6b1 100644 --- a/tests/tests_sound_power/test_sound_power_level_iso_3744.py +++ b/tests/tests_sound_power/test_sound_power_level_iso_3744.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_spectral_processing/test_power_spectral_density.py b/tests/tests_spectral_processing/test_power_spectral_density.py index 50b74a8ee..652c084a9 100644 --- a/tests/tests_spectral_processing/test_power_spectral_density.py +++ b/tests/tests_spectral_processing/test_power_spectral_density.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_spectrogram_processing/test_spectrogram_processing_isolate_orders.py b/tests/tests_spectrogram_processing/test_spectrogram_processing_isolate_orders.py index d2b1a9e94..d950ee95d 100644 --- a/tests/tests_spectrogram_processing/test_spectrogram_processing_isolate_orders.py +++ b/tests/tests_spectrogram_processing/test_spectrogram_processing_isolate_orders.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_spectrogram_processing/test_spectrogram_processing_istft.py b/tests/tests_spectrogram_processing/test_spectrogram_processing_istft.py index 97bd64487..be1cc4eef 100644 --- a/tests/tests_spectrogram_processing/test_spectrogram_processing_istft.py +++ b/tests/tests_spectrogram_processing/test_spectrogram_processing_istft.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_spectrogram_processing/test_spectrogram_processing_parent.py b/tests/tests_spectrogram_processing/test_spectrogram_processing_parent.py index e26eb531d..145f4b7ed 100644 --- a/tests/tests_spectrogram_processing/test_spectrogram_processing_parent.py +++ b/tests/tests_spectrogram_processing/test_spectrogram_processing_parent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_spectrogram_processing/test_spectrogram_processing_stft.py b/tests/tests_spectrogram_processing/test_spectrogram_processing_stft.py index 83cb2f552..7b6feacaf 100644 --- a/tests/tests_spectrogram_processing/test_spectrogram_processing_stft.py +++ b/tests/tests_spectrogram_processing/test_spectrogram_processing_stft.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_xtract/test_xtract.py b/tests/tests_xtract/test_xtract.py index d8bd8db1d..08c324e69 100644 --- a/tests/tests_xtract/test_xtract.py +++ b/tests/tests_xtract/test_xtract.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_xtract/test_xtract_denoiser.py b/tests/tests_xtract/test_xtract_denoiser.py index 36d7b21ba..44badb79f 100644 --- a/tests/tests_xtract/test_xtract_denoiser.py +++ b/tests/tests_xtract/test_xtract_denoiser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_xtract/test_xtract_denoiser_parameters.py b/tests/tests_xtract/test_xtract_denoiser_parameters.py index 1cc52d850..29aec0cfb 100644 --- a/tests/tests_xtract/test_xtract_denoiser_parameters.py +++ b/tests/tests_xtract/test_xtract_denoiser_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_xtract/test_xtract_tonal.py b/tests/tests_xtract/test_xtract_tonal.py index 1c1783d66..0c7780a8e 100644 --- a/tests/tests_xtract/test_xtract_tonal.py +++ b/tests/tests_xtract/test_xtract_tonal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_xtract/test_xtract_tonal_parameters.py b/tests/tests_xtract/test_xtract_tonal_parameters.py index dcadebe89..901132662 100644 --- a/tests/tests_xtract/test_xtract_tonal_parameters.py +++ b/tests/tests_xtract/test_xtract_tonal_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_xtract/test_xtract_transient.py b/tests/tests_xtract/test_xtract_transient.py index 2ee0ea5e5..6b937f6c5 100644 --- a/tests/tests_xtract/test_xtract_transient.py +++ b/tests/tests_xtract/test_xtract_transient.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/tests_xtract/test_xtract_transient_parameters.py b/tests/tests_xtract/test_xtract_transient_parameters.py index ecbb1f2bf..18f3fc1cb 100644 --- a/tests/tests_xtract/test_xtract_transient_parameters.py +++ b/tests/tests_xtract/test_xtract_transient_parameters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #