From c2cc2163e07b951c5119f5d2823db1cb935e1d29 Mon Sep 17 00:00:00 2001 From: Moritz Heppner Date: Fri, 8 Dec 2023 09:42:30 +0100 Subject: [PATCH] update copyright year in source code --- audiostream/inc/ni/media/audio/aiff/aiff_ifstream_info.h | 2 +- audiostream/inc/ni/media/audio/aiff/aiff_ofstream.h | 2 +- audiostream/inc/ni/media/audio/aiff/aiff_ofstream_info.h | 2 +- audiostream/inc/ni/media/audio/aiff/aiff_specific_info.h | 2 +- audiostream/inc/ni/media/audio/custom_backend_source.h | 2 +- audiostream/inc/ni/media/audio/fstream_info.h | 2 +- audiostream/inc/ni/media/audio/ifstream.h | 2 +- audiostream/inc/ni/media/audio/ifstream_info.h | 2 +- audiostream/inc/ni/media/audio/ifvectorstream.h | 2 +- audiostream/inc/ni/media/audio/istream.h | 2 +- audiostream/inc/ni/media/audio/istream_info.h | 2 +- audiostream/inc/ni/media/audio/istream_source.h | 2 +- audiostream/inc/ni/media/audio/ivectorstream.h | 2 +- audiostream/inc/ni/media/audio/ofstream.h | 2 +- audiostream/inc/ni/media/audio/ofstream_info.h | 2 +- audiostream/inc/ni/media/audio/ostream.h | 2 +- audiostream/inc/ni/media/audio/ostream_info.h | 2 +- audiostream/inc/ni/media/audio/stream_info.h | 2 +- audiostream/inc/ni/media/audio/streambuf.h | 2 +- audiostream/inc/ni/media/audio/wav/wav_ifstream_info.h | 2 +- audiostream/inc/ni/media/audio/wav/wav_ofstream.h | 2 +- audiostream/inc/ni/media/audio/wav/wav_ofstream_info.h | 2 +- audiostream/inc/ni/media/audio/wav/wav_specific_info.h | 2 +- audiostream/inc/ni/media/iostreams/positioning.h | 2 +- audiostream/src/ni/media/audio/aiff/aiff_chunks.h | 2 +- audiostream/src/ni/media/audio/aiff/aiff_custom_source.h | 2 +- audiostream/src/ni/media/audio/aiff/aiff_file_sink.h | 2 +- audiostream/src/ni/media/audio/aiff/aiff_file_source.h | 2 +- audiostream/src/ni/media/audio/aiff/aiff_ofstream.cpp | 2 +- audiostream/src/ni/media/audio/aiff/aiff_sink.h | 2 +- audiostream/src/ni/media/audio/aiff/aiff_source.h | 2 +- audiostream/src/ni/media/audio/aiff/aiff_vector_source.h | 2 +- audiostream/src/ni/media/audio/flac/flac_custom_source.h | 2 +- audiostream/src/ni/media/audio/flac/flac_file_source.h | 2 +- audiostream/src/ni/media/audio/flac/flac_source.h | 2 +- audiostream/src/ni/media/audio/flac/flac_vector_source.h | 2 +- audiostream/src/ni/media/audio/fourcc.h | 2 +- audiostream/src/ni/media/audio/fstream_info.cpp | 2 +- audiostream/src/ni/media/audio/ieee80.h | 2 +- audiostream/src/ni/media/audio/ifstream.cpp | 2 +- audiostream/src/ni/media/audio/ifstream_info.cpp | 2 +- audiostream/src/ni/media/audio/ifvectorstream.cpp | 2 +- audiostream/src/ni/media/audio/iostreams/container_sink.h | 2 +- audiostream/src/ni/media/audio/iostreams/container_source.h | 2 +- audiostream/src/ni/media/audio/iotools.cpp | 2 +- audiostream/src/ni/media/audio/iotools.h | 2 +- audiostream/src/ni/media/audio/istream.cpp | 2 +- audiostream/src/ni/media/audio/ivectorstream.cpp | 2 +- audiostream/src/ni/media/audio/mp3/mp3_custom_source.h | 2 +- audiostream/src/ni/media/audio/mp3/mp3_file_source.h | 2 +- audiostream/src/ni/media/audio/mp3/mp3_vector_source.h | 2 +- audiostream/src/ni/media/audio/mp4/mp4_custom_source.h | 2 +- audiostream/src/ni/media/audio/mp4/mp4_file_source.h | 2 +- audiostream/src/ni/media/audio/mp4/mp4_vector_source.h | 2 +- audiostream/src/ni/media/audio/ofstream.cpp | 2 +- audiostream/src/ni/media/audio/ofstream_info.cpp | 2 +- audiostream/src/ni/media/audio/ogg/ogg_custom_source.h | 2 +- audiostream/src/ni/media/audio/ogg/ogg_file_source.h | 2 +- audiostream/src/ni/media/audio/ogg/ogg_source.h | 2 +- audiostream/src/ni/media/audio/ogg/ogg_vector_source.h | 2 +- audiostream/src/ni/media/audio/os/ios/avassetreader_source.h | 2 +- audiostream/src/ni/media/audio/os/ios/avassetreader_source.mm | 2 +- audiostream/src/ni/media/audio/os/mac/core_audio_source.h | 2 +- audiostream/src/ni/media/audio/os/os_source.h | 2 +- audiostream/src/ni/media/audio/os/win/media_foundation_helper.h | 2 +- audiostream/src/ni/media/audio/os/win/media_foundation_source.h | 2 +- audiostream/src/ni/media/audio/ostream.cpp | 2 +- audiostream/src/ni/media/audio/sink.h | 2 +- audiostream/src/ni/media/audio/source.h | 2 +- audiostream/src/ni/media/audio/source_impl.h | 2 +- audiostream/src/ni/media/audio/stream_info.cpp | 2 +- audiostream/src/ni/media/audio/wav/wav_chunks.h | 2 +- audiostream/src/ni/media/audio/wav/wav_custom_source.h | 2 +- audiostream/src/ni/media/audio/wav/wav_file_sink.h | 2 +- audiostream/src/ni/media/audio/wav/wav_file_source.h | 2 +- audiostream/src/ni/media/audio/wav/wav_format.h | 2 +- audiostream/src/ni/media/audio/wav/wav_ofstream.cpp | 2 +- audiostream/src/ni/media/audio/wav/wav_sink.h | 2 +- audiostream/src/ni/media/audio/wav/wav_source.h | 2 +- audiostream/src/ni/media/audio/wav/wav_vector_source.h | 2 +- audiostream/src/ni/media/audio/wma/wma_custom_source.h | 2 +- audiostream/src/ni/media/audio/wma/wma_file_source.h | 2 +- audiostream/src/ni/media/audio/wma/wma_vector_source.h | 2 +- audiostream/src/ni/media/iostreams/device/container.h | 2 +- audiostream/src/ni/media/iostreams/device/custom.h | 2 +- audiostream/src/ni/media/iostreams/device/subview.h | 2 +- audiostream/src/ni/media/iostreams/fetch.h | 2 +- audiostream/src/ni/media/iostreams/stream_buffer.h | 2 +- audiostream/src/ni/media/iostreams/write_obj.h | 2 +- audiostream/test/generator.cpp | 2 +- audiostream/test/gtest_main.cpp | 2 +- .../test/ni/media/audio/aiff/aiff_ifstream_info.test.cpp | 2 +- audiostream/test/ni/media/audio/aiff/aiff_sink.test.cpp | 2 +- audiostream/test/ni/media/audio/aiff/aiff_source.test.cpp | 2 +- audiostream/test/ni/media/audio/flac/flac_source.test.cpp | 2 +- audiostream/test/ni/media/audio/ifstream.test.cpp | 2 +- audiostream/test/ni/media/audio/ifstream_robustness.test.cpp | 2 +- audiostream/test/ni/media/audio/ifvectorstream.test.cpp | 2 +- audiostream/test/ni/media/audio/istream_read.test.h | 2 +- .../test/ni/media/audio/istream_read_floating_point.test.cpp | 2 +- .../test/ni/media/audio/istream_read_signed_integer.test.cpp | 2 +- .../test/ni/media/audio/istream_read_unsigned_integer.test.cpp | 2 +- audiostream/test/ni/media/audio/ivectorstream.test.cpp | 2 +- audiostream/test/ni/media/audio/mp3/mp3_source.test.cpp | 2 +- audiostream/test/ni/media/audio/mp4/mp4_source.test.cpp | 2 +- audiostream/test/ni/media/audio/ofstream.test.cpp | 2 +- audiostream/test/ni/media/audio/ogg/ogg_source.test.cpp | 2 +- audiostream/test/ni/media/audio/wav/wav_ifstream_info.test.cpp | 2 +- audiostream/test/ni/media/audio/wav/wav_ofstream_info.test.cpp | 2 +- audiostream/test/ni/media/audio/wav/wav_sink.test.cpp | 2 +- audiostream/test/ni/media/audio/wav/wav_source.test.cpp | 2 +- audiostream/test/ni/media/audio/wma/wma_source.test.cpp | 2 +- audiostream/test/ni/media/generators.h | 2 +- audiostream/test/ni/media/generators/modulated_sine.h | 2 +- audiostream/test/ni/media/iostreams/stream_buffer.test.cpp | 2 +- audiostream/test/ni/media/read_interlaced_test.h | 2 +- audiostream/test/ni/media/reference_test.h | 2 +- audiostream/test/ni/media/sink_test.h | 2 +- audiostream/test/ni/media/source_test.cpp | 2 +- audiostream/test/ni/media/source_test.h | 2 +- audiostream/test/ni/media/statistics.h | 2 +- audiostream/test/ni/media/test_helper.cpp | 2 +- audiostream/test/ni/media/test_helper.h | 2 +- pcm/inc/ni/media/pcm/algorithm.h | 2 +- pcm/inc/ni/media/pcm/algorithm/copy.h | 2 +- pcm/inc/ni/media/pcm/algorithm/copy_n.h | 2 +- pcm/inc/ni/media/pcm/compiletime_format.h | 2 +- pcm/inc/ni/media/pcm/converter.h | 2 +- pcm/inc/ni/media/pcm/description.h | 2 +- pcm/inc/ni/media/pcm/detail/tuple_find.h | 2 +- pcm/inc/ni/media/pcm/detail/tuple_to_array.h | 2 +- pcm/inc/ni/media/pcm/dispatch.h | 2 +- pcm/inc/ni/media/pcm/format.h | 2 +- pcm/inc/ni/media/pcm/iterator.h | 2 +- pcm/inc/ni/media/pcm/limits.h | 2 +- pcm/inc/ni/media/pcm/range/converted.h | 2 +- pcm/inc/ni/media/pcm/runtime_format.h | 2 +- pcm/test/main.cpp | 2 +- pcm/test/ni/media/pcm/converter.test.cpp | 2 +- pcm/test/ni/media/pcm/detail/tuple_find.test.cpp | 2 +- pcm/test/ni/media/pcm/detail/tuple_to_array.test.cpp | 2 +- pcm/test/ni/media/pcm/dispatch.test.cpp | 2 +- pcm/test/ni/media/pcm/format.test.cpp | 2 +- pcm/test/ni/media/pcm/iterator.test.cpp | 2 +- pcm/test/ni/media/pcm/iterator_copy.test.h | 2 +- pcm/test/ni/media/pcm/iterator_copy_floating_point.test.cpp | 2 +- pcm/test/ni/media/pcm/iterator_copy_signed_integer.test.cpp | 2 +- pcm/test/ni/media/pcm/iterator_copy_unsigned_integer.test.cpp | 2 +- pcm/test/ni/media/pcm/limits.test.cpp | 2 +- pcm/test/ni/media/pcm/numspace.h | 2 +- 150 files changed, 150 insertions(+), 150 deletions(-) diff --git a/audiostream/inc/ni/media/audio/aiff/aiff_ifstream_info.h b/audiostream/inc/ni/media/audio/aiff/aiff_ifstream_info.h index fd31d434..6f74ced8 100644 --- a/audiostream/inc/ni/media/audio/aiff/aiff_ifstream_info.h +++ b/audiostream/inc/ni/media/audio/aiff/aiff_ifstream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/aiff/aiff_ofstream.h b/audiostream/inc/ni/media/audio/aiff/aiff_ofstream.h index 0dfe9116..7ce62a9e 100644 --- a/audiostream/inc/ni/media/audio/aiff/aiff_ofstream.h +++ b/audiostream/inc/ni/media/audio/aiff/aiff_ofstream.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/aiff/aiff_ofstream_info.h b/audiostream/inc/ni/media/audio/aiff/aiff_ofstream_info.h index 881fbab7..83be98d5 100644 --- a/audiostream/inc/ni/media/audio/aiff/aiff_ofstream_info.h +++ b/audiostream/inc/ni/media/audio/aiff/aiff_ofstream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/aiff/aiff_specific_info.h b/audiostream/inc/ni/media/audio/aiff/aiff_specific_info.h index d75c5dbc..64e228da 100644 --- a/audiostream/inc/ni/media/audio/aiff/aiff_specific_info.h +++ b/audiostream/inc/ni/media/audio/aiff/aiff_specific_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/custom_backend_source.h b/audiostream/inc/ni/media/audio/custom_backend_source.h index e65a103d..ed5792ed 100644 --- a/audiostream/inc/ni/media/audio/custom_backend_source.h +++ b/audiostream/inc/ni/media/audio/custom_backend_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/fstream_info.h b/audiostream/inc/ni/media/audio/fstream_info.h index 22f86d0d..bfa7c0b6 100644 --- a/audiostream/inc/ni/media/audio/fstream_info.h +++ b/audiostream/inc/ni/media/audio/fstream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/ifstream.h b/audiostream/inc/ni/media/audio/ifstream.h index a1b8227b..4f81daf4 100644 --- a/audiostream/inc/ni/media/audio/ifstream.h +++ b/audiostream/inc/ni/media/audio/ifstream.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/ifstream_info.h b/audiostream/inc/ni/media/audio/ifstream_info.h index 68048118..f4c1aaee 100644 --- a/audiostream/inc/ni/media/audio/ifstream_info.h +++ b/audiostream/inc/ni/media/audio/ifstream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/ifvectorstream.h b/audiostream/inc/ni/media/audio/ifvectorstream.h index d310013d..8f48cec9 100644 --- a/audiostream/inc/ni/media/audio/ifvectorstream.h +++ b/audiostream/inc/ni/media/audio/ifvectorstream.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/istream.h b/audiostream/inc/ni/media/audio/istream.h index 6ccdfd0b..ce51c5af 100644 --- a/audiostream/inc/ni/media/audio/istream.h +++ b/audiostream/inc/ni/media/audio/istream.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/istream_info.h b/audiostream/inc/ni/media/audio/istream_info.h index 624da6a2..31bb42bf 100644 --- a/audiostream/inc/ni/media/audio/istream_info.h +++ b/audiostream/inc/ni/media/audio/istream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/istream_source.h b/audiostream/inc/ni/media/audio/istream_source.h index a91c3429..d26272a9 100644 --- a/audiostream/inc/ni/media/audio/istream_source.h +++ b/audiostream/inc/ni/media/audio/istream_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/ivectorstream.h b/audiostream/inc/ni/media/audio/ivectorstream.h index 541b7516..f3ef237b 100644 --- a/audiostream/inc/ni/media/audio/ivectorstream.h +++ b/audiostream/inc/ni/media/audio/ivectorstream.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/ofstream.h b/audiostream/inc/ni/media/audio/ofstream.h index a482c915..e207aa52 100644 --- a/audiostream/inc/ni/media/audio/ofstream.h +++ b/audiostream/inc/ni/media/audio/ofstream.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/ofstream_info.h b/audiostream/inc/ni/media/audio/ofstream_info.h index 49a47829..e543b4a6 100644 --- a/audiostream/inc/ni/media/audio/ofstream_info.h +++ b/audiostream/inc/ni/media/audio/ofstream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/ostream.h b/audiostream/inc/ni/media/audio/ostream.h index 16704f3d..7d3d8981 100644 --- a/audiostream/inc/ni/media/audio/ostream.h +++ b/audiostream/inc/ni/media/audio/ostream.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/ostream_info.h b/audiostream/inc/ni/media/audio/ostream_info.h index 0fe46aeb..7080c8a0 100644 --- a/audiostream/inc/ni/media/audio/ostream_info.h +++ b/audiostream/inc/ni/media/audio/ostream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/stream_info.h b/audiostream/inc/ni/media/audio/stream_info.h index 483eb080..ca898cd6 100644 --- a/audiostream/inc/ni/media/audio/stream_info.h +++ b/audiostream/inc/ni/media/audio/stream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/streambuf.h b/audiostream/inc/ni/media/audio/streambuf.h index f4c1969a..432e501d 100644 --- a/audiostream/inc/ni/media/audio/streambuf.h +++ b/audiostream/inc/ni/media/audio/streambuf.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/wav/wav_ifstream_info.h b/audiostream/inc/ni/media/audio/wav/wav_ifstream_info.h index 32a5e00b..49bba5ef 100644 --- a/audiostream/inc/ni/media/audio/wav/wav_ifstream_info.h +++ b/audiostream/inc/ni/media/audio/wav/wav_ifstream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/wav/wav_ofstream.h b/audiostream/inc/ni/media/audio/wav/wav_ofstream.h index 4c137d2d..bb13e444 100644 --- a/audiostream/inc/ni/media/audio/wav/wav_ofstream.h +++ b/audiostream/inc/ni/media/audio/wav/wav_ofstream.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/wav/wav_ofstream_info.h b/audiostream/inc/ni/media/audio/wav/wav_ofstream_info.h index 3cb8c1aa..227e1edd 100644 --- a/audiostream/inc/ni/media/audio/wav/wav_ofstream_info.h +++ b/audiostream/inc/ni/media/audio/wav/wav_ofstream_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/audio/wav/wav_specific_info.h b/audiostream/inc/ni/media/audio/wav/wav_specific_info.h index e525ccdf..6520c5dd 100644 --- a/audiostream/inc/ni/media/audio/wav/wav_specific_info.h +++ b/audiostream/inc/ni/media/audio/wav/wav_specific_info.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/inc/ni/media/iostreams/positioning.h b/audiostream/inc/ni/media/iostreams/positioning.h index a063906b..81bee6f1 100644 --- a/audiostream/inc/ni/media/iostreams/positioning.h +++ b/audiostream/inc/ni/media/iostreams/positioning.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/aiff/aiff_chunks.h b/audiostream/src/ni/media/audio/aiff/aiff_chunks.h index e27a170c..1982e36c 100644 --- a/audiostream/src/ni/media/audio/aiff/aiff_chunks.h +++ b/audiostream/src/ni/media/audio/aiff/aiff_chunks.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/aiff/aiff_custom_source.h b/audiostream/src/ni/media/audio/aiff/aiff_custom_source.h index 16aafa3a..dd87c811 100644 --- a/audiostream/src/ni/media/audio/aiff/aiff_custom_source.h +++ b/audiostream/src/ni/media/audio/aiff/aiff_custom_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/aiff/aiff_file_sink.h b/audiostream/src/ni/media/audio/aiff/aiff_file_sink.h index be2d96a3..6cd2c40a 100644 --- a/audiostream/src/ni/media/audio/aiff/aiff_file_sink.h +++ b/audiostream/src/ni/media/audio/aiff/aiff_file_sink.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/aiff/aiff_file_source.h b/audiostream/src/ni/media/audio/aiff/aiff_file_source.h index 3bcc2082..78ca4f54 100644 --- a/audiostream/src/ni/media/audio/aiff/aiff_file_source.h +++ b/audiostream/src/ni/media/audio/aiff/aiff_file_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/aiff/aiff_ofstream.cpp b/audiostream/src/ni/media/audio/aiff/aiff_ofstream.cpp index 161d3c6c..1b36a45f 100644 --- a/audiostream/src/ni/media/audio/aiff/aiff_ofstream.cpp +++ b/audiostream/src/ni/media/audio/aiff/aiff_ofstream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/aiff/aiff_sink.h b/audiostream/src/ni/media/audio/aiff/aiff_sink.h index 752cee7a..f9f060fd 100644 --- a/audiostream/src/ni/media/audio/aiff/aiff_sink.h +++ b/audiostream/src/ni/media/audio/aiff/aiff_sink.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/aiff/aiff_source.h b/audiostream/src/ni/media/audio/aiff/aiff_source.h index f2806961..3129002d 100644 --- a/audiostream/src/ni/media/audio/aiff/aiff_source.h +++ b/audiostream/src/ni/media/audio/aiff/aiff_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/aiff/aiff_vector_source.h b/audiostream/src/ni/media/audio/aiff/aiff_vector_source.h index 302a54f8..58cf918d 100644 --- a/audiostream/src/ni/media/audio/aiff/aiff_vector_source.h +++ b/audiostream/src/ni/media/audio/aiff/aiff_vector_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/flac/flac_custom_source.h b/audiostream/src/ni/media/audio/flac/flac_custom_source.h index 61a1c882..90124f2b 100644 --- a/audiostream/src/ni/media/audio/flac/flac_custom_source.h +++ b/audiostream/src/ni/media/audio/flac/flac_custom_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/flac/flac_file_source.h b/audiostream/src/ni/media/audio/flac/flac_file_source.h index 5066bcd1..2047c2b6 100644 --- a/audiostream/src/ni/media/audio/flac/flac_file_source.h +++ b/audiostream/src/ni/media/audio/flac/flac_file_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/flac/flac_source.h b/audiostream/src/ni/media/audio/flac/flac_source.h index 127a2f95..557f4c2f 100644 --- a/audiostream/src/ni/media/audio/flac/flac_source.h +++ b/audiostream/src/ni/media/audio/flac/flac_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/flac/flac_vector_source.h b/audiostream/src/ni/media/audio/flac/flac_vector_source.h index 9805ec30..d7d49b77 100644 --- a/audiostream/src/ni/media/audio/flac/flac_vector_source.h +++ b/audiostream/src/ni/media/audio/flac/flac_vector_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/fourcc.h b/audiostream/src/ni/media/audio/fourcc.h index 378d0972..7952acea 100644 --- a/audiostream/src/ni/media/audio/fourcc.h +++ b/audiostream/src/ni/media/audio/fourcc.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/fstream_info.cpp b/audiostream/src/ni/media/audio/fstream_info.cpp index 7f798eb0..f41811dd 100644 --- a/audiostream/src/ni/media/audio/fstream_info.cpp +++ b/audiostream/src/ni/media/audio/fstream_info.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ieee80.h b/audiostream/src/ni/media/audio/ieee80.h index cdfafef9..da4486ef 100644 --- a/audiostream/src/ni/media/audio/ieee80.h +++ b/audiostream/src/ni/media/audio/ieee80.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ifstream.cpp b/audiostream/src/ni/media/audio/ifstream.cpp index 0e3bae46..9b2a3914 100644 --- a/audiostream/src/ni/media/audio/ifstream.cpp +++ b/audiostream/src/ni/media/audio/ifstream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ifstream_info.cpp b/audiostream/src/ni/media/audio/ifstream_info.cpp index 6884e43d..b240052f 100644 --- a/audiostream/src/ni/media/audio/ifstream_info.cpp +++ b/audiostream/src/ni/media/audio/ifstream_info.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ifvectorstream.cpp b/audiostream/src/ni/media/audio/ifvectorstream.cpp index 1304b0f7..53d3f88c 100644 --- a/audiostream/src/ni/media/audio/ifvectorstream.cpp +++ b/audiostream/src/ni/media/audio/ifvectorstream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/iostreams/container_sink.h b/audiostream/src/ni/media/audio/iostreams/container_sink.h index 16bf040f..fa03f55d 100644 --- a/audiostream/src/ni/media/audio/iostreams/container_sink.h +++ b/audiostream/src/ni/media/audio/iostreams/container_sink.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/iostreams/container_source.h b/audiostream/src/ni/media/audio/iostreams/container_source.h index c463cf51..2948a4d4 100644 --- a/audiostream/src/ni/media/audio/iostreams/container_source.h +++ b/audiostream/src/ni/media/audio/iostreams/container_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/iotools.cpp b/audiostream/src/ni/media/audio/iotools.cpp index dfb8200f..4794b503 100644 --- a/audiostream/src/ni/media/audio/iotools.cpp +++ b/audiostream/src/ni/media/audio/iotools.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/iotools.h b/audiostream/src/ni/media/audio/iotools.h index 120d3baf..29eadef2 100644 --- a/audiostream/src/ni/media/audio/iotools.h +++ b/audiostream/src/ni/media/audio/iotools.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/istream.cpp b/audiostream/src/ni/media/audio/istream.cpp index 0145b4d5..35973e01 100644 --- a/audiostream/src/ni/media/audio/istream.cpp +++ b/audiostream/src/ni/media/audio/istream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ivectorstream.cpp b/audiostream/src/ni/media/audio/ivectorstream.cpp index e6e3adcf..a51815ac 100644 --- a/audiostream/src/ni/media/audio/ivectorstream.cpp +++ b/audiostream/src/ni/media/audio/ivectorstream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/mp3/mp3_custom_source.h b/audiostream/src/ni/media/audio/mp3/mp3_custom_source.h index 1655c569..e9f44aef 100644 --- a/audiostream/src/ni/media/audio/mp3/mp3_custom_source.h +++ b/audiostream/src/ni/media/audio/mp3/mp3_custom_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/mp3/mp3_file_source.h b/audiostream/src/ni/media/audio/mp3/mp3_file_source.h index 4eaffdee..1ab640d4 100644 --- a/audiostream/src/ni/media/audio/mp3/mp3_file_source.h +++ b/audiostream/src/ni/media/audio/mp3/mp3_file_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/mp3/mp3_vector_source.h b/audiostream/src/ni/media/audio/mp3/mp3_vector_source.h index 1d83a822..3815d0b1 100644 --- a/audiostream/src/ni/media/audio/mp3/mp3_vector_source.h +++ b/audiostream/src/ni/media/audio/mp3/mp3_vector_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/mp4/mp4_custom_source.h b/audiostream/src/ni/media/audio/mp4/mp4_custom_source.h index 4de1ed4b..fcd36c58 100644 --- a/audiostream/src/ni/media/audio/mp4/mp4_custom_source.h +++ b/audiostream/src/ni/media/audio/mp4/mp4_custom_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/mp4/mp4_file_source.h b/audiostream/src/ni/media/audio/mp4/mp4_file_source.h index f0c43dd6..5b496253 100644 --- a/audiostream/src/ni/media/audio/mp4/mp4_file_source.h +++ b/audiostream/src/ni/media/audio/mp4/mp4_file_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/mp4/mp4_vector_source.h b/audiostream/src/ni/media/audio/mp4/mp4_vector_source.h index 83387a06..b5438994 100644 --- a/audiostream/src/ni/media/audio/mp4/mp4_vector_source.h +++ b/audiostream/src/ni/media/audio/mp4/mp4_vector_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ofstream.cpp b/audiostream/src/ni/media/audio/ofstream.cpp index 5af9de0f..7abc9443 100644 --- a/audiostream/src/ni/media/audio/ofstream.cpp +++ b/audiostream/src/ni/media/audio/ofstream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ofstream_info.cpp b/audiostream/src/ni/media/audio/ofstream_info.cpp index 592ac1c0..fda97f20 100644 --- a/audiostream/src/ni/media/audio/ofstream_info.cpp +++ b/audiostream/src/ni/media/audio/ofstream_info.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ogg/ogg_custom_source.h b/audiostream/src/ni/media/audio/ogg/ogg_custom_source.h index 28032dca..2dd020f1 100644 --- a/audiostream/src/ni/media/audio/ogg/ogg_custom_source.h +++ b/audiostream/src/ni/media/audio/ogg/ogg_custom_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ogg/ogg_file_source.h b/audiostream/src/ni/media/audio/ogg/ogg_file_source.h index 09afbaf9..34c747f6 100644 --- a/audiostream/src/ni/media/audio/ogg/ogg_file_source.h +++ b/audiostream/src/ni/media/audio/ogg/ogg_file_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ogg/ogg_source.h b/audiostream/src/ni/media/audio/ogg/ogg_source.h index 85bb9d50..76af3523 100644 --- a/audiostream/src/ni/media/audio/ogg/ogg_source.h +++ b/audiostream/src/ni/media/audio/ogg/ogg_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ogg/ogg_vector_source.h b/audiostream/src/ni/media/audio/ogg/ogg_vector_source.h index d6b09be4..31e6867b 100644 --- a/audiostream/src/ni/media/audio/ogg/ogg_vector_source.h +++ b/audiostream/src/ni/media/audio/ogg/ogg_vector_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/os/ios/avassetreader_source.h b/audiostream/src/ni/media/audio/os/ios/avassetreader_source.h index 09be4e8e..a692d64b 100644 --- a/audiostream/src/ni/media/audio/os/ios/avassetreader_source.h +++ b/audiostream/src/ni/media/audio/os/ios/avassetreader_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/os/ios/avassetreader_source.mm b/audiostream/src/ni/media/audio/os/ios/avassetreader_source.mm index 4494583d..46ab02cf 100644 --- a/audiostream/src/ni/media/audio/os/ios/avassetreader_source.mm +++ b/audiostream/src/ni/media/audio/os/ios/avassetreader_source.mm @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/os/mac/core_audio_source.h b/audiostream/src/ni/media/audio/os/mac/core_audio_source.h index 0324a812..3eba8b90 100644 --- a/audiostream/src/ni/media/audio/os/mac/core_audio_source.h +++ b/audiostream/src/ni/media/audio/os/mac/core_audio_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/os/os_source.h b/audiostream/src/ni/media/audio/os/os_source.h index 85075d74..79663640 100644 --- a/audiostream/src/ni/media/audio/os/os_source.h +++ b/audiostream/src/ni/media/audio/os/os_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/os/win/media_foundation_helper.h b/audiostream/src/ni/media/audio/os/win/media_foundation_helper.h index 7db25a0c..07e1f206 100644 --- a/audiostream/src/ni/media/audio/os/win/media_foundation_helper.h +++ b/audiostream/src/ni/media/audio/os/win/media_foundation_helper.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/os/win/media_foundation_source.h b/audiostream/src/ni/media/audio/os/win/media_foundation_source.h index ae4392d0..b424c559 100644 --- a/audiostream/src/ni/media/audio/os/win/media_foundation_source.h +++ b/audiostream/src/ni/media/audio/os/win/media_foundation_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/ostream.cpp b/audiostream/src/ni/media/audio/ostream.cpp index b1800ad9..3126f93f 100644 --- a/audiostream/src/ni/media/audio/ostream.cpp +++ b/audiostream/src/ni/media/audio/ostream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/sink.h b/audiostream/src/ni/media/audio/sink.h index b89cbd3b..20a3adac 100644 --- a/audiostream/src/ni/media/audio/sink.h +++ b/audiostream/src/ni/media/audio/sink.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/source.h b/audiostream/src/ni/media/audio/source.h index cd425f65..b16663b2 100644 --- a/audiostream/src/ni/media/audio/source.h +++ b/audiostream/src/ni/media/audio/source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/source_impl.h b/audiostream/src/ni/media/audio/source_impl.h index c16a1264..4c2ae0a2 100644 --- a/audiostream/src/ni/media/audio/source_impl.h +++ b/audiostream/src/ni/media/audio/source_impl.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/stream_info.cpp b/audiostream/src/ni/media/audio/stream_info.cpp index 390bce3e..e282daef 100644 --- a/audiostream/src/ni/media/audio/stream_info.cpp +++ b/audiostream/src/ni/media/audio/stream_info.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wav/wav_chunks.h b/audiostream/src/ni/media/audio/wav/wav_chunks.h index e9dbab6a..8f2cdb38 100644 --- a/audiostream/src/ni/media/audio/wav/wav_chunks.h +++ b/audiostream/src/ni/media/audio/wav/wav_chunks.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wav/wav_custom_source.h b/audiostream/src/ni/media/audio/wav/wav_custom_source.h index c5ece955..0ce45f15 100644 --- a/audiostream/src/ni/media/audio/wav/wav_custom_source.h +++ b/audiostream/src/ni/media/audio/wav/wav_custom_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wav/wav_file_sink.h b/audiostream/src/ni/media/audio/wav/wav_file_sink.h index 92dea19e..887e9292 100644 --- a/audiostream/src/ni/media/audio/wav/wav_file_sink.h +++ b/audiostream/src/ni/media/audio/wav/wav_file_sink.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wav/wav_file_source.h b/audiostream/src/ni/media/audio/wav/wav_file_source.h index 720c2d12..53004c68 100644 --- a/audiostream/src/ni/media/audio/wav/wav_file_source.h +++ b/audiostream/src/ni/media/audio/wav/wav_file_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wav/wav_format.h b/audiostream/src/ni/media/audio/wav/wav_format.h index 0b788119..1f0e0031 100644 --- a/audiostream/src/ni/media/audio/wav/wav_format.h +++ b/audiostream/src/ni/media/audio/wav/wav_format.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wav/wav_ofstream.cpp b/audiostream/src/ni/media/audio/wav/wav_ofstream.cpp index e5d08e6a..521b0dff 100644 --- a/audiostream/src/ni/media/audio/wav/wav_ofstream.cpp +++ b/audiostream/src/ni/media/audio/wav/wav_ofstream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wav/wav_sink.h b/audiostream/src/ni/media/audio/wav/wav_sink.h index 207b8ac5..efef29db 100644 --- a/audiostream/src/ni/media/audio/wav/wav_sink.h +++ b/audiostream/src/ni/media/audio/wav/wav_sink.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wav/wav_source.h b/audiostream/src/ni/media/audio/wav/wav_source.h index 8aeeb6a8..99ee7e9d 100644 --- a/audiostream/src/ni/media/audio/wav/wav_source.h +++ b/audiostream/src/ni/media/audio/wav/wav_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wav/wav_vector_source.h b/audiostream/src/ni/media/audio/wav/wav_vector_source.h index 88866918..ab34b1eb 100644 --- a/audiostream/src/ni/media/audio/wav/wav_vector_source.h +++ b/audiostream/src/ni/media/audio/wav/wav_vector_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wma/wma_custom_source.h b/audiostream/src/ni/media/audio/wma/wma_custom_source.h index 5adb3a1c..a19ca837 100644 --- a/audiostream/src/ni/media/audio/wma/wma_custom_source.h +++ b/audiostream/src/ni/media/audio/wma/wma_custom_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wma/wma_file_source.h b/audiostream/src/ni/media/audio/wma/wma_file_source.h index deeaa7a7..c93752fa 100644 --- a/audiostream/src/ni/media/audio/wma/wma_file_source.h +++ b/audiostream/src/ni/media/audio/wma/wma_file_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/audio/wma/wma_vector_source.h b/audiostream/src/ni/media/audio/wma/wma_vector_source.h index 63c883d8..3ae7a821 100644 --- a/audiostream/src/ni/media/audio/wma/wma_vector_source.h +++ b/audiostream/src/ni/media/audio/wma/wma_vector_source.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/iostreams/device/container.h b/audiostream/src/ni/media/iostreams/device/container.h index 528209f6..57be058b 100644 --- a/audiostream/src/ni/media/iostreams/device/container.h +++ b/audiostream/src/ni/media/iostreams/device/container.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/iostreams/device/custom.h b/audiostream/src/ni/media/iostreams/device/custom.h index a359e1fd..8c032715 100644 --- a/audiostream/src/ni/media/iostreams/device/custom.h +++ b/audiostream/src/ni/media/iostreams/device/custom.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/iostreams/device/subview.h b/audiostream/src/ni/media/iostreams/device/subview.h index 2a29a25f..fa729d4c 100644 --- a/audiostream/src/ni/media/iostreams/device/subview.h +++ b/audiostream/src/ni/media/iostreams/device/subview.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/iostreams/fetch.h b/audiostream/src/ni/media/iostreams/fetch.h index b4a04318..fe4ec17c 100644 --- a/audiostream/src/ni/media/iostreams/fetch.h +++ b/audiostream/src/ni/media/iostreams/fetch.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/iostreams/stream_buffer.h b/audiostream/src/ni/media/iostreams/stream_buffer.h index 1e9aa9b8..38573778 100644 --- a/audiostream/src/ni/media/iostreams/stream_buffer.h +++ b/audiostream/src/ni/media/iostreams/stream_buffer.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/src/ni/media/iostreams/write_obj.h b/audiostream/src/ni/media/iostreams/write_obj.h index 408c818a..7acb9843 100644 --- a/audiostream/src/ni/media/iostreams/write_obj.h +++ b/audiostream/src/ni/media/iostreams/write_obj.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/generator.cpp b/audiostream/test/generator.cpp index f21141d5..cf79971d 100644 --- a/audiostream/test/generator.cpp +++ b/audiostream/test/generator.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/gtest_main.cpp b/audiostream/test/gtest_main.cpp index 1688822c..f15d9a5a 100644 --- a/audiostream/test/gtest_main.cpp +++ b/audiostream/test/gtest_main.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/aiff/aiff_ifstream_info.test.cpp b/audiostream/test/ni/media/audio/aiff/aiff_ifstream_info.test.cpp index ada71fa9..699fcca6 100644 --- a/audiostream/test/ni/media/audio/aiff/aiff_ifstream_info.test.cpp +++ b/audiostream/test/ni/media/audio/aiff/aiff_ifstream_info.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/aiff/aiff_sink.test.cpp b/audiostream/test/ni/media/audio/aiff/aiff_sink.test.cpp index d36af1f3..cd4552d8 100644 --- a/audiostream/test/ni/media/audio/aiff/aiff_sink.test.cpp +++ b/audiostream/test/ni/media/audio/aiff/aiff_sink.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/aiff/aiff_source.test.cpp b/audiostream/test/ni/media/audio/aiff/aiff_source.test.cpp index b4e2db04..791f45a8 100644 --- a/audiostream/test/ni/media/audio/aiff/aiff_source.test.cpp +++ b/audiostream/test/ni/media/audio/aiff/aiff_source.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/flac/flac_source.test.cpp b/audiostream/test/ni/media/audio/flac/flac_source.test.cpp index ffa1f133..4fde5658 100644 --- a/audiostream/test/ni/media/audio/flac/flac_source.test.cpp +++ b/audiostream/test/ni/media/audio/flac/flac_source.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/ifstream.test.cpp b/audiostream/test/ni/media/audio/ifstream.test.cpp index 93e933bb..0b84604a 100644 --- a/audiostream/test/ni/media/audio/ifstream.test.cpp +++ b/audiostream/test/ni/media/audio/ifstream.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/ifstream_robustness.test.cpp b/audiostream/test/ni/media/audio/ifstream_robustness.test.cpp index c787ccfb..e3161388 100644 --- a/audiostream/test/ni/media/audio/ifstream_robustness.test.cpp +++ b/audiostream/test/ni/media/audio/ifstream_robustness.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/ifvectorstream.test.cpp b/audiostream/test/ni/media/audio/ifvectorstream.test.cpp index c5e27763..e36a2288 100644 --- a/audiostream/test/ni/media/audio/ifvectorstream.test.cpp +++ b/audiostream/test/ni/media/audio/ifvectorstream.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/istream_read.test.h b/audiostream/test/ni/media/audio/istream_read.test.h index e4f25795..4d8075b2 100644 --- a/audiostream/test/ni/media/audio/istream_read.test.h +++ b/audiostream/test/ni/media/audio/istream_read.test.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/istream_read_floating_point.test.cpp b/audiostream/test/ni/media/audio/istream_read_floating_point.test.cpp index 93f070f8..7ea45ebf 100644 --- a/audiostream/test/ni/media/audio/istream_read_floating_point.test.cpp +++ b/audiostream/test/ni/media/audio/istream_read_floating_point.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/istream_read_signed_integer.test.cpp b/audiostream/test/ni/media/audio/istream_read_signed_integer.test.cpp index f5453906..4b8aa816 100644 --- a/audiostream/test/ni/media/audio/istream_read_signed_integer.test.cpp +++ b/audiostream/test/ni/media/audio/istream_read_signed_integer.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/istream_read_unsigned_integer.test.cpp b/audiostream/test/ni/media/audio/istream_read_unsigned_integer.test.cpp index 0f30fd51..ad5e9f3c 100644 --- a/audiostream/test/ni/media/audio/istream_read_unsigned_integer.test.cpp +++ b/audiostream/test/ni/media/audio/istream_read_unsigned_integer.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/ivectorstream.test.cpp b/audiostream/test/ni/media/audio/ivectorstream.test.cpp index b6f37aa5..91fc681e 100644 --- a/audiostream/test/ni/media/audio/ivectorstream.test.cpp +++ b/audiostream/test/ni/media/audio/ivectorstream.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/mp3/mp3_source.test.cpp b/audiostream/test/ni/media/audio/mp3/mp3_source.test.cpp index 5812aeee..79124d45 100644 --- a/audiostream/test/ni/media/audio/mp3/mp3_source.test.cpp +++ b/audiostream/test/ni/media/audio/mp3/mp3_source.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/mp4/mp4_source.test.cpp b/audiostream/test/ni/media/audio/mp4/mp4_source.test.cpp index 0a77880b..f7e14368 100644 --- a/audiostream/test/ni/media/audio/mp4/mp4_source.test.cpp +++ b/audiostream/test/ni/media/audio/mp4/mp4_source.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/ofstream.test.cpp b/audiostream/test/ni/media/audio/ofstream.test.cpp index 04041551..4617c3c1 100644 --- a/audiostream/test/ni/media/audio/ofstream.test.cpp +++ b/audiostream/test/ni/media/audio/ofstream.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/ogg/ogg_source.test.cpp b/audiostream/test/ni/media/audio/ogg/ogg_source.test.cpp index 46490ebf..53f4c700 100644 --- a/audiostream/test/ni/media/audio/ogg/ogg_source.test.cpp +++ b/audiostream/test/ni/media/audio/ogg/ogg_source.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/wav/wav_ifstream_info.test.cpp b/audiostream/test/ni/media/audio/wav/wav_ifstream_info.test.cpp index 3401bdd9..da00fd8a 100644 --- a/audiostream/test/ni/media/audio/wav/wav_ifstream_info.test.cpp +++ b/audiostream/test/ni/media/audio/wav/wav_ifstream_info.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/wav/wav_ofstream_info.test.cpp b/audiostream/test/ni/media/audio/wav/wav_ofstream_info.test.cpp index 2a2c9902..037a7f38 100644 --- a/audiostream/test/ni/media/audio/wav/wav_ofstream_info.test.cpp +++ b/audiostream/test/ni/media/audio/wav/wav_ofstream_info.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/wav/wav_sink.test.cpp b/audiostream/test/ni/media/audio/wav/wav_sink.test.cpp index 437269b9..c7d5bdcd 100644 --- a/audiostream/test/ni/media/audio/wav/wav_sink.test.cpp +++ b/audiostream/test/ni/media/audio/wav/wav_sink.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/wav/wav_source.test.cpp b/audiostream/test/ni/media/audio/wav/wav_source.test.cpp index acda4b69..2c002e8e 100644 --- a/audiostream/test/ni/media/audio/wav/wav_source.test.cpp +++ b/audiostream/test/ni/media/audio/wav/wav_source.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/audio/wma/wma_source.test.cpp b/audiostream/test/ni/media/audio/wma/wma_source.test.cpp index e8555e2d..d54a9da9 100644 --- a/audiostream/test/ni/media/audio/wma/wma_source.test.cpp +++ b/audiostream/test/ni/media/audio/wma/wma_source.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/generators.h b/audiostream/test/ni/media/generators.h index 55c4480f..144987b0 100644 --- a/audiostream/test/ni/media/generators.h +++ b/audiostream/test/ni/media/generators.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/generators/modulated_sine.h b/audiostream/test/ni/media/generators/modulated_sine.h index 5670fbab..9c986c3a 100644 --- a/audiostream/test/ni/media/generators/modulated_sine.h +++ b/audiostream/test/ni/media/generators/modulated_sine.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/iostreams/stream_buffer.test.cpp b/audiostream/test/ni/media/iostreams/stream_buffer.test.cpp index e2a85a33..98a2fcff 100644 --- a/audiostream/test/ni/media/iostreams/stream_buffer.test.cpp +++ b/audiostream/test/ni/media/iostreams/stream_buffer.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/read_interlaced_test.h b/audiostream/test/ni/media/read_interlaced_test.h index f9c676d8..fce01029 100644 --- a/audiostream/test/ni/media/read_interlaced_test.h +++ b/audiostream/test/ni/media/read_interlaced_test.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/reference_test.h b/audiostream/test/ni/media/reference_test.h index 4505b800..f214d08c 100644 --- a/audiostream/test/ni/media/reference_test.h +++ b/audiostream/test/ni/media/reference_test.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/sink_test.h b/audiostream/test/ni/media/sink_test.h index 27178c55..dd2029e3 100644 --- a/audiostream/test/ni/media/sink_test.h +++ b/audiostream/test/ni/media/sink_test.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/source_test.cpp b/audiostream/test/ni/media/source_test.cpp index a882f8e5..ac9b5adc 100644 --- a/audiostream/test/ni/media/source_test.cpp +++ b/audiostream/test/ni/media/source_test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/source_test.h b/audiostream/test/ni/media/source_test.h index a079f2dc..817ffafe 100644 --- a/audiostream/test/ni/media/source_test.h +++ b/audiostream/test/ni/media/source_test.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/statistics.h b/audiostream/test/ni/media/statistics.h index 69ca47c9..74f91b5d 100644 --- a/audiostream/test/ni/media/statistics.h +++ b/audiostream/test/ni/media/statistics.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/test_helper.cpp b/audiostream/test/ni/media/test_helper.cpp index b1bd124a..82434920 100644 --- a/audiostream/test/ni/media/test_helper.cpp +++ b/audiostream/test/ni/media/test_helper.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/audiostream/test/ni/media/test_helper.h b/audiostream/test/ni/media/test_helper.h index b3b9fe49..24e04556 100644 --- a/audiostream/test/ni/media/test_helper.h +++ b/audiostream/test/ni/media/test_helper.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/algorithm.h b/pcm/inc/ni/media/pcm/algorithm.h index 25f30baa..cedb0f0e 100644 --- a/pcm/inc/ni/media/pcm/algorithm.h +++ b/pcm/inc/ni/media/pcm/algorithm.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/algorithm/copy.h b/pcm/inc/ni/media/pcm/algorithm/copy.h index 0b8a0503..88a1f9a6 100644 --- a/pcm/inc/ni/media/pcm/algorithm/copy.h +++ b/pcm/inc/ni/media/pcm/algorithm/copy.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/algorithm/copy_n.h b/pcm/inc/ni/media/pcm/algorithm/copy_n.h index 33581a77..e8ae3de0 100644 --- a/pcm/inc/ni/media/pcm/algorithm/copy_n.h +++ b/pcm/inc/ni/media/pcm/algorithm/copy_n.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/compiletime_format.h b/pcm/inc/ni/media/pcm/compiletime_format.h index 74041732..3f3f6ad1 100644 --- a/pcm/inc/ni/media/pcm/compiletime_format.h +++ b/pcm/inc/ni/media/pcm/compiletime_format.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/converter.h b/pcm/inc/ni/media/pcm/converter.h index fb1a497b..3366a051 100644 --- a/pcm/inc/ni/media/pcm/converter.h +++ b/pcm/inc/ni/media/pcm/converter.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/description.h b/pcm/inc/ni/media/pcm/description.h index 0c728650..59bbbd64 100644 --- a/pcm/inc/ni/media/pcm/description.h +++ b/pcm/inc/ni/media/pcm/description.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/detail/tuple_find.h b/pcm/inc/ni/media/pcm/detail/tuple_find.h index cbeadc50..fd0a9d82 100644 --- a/pcm/inc/ni/media/pcm/detail/tuple_find.h +++ b/pcm/inc/ni/media/pcm/detail/tuple_find.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/detail/tuple_to_array.h b/pcm/inc/ni/media/pcm/detail/tuple_to_array.h index f83c7cf3..0243c01c 100644 --- a/pcm/inc/ni/media/pcm/detail/tuple_to_array.h +++ b/pcm/inc/ni/media/pcm/detail/tuple_to_array.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/dispatch.h b/pcm/inc/ni/media/pcm/dispatch.h index 2c294f3e..4bc95452 100644 --- a/pcm/inc/ni/media/pcm/dispatch.h +++ b/pcm/inc/ni/media/pcm/dispatch.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/format.h b/pcm/inc/ni/media/pcm/format.h index 3e3cd72c..b75c3d4b 100644 --- a/pcm/inc/ni/media/pcm/format.h +++ b/pcm/inc/ni/media/pcm/format.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/iterator.h b/pcm/inc/ni/media/pcm/iterator.h index 6792fd7c..da65225e 100644 --- a/pcm/inc/ni/media/pcm/iterator.h +++ b/pcm/inc/ni/media/pcm/iterator.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/limits.h b/pcm/inc/ni/media/pcm/limits.h index ac0c5f50..9c8f5d9a 100644 --- a/pcm/inc/ni/media/pcm/limits.h +++ b/pcm/inc/ni/media/pcm/limits.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/range/converted.h b/pcm/inc/ni/media/pcm/range/converted.h index ace4efbf..ae854c32 100644 --- a/pcm/inc/ni/media/pcm/range/converted.h +++ b/pcm/inc/ni/media/pcm/range/converted.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/inc/ni/media/pcm/runtime_format.h b/pcm/inc/ni/media/pcm/runtime_format.h index 79d35106..efe78a06 100644 --- a/pcm/inc/ni/media/pcm/runtime_format.h +++ b/pcm/inc/ni/media/pcm/runtime_format.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/main.cpp b/pcm/test/main.cpp index 1688822c..f15d9a5a 100644 --- a/pcm/test/main.cpp +++ b/pcm/test/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/converter.test.cpp b/pcm/test/ni/media/pcm/converter.test.cpp index 68b62c1a..576dd58c 100644 --- a/pcm/test/ni/media/pcm/converter.test.cpp +++ b/pcm/test/ni/media/pcm/converter.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/detail/tuple_find.test.cpp b/pcm/test/ni/media/pcm/detail/tuple_find.test.cpp index c8ab1eb6..ec0b7448 100644 --- a/pcm/test/ni/media/pcm/detail/tuple_find.test.cpp +++ b/pcm/test/ni/media/pcm/detail/tuple_find.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/detail/tuple_to_array.test.cpp b/pcm/test/ni/media/pcm/detail/tuple_to_array.test.cpp index 35525478..cb609454 100644 --- a/pcm/test/ni/media/pcm/detail/tuple_to_array.test.cpp +++ b/pcm/test/ni/media/pcm/detail/tuple_to_array.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/dispatch.test.cpp b/pcm/test/ni/media/pcm/dispatch.test.cpp index a47e5477..b48352e6 100644 --- a/pcm/test/ni/media/pcm/dispatch.test.cpp +++ b/pcm/test/ni/media/pcm/dispatch.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/format.test.cpp b/pcm/test/ni/media/pcm/format.test.cpp index af24af74..1d0424a0 100644 --- a/pcm/test/ni/media/pcm/format.test.cpp +++ b/pcm/test/ni/media/pcm/format.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/iterator.test.cpp b/pcm/test/ni/media/pcm/iterator.test.cpp index f3c37a4a..4a8a264b 100644 --- a/pcm/test/ni/media/pcm/iterator.test.cpp +++ b/pcm/test/ni/media/pcm/iterator.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/iterator_copy.test.h b/pcm/test/ni/media/pcm/iterator_copy.test.h index 8fd7abe8..73fba76f 100644 --- a/pcm/test/ni/media/pcm/iterator_copy.test.h +++ b/pcm/test/ni/media/pcm/iterator_copy.test.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/iterator_copy_floating_point.test.cpp b/pcm/test/ni/media/pcm/iterator_copy_floating_point.test.cpp index 5290a115..fcb6342a 100644 --- a/pcm/test/ni/media/pcm/iterator_copy_floating_point.test.cpp +++ b/pcm/test/ni/media/pcm/iterator_copy_floating_point.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/iterator_copy_signed_integer.test.cpp b/pcm/test/ni/media/pcm/iterator_copy_signed_integer.test.cpp index ed29aac2..2bf48316 100644 --- a/pcm/test/ni/media/pcm/iterator_copy_signed_integer.test.cpp +++ b/pcm/test/ni/media/pcm/iterator_copy_signed_integer.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/iterator_copy_unsigned_integer.test.cpp b/pcm/test/ni/media/pcm/iterator_copy_unsigned_integer.test.cpp index 0e0e38cc..ce94e1f9 100644 --- a/pcm/test/ni/media/pcm/iterator_copy_unsigned_integer.test.cpp +++ b/pcm/test/ni/media/pcm/iterator_copy_unsigned_integer.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/limits.test.cpp b/pcm/test/ni/media/pcm/limits.test.cpp index 4ea87c5e..92f56599 100644 --- a/pcm/test/ni/media/pcm/limits.test.cpp +++ b/pcm/test/ni/media/pcm/limits.test.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/pcm/test/ni/media/pcm/numspace.h b/pcm/test/ni/media/pcm/numspace.h index ebe981b0..f74f9ed8 100644 --- a/pcm/test/ni/media/pcm/numspace.h +++ b/pcm/test/ni/media/pcm/numspace.h @@ -1,5 +1,5 @@ // -// Copyright (c) 2017-2019 Native Instruments GmbH, Berlin +// Copyright (c) 2017-2023 Native Instruments GmbH, Berlin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal