From d96d87ae672bb2cebf81b942151b9e872dbd7eee Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 28 Jan 2026 11:27:53 +0100 Subject: [PATCH] Update copyright header to 2026 --- LICENSE.md | 2 +- README.md | 2 +- generate_test_selection.py | 2 +- ivas_processing_scripts/__init__.py | 2 +- ivas_processing_scripts/__main__.py | 2 +- ivas_processing_scripts/audiotools/EFAP.py | 2 +- ivas_processing_scripts/audiotools/__init__.py | 2 +- ivas_processing_scripts/audiotools/__main__.py | 2 +- ivas_processing_scripts/audiotools/audio.py | 2 +- ivas_processing_scripts/audiotools/audioarray.py | 2 +- ivas_processing_scripts/audiotools/audiofile.py | 2 +- .../audiotools/binaural_datasets/__init__.py | 2 +- .../audiotools/binaural_datasets/binaural_dataset.py | 2 +- ivas_processing_scripts/audiotools/binauralobjectrenderer.py | 2 +- ivas_processing_scripts/audiotools/constants.py | 2 +- ivas_processing_scripts/audiotools/convert/__init__.py | 2 +- ivas_processing_scripts/audiotools/convert/binaural.py | 2 +- ivas_processing_scripts/audiotools/convert/channelbased.py | 2 +- ivas_processing_scripts/audiotools/convert/masa.py | 2 +- ivas_processing_scripts/audiotools/convert/objectbased.py | 2 +- ivas_processing_scripts/audiotools/convert/omasa.py | 2 +- ivas_processing_scripts/audiotools/convert/osba.py | 2 +- ivas_processing_scripts/audiotools/convert/scenebased.py | 2 +- ivas_processing_scripts/audiotools/metadata.py | 2 +- ivas_processing_scripts/audiotools/rotation.py | 2 +- ivas_processing_scripts/audiotools/utils.py | 2 +- ivas_processing_scripts/audiotools/wrappers/__init__.py | 2 +- ivas_processing_scripts/audiotools/wrappers/bs1770.py | 2 +- ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py | 2 +- ivas_processing_scripts/audiotools/wrappers/eid_xor.py | 2 +- ivas_processing_scripts/audiotools/wrappers/esdru.py | 2 +- ivas_processing_scripts/audiotools/wrappers/filter.py | 2 +- ivas_processing_scripts/audiotools/wrappers/gen_patt.py | 2 +- ivas_processing_scripts/audiotools/wrappers/masaAnalyzer.py | 2 +- ivas_processing_scripts/audiotools/wrappers/masaRenderer.py | 2 +- ivas_processing_scripts/audiotools/wrappers/networkSimulator.py | 2 +- ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py | 2 +- ivas_processing_scripts/audiotools/wrappers/random_seed.py | 2 +- ivas_processing_scripts/audiotools/wrappers/reverb.py | 2 +- ivas_processing_scripts/constants.py | 2 +- ivas_processing_scripts/generation/__init__.py | 2 +- ivas_processing_scripts/generation/__main__.py | 2 +- ivas_processing_scripts/generation/config.py | 2 +- ivas_processing_scripts/generation/constants.py | 2 +- ivas_processing_scripts/generation/generate_ismN_items.py | 2 +- ivas_processing_scripts/generation/generate_masa_items.py | 2 +- ivas_processing_scripts/generation/generate_mc_items.py | 2 +- ivas_processing_scripts/generation/generate_omasa_items.py | 2 +- ivas_processing_scripts/generation/generate_osba_items.py | 2 +- ivas_processing_scripts/generation/generate_sba_items.py | 2 +- ivas_processing_scripts/generation/generate_stereo_items.py | 2 +- ivas_processing_scripts/processing/__init__.py | 2 +- ivas_processing_scripts/processing/chains.py | 2 +- ivas_processing_scripts/processing/config.py | 2 +- ivas_processing_scripts/processing/evs.py | 2 +- ivas_processing_scripts/processing/ivas.py | 2 +- ivas_processing_scripts/processing/ivas_combined.py | 2 +- ivas_processing_scripts/processing/postprocessing.py | 2 +- ivas_processing_scripts/processing/preprocessing.py | 2 +- ivas_processing_scripts/processing/preprocessing_2.py | 2 +- ivas_processing_scripts/processing/processing.py | 2 +- .../processing/processing_splitting_scaling.py | 2 +- ivas_processing_scripts/processing/tx.py | 2 +- ivas_processing_scripts/utils.py | 2 +- other/attic/get_md5.ps1 | 2 +- other/attic/get_md5.sh | 2 +- other/check_ISM.sh | 2 +- other/check_conditions.py | 2 +- other/get_md5.py | 2 +- other/get_wavfile_props.sh | 2 +- other/lp16k.py | 2 +- other/pad_file_20ms.sh | 2 +- tests/README.md | 2 +- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/constants.py | 2 +- tests/data/renderer_config_format_readme.txt | 2 +- tests/test_audiotools_convert.py | 2 +- tests/test_binaries_present.py | 2 +- tests/test_experiments.py | 2 +- tests/test_processing.py | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index ca74eaf4..21616d00 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ /****************************************************************************************************** - (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, + (C) 2022-2026 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other diff --git a/README.md b/README.md index 50926ab0..0c4e211b 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ \*\*\*\*