diff --git a/README.md b/README.md index 52947f2ce..3be00ad79 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ effort. Feel free to join the [discord channel](https://discord.gg/4MymV4EaY5) for discussion and chat with the developer. -*Copyright (c) 2014-2023 Joel de Guzman. All rights reserved.* +*Copyright (c) 2014-2024 Joel de Guzman. All rights reserved.* *Distributed under the [MIT License](https://opensource.org/licenses/MIT)* diff --git a/docs/modules/ROOT/pages/fundamentals.adoc b/docs/modules/ROOT/pages/fundamentals.adoc index 880a5feb5..a75a66fa9 100644 --- a/docs/modules/ROOT/pages/fundamentals.adoc +++ b/docs/modules/ROOT/pages/fundamentals.adoc @@ -329,5 +329,5 @@ private: NOTE: The complete code can be found here: https://github.com/cycfi/q/blob/master/q_lib/include/q/fx/signal_conditioner.hpp[signal_conditioner.hpp] -_Copyright (c) 2014-2023 Joel de Guzman. All rights reserved._ +_Copyright (c) 2014-2024 Joel de Guzman. All rights reserved._ _Distributed under the https://opensource.org/licenses/MIT[MIT License]_ diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 64873cc2f..526126ab3 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -31,5 +31,5 @@ These libraries are all part of the http://tinyurl.com/jubgged[Boost Libraries], ''' -_Copyright (c) 2014-2023 Joel de Guzman. All rights reserved._ +_Copyright (c) 2014-2024 Joel de Guzman. All rights reserved._ _Distributed under the https://opensource.org/licenses/MIT[MIT License]_ diff --git a/docs/modules/ROOT/pages/quick_start.adoc b/docs/modules/ROOT/pages/quick_start.adoc index 79985be98..542e2a260 100644 --- a/docs/modules/ROOT/pages/quick_start.adoc +++ b/docs/modules/ROOT/pages/quick_start.adoc @@ -268,5 +268,5 @@ synth.stop(); ''' -_Copyright (c) 2014-2023 Joel de Guzman. All rights reserved._ +_Copyright (c) 2014-2024 Joel de Guzman. All rights reserved._ _Distributed under the https://opensource.org/licenses/MIT[MIT License]_ diff --git a/docs/modules/ROOT/pages/reference/envelope.adoc b/docs/modules/ROOT/pages/reference/envelope.adoc index f9f597a30..906b0ba40 100644 --- a/docs/modules/ROOT/pages/reference/envelope.adoc +++ b/docs/modules/ROOT/pages/reference/envelope.adoc @@ -16,5 +16,5 @@ The Q DSP library includes a variety of envelope extractors, ranging from the mo ''' -_Copyright (c) 2014-2023 Joel de Guzman. All rights reserved._ +_Copyright (c) 2014-2024 Joel de Guzman. All rights reserved._ _Distributed under the https://opensource.org/licenses/MIT[MIT License]_ diff --git a/docs/modules/ROOT/pages/setup.adoc b/docs/modules/ROOT/pages/setup.adoc index 7b91cf82b..612a51291 100644 --- a/docs/modules/ROOT/pages/setup.adoc +++ b/docs/modules/ROOT/pages/setup.adoc @@ -96,5 +96,5 @@ To make sure everything is OK, try running the `sin_osc.cpp` example. Make sure ''' -_Copyright (c) 2014-2023 Joel de Guzman. All rights reserved._ +_Copyright (c) 2014-2024 Joel de Guzman. All rights reserved._ _Distributed under the https://opensource.org/licenses/MIT[MIT License]_ diff --git a/example/delay.cpp b/example/delay.cpp index c7faac752..e80bdc6fd 100755 --- a/example/delay.cpp +++ b/example/delay.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/example/example.hpp b/example/example.hpp index 818baef82..1b33a497e 100755 --- a/example/example.hpp +++ b/example/example.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/example/io_delay.cpp b/example/io_delay.cpp index 352b061ac..1a6241ecc 100755 --- a/example/io_delay.cpp +++ b/example/io_delay.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/example/list_devices.cpp b/example/list_devices.cpp index 0102ab9b4..aeeddeb32 100755 --- a/example/list_devices.cpp +++ b/example/list_devices.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/example/midi_monitor.cpp b/example/midi_monitor.cpp index 1a208ac3c..bcad9564f 100755 --- a/example/midi_monitor.cpp +++ b/example/midi_monitor.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/example/sin_osc.cpp b/example/sin_osc.cpp index 626c6006e..f7713e920 100755 --- a/example/sin_osc.cpp +++ b/example/sin_osc.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/example/square_synth.cpp b/example/square_synth.cpp index 00b7253f8..ad7768c60 100755 --- a/example/square_synth.cpp +++ b/example/square_synth.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_io/include/q_io/audio_device.hpp b/q_io/include/q_io/audio_device.hpp index a0ccd7c4c..78e4c3a8c 100755 --- a/q_io/include/q_io/audio_device.hpp +++ b/q_io/include/q_io/audio_device.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_io/include/q_io/audio_file.hpp b/q_io/include/q_io/audio_file.hpp index e0d3797fa..1e06c6771 100755 --- a/q_io/include/q_io/audio_file.hpp +++ b/q_io/include/q_io/audio_file.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_io/include/q_io/midi_device.hpp b/q_io/include/q_io/midi_device.hpp index c923e10f4..79a98827d 100755 --- a/q_io/include/q_io/midi_device.hpp +++ b/q_io/include/q_io/midi_device.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_io/src/audio_device.cpp b/q_io/src/audio_device.cpp index 30cd26d81..89691860d 100755 --- a/q_io/src/audio_device.cpp +++ b/q_io/src/audio_device.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_io/src/audio_file.cpp b/q_io/src/audio_file.cpp index adef08332..4c11f286d 100755 --- a/q_io/src/audio_file.cpp +++ b/q_io/src/audio_file.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_io/src/audio_stream.cpp b/q_io/src/audio_stream.cpp index 0ba1e0478..99f77b1d0 100755 --- a/q_io/src/audio_stream.cpp +++ b/q_io/src/audio_stream.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_io/src/midi_device.cpp b/q_io/src/midi_device.cpp index 31037f77f..b4cb75af6 100755 --- a/q_io/src/midi_device.cpp +++ b/q_io/src/midi_device.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_io/src/midi_stream.cpp b/q_io/src/midi_stream.cpp index 7b0387263..ed90105e8 100755 --- a/q_io/src/midi_stream.cpp +++ b/q_io/src/midi_stream.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/detail/count_bits.hpp b/q_lib/include/q/detail/count_bits.hpp index 51c639bc8..151e74904 100644 --- a/q_lib/include/q/detail/count_bits.hpp +++ b/q_lib/include/q/detail/count_bits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/detail/db_table.hpp b/q_lib/include/q/detail/db_table.hpp index 21aeb5715..b0ce67fed 100755 --- a/q_lib/include/q/detail/db_table.hpp +++ b/q_lib/include/q/detail/db_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/detail/init_store.hpp b/q_lib/include/q/detail/init_store.hpp index 24aea07cc..59879a642 100644 --- a/q_lib/include/q/detail/init_store.hpp +++ b/q_lib/include/q/detail/init_store.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/detail/sin_table.hpp b/q_lib/include/q/detail/sin_table.hpp index 4a1233b0e..00a954097 100755 --- a/q_lib/include/q/detail/sin_table.hpp +++ b/q_lib/include/q/detail/sin_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/detail/table_lookup.hpp b/q_lib/include/q/detail/table_lookup.hpp index 5d2e7af28..42232bb91 100755 --- a/q_lib/include/q/detail/table_lookup.hpp +++ b/q_lib/include/q/detail/table_lookup.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fft/fft.hpp b/q_lib/include/q/fft/fft.hpp index 4f629c250..8a93f5af3 100755 --- a/q_lib/include/q/fft/fft.hpp +++ b/q_lib/include/q/fft/fft.hpp @@ -1,6 +1,6 @@ /*============================================================================= Copyright (c) 2006 by Volodymyr Myrnyy (Vladimir Mirnyi) - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Permission to use, copy, modify, distribute and sell this software for any purpose is hereby granted without fee, provided that the above copyright diff --git a/q_lib/include/q/fx/allpass.hpp b/q_lib/include/q/fx/allpass.hpp index 583338c3e..5d26c1b26 100755 --- a/q_lib/include/q/fx/allpass.hpp +++ b/q_lib/include/q/fx/allpass.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/biquad.hpp b/q_lib/include/q/fx/biquad.hpp index 92937eb60..f3b17fb26 100755 --- a/q_lib/include/q/fx/biquad.hpp +++ b/q_lib/include/q/fx/biquad.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/clip.hpp b/q_lib/include/q/fx/clip.hpp index 69e81cda3..e091ad9d8 100755 --- a/q_lib/include/q/fx/clip.hpp +++ b/q_lib/include/q/fx/clip.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/dc_block.hpp b/q_lib/include/q/fx/dc_block.hpp index ba81afeb4..68947cf12 100755 --- a/q_lib/include/q/fx/dc_block.hpp +++ b/q_lib/include/q/fx/dc_block.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/delay.hpp b/q_lib/include/q/fx/delay.hpp index 43aa0ec33..dc390748c 100644 --- a/q_lib/include/q/fx/delay.hpp +++ b/q_lib/include/q/fx/delay.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/differentiator.hpp b/q_lib/include/q/fx/differentiator.hpp index 8b14e53cd..627620835 100755 --- a/q_lib/include/q/fx/differentiator.hpp +++ b/q_lib/include/q/fx/differentiator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/dynamic.hpp b/q_lib/include/q/fx/dynamic.hpp index eb7fc4e28..d8781db2a 100755 --- a/q_lib/include/q/fx/dynamic.hpp +++ b/q_lib/include/q/fx/dynamic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/edge.hpp b/q_lib/include/q/fx/edge.hpp index 1e9fed710..8e53a2ff4 100755 --- a/q_lib/include/q/fx/edge.hpp +++ b/q_lib/include/q/fx/edge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/envelope.hpp b/q_lib/include/q/fx/envelope.hpp index 586ab7f1b..19e2523ee 100755 --- a/q_lib/include/q/fx/envelope.hpp +++ b/q_lib/include/q/fx/envelope.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/fast_downsample.hpp b/q_lib/include/q/fx/fast_downsample.hpp index 3c8501299..c7d021d7e 100755 --- a/q_lib/include/q/fx/fast_downsample.hpp +++ b/q_lib/include/q/fx/fast_downsample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/hilbert_quadrature.hpp b/q_lib/include/q/fx/hilbert_quadrature.hpp index dc60d10fe..f14b81593 100755 --- a/q_lib/include/q/fx/hilbert_quadrature.hpp +++ b/q_lib/include/q/fx/hilbert_quadrature.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/integrator.hpp b/q_lib/include/q/fx/integrator.hpp index 64744876f..fcf48e21d 100755 --- a/q_lib/include/q/fx/integrator.hpp +++ b/q_lib/include/q/fx/integrator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/level_crossfade.hpp b/q_lib/include/q/fx/level_crossfade.hpp index 63d58a325..fb1ba48e8 100755 --- a/q_lib/include/q/fx/level_crossfade.hpp +++ b/q_lib/include/q/fx/level_crossfade.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/lowpass.hpp b/q_lib/include/q/fx/lowpass.hpp index 953dad4fa..06d6269a4 100755 --- a/q_lib/include/q/fx/lowpass.hpp +++ b/q_lib/include/q/fx/lowpass.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/map.hpp b/q_lib/include/q/fx/map.hpp index 3dbdad564..43c5a1a4d 100755 --- a/q_lib/include/q/fx/map.hpp +++ b/q_lib/include/q/fx/map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/median.hpp b/q_lib/include/q/fx/median.hpp index 17bcf8c36..87f52e4f8 100755 --- a/q_lib/include/q/fx/median.hpp +++ b/q_lib/include/q/fx/median.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/monostable.hpp b/q_lib/include/q/fx/monostable.hpp index fda7105d0..d5f229ac9 100755 --- a/q_lib/include/q/fx/monostable.hpp +++ b/q_lib/include/q/fx/monostable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/moving_average.hpp b/q_lib/include/q/fx/moving_average.hpp index f70d776ed..7c333fdd7 100755 --- a/q_lib/include/q/fx/moving_average.hpp +++ b/q_lib/include/q/fx/moving_average.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/moving_maximum.hpp b/q_lib/include/q/fx/moving_maximum.hpp index ba100bdf3..a19af723d 100755 --- a/q_lib/include/q/fx/moving_maximum.hpp +++ b/q_lib/include/q/fx/moving_maximum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/moving_sum.hpp b/q_lib/include/q/fx/moving_sum.hpp index 0744c298e..e148798b9 100755 --- a/q_lib/include/q/fx/moving_sum.hpp +++ b/q_lib/include/q/fx/moving_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/noise_gate.hpp b/q_lib/include/q/fx/noise_gate.hpp index b9a0dec7f..225c46245 100644 --- a/q_lib/include/q/fx/noise_gate.hpp +++ b/q_lib/include/q/fx/noise_gate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/onset_gate.hpp b/q_lib/include/q/fx/onset_gate.hpp index 6375bbea0..87563722f 100644 --- a/q_lib/include/q/fx/onset_gate.hpp +++ b/q_lib/include/q/fx/onset_gate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/peak.hpp b/q_lib/include/q/fx/peak.hpp index d89deb3e6..748f7c8ba 100755 --- a/q_lib/include/q/fx/peak.hpp +++ b/q_lib/include/q/fx/peak.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/schmitt_trigger.hpp b/q_lib/include/q/fx/schmitt_trigger.hpp index ecd8ef1af..9361ba81e 100755 --- a/q_lib/include/q/fx/schmitt_trigger.hpp +++ b/q_lib/include/q/fx/schmitt_trigger.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/signal_conditioner.hpp b/q_lib/include/q/fx/signal_conditioner.hpp index 82cbf79ec..6efb66dfe 100644 --- a/q_lib/include/q/fx/signal_conditioner.hpp +++ b/q_lib/include/q/fx/signal_conditioner.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/window_comparator.hpp b/q_lib/include/q/fx/window_comparator.hpp index 150b6bd36..25c9984e2 100755 --- a/q_lib/include/q/fx/window_comparator.hpp +++ b/q_lib/include/q/fx/window_comparator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/fx/zero_crossing.hpp b/q_lib/include/q/fx/zero_crossing.hpp index c45ad0c69..f548cca4a 100755 --- a/q_lib/include/q/fx/zero_crossing.hpp +++ b/q_lib/include/q/fx/zero_crossing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/pitch/period_detector.hpp b/q_lib/include/q/pitch/period_detector.hpp index 09756cfe5..41213ecae 100644 --- a/q_lib/include/q/pitch/period_detector.hpp +++ b/q_lib/include/q/pitch/period_detector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/pitch/pitch_detector.hpp b/q_lib/include/q/pitch/pitch_detector.hpp index 5a00da18b..98cdd5ee8 100644 --- a/q_lib/include/q/pitch/pitch_detector.hpp +++ b/q_lib/include/q/pitch/pitch_detector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/base.hpp b/q_lib/include/q/support/base.hpp index 547a97164..f8bd88a1f 100755 --- a/q_lib/include/q/support/base.hpp +++ b/q_lib/include/q/support/base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/basic_concepts.hpp b/q_lib/include/q/support/basic_concepts.hpp index 108900a22..df3b576ca 100644 --- a/q_lib/include/q/support/basic_concepts.hpp +++ b/q_lib/include/q/support/basic_concepts.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/concepts.hpp b/q_lib/include/q/support/concepts.hpp index 0b5191da6..66d6f4552 100644 --- a/q_lib/include/q/support/concepts.hpp +++ b/q_lib/include/q/support/concepts.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/decibel.hpp b/q_lib/include/q/support/decibel.hpp index 5eea63051..98235e2c1 100755 --- a/q_lib/include/q/support/decibel.hpp +++ b/q_lib/include/q/support/decibel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/duration.hpp b/q_lib/include/q/support/duration.hpp index 684db743c..ce26ac871 100755 --- a/q_lib/include/q/support/duration.hpp +++ b/q_lib/include/q/support/duration.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/frequency.hpp b/q_lib/include/q/support/frequency.hpp index edcaf2d41..9f7827a0a 100755 --- a/q_lib/include/q/support/frequency.hpp +++ b/q_lib/include/q/support/frequency.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/frequency_impl.hpp b/q_lib/include/q/support/frequency_impl.hpp index 12e23aa9a..f8f9eba8f 100755 --- a/q_lib/include/q/support/frequency_impl.hpp +++ b/q_lib/include/q/support/frequency_impl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/interval.hpp b/q_lib/include/q/support/interval.hpp index 1cf48601e..5d24e77d1 100644 --- a/q_lib/include/q/support/interval.hpp +++ b/q_lib/include/q/support/interval.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (C) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (C) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/literals.hpp b/q_lib/include/q/support/literals.hpp index f4eac5b88..c7e203b1c 100755 --- a/q_lib/include/q/support/literals.hpp +++ b/q_lib/include/q/support/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/midi_messages.hpp b/q_lib/include/q/support/midi_messages.hpp index e393e681f..d12ac0856 100644 --- a/q_lib/include/q/support/midi_messages.hpp +++ b/q_lib/include/q/support/midi_messages.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (C) 2012-2022 Joel de Guzman. All rights reserved. + Copyright (C) 2012-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/midi_processor.hpp b/q_lib/include/q/support/midi_processor.hpp index 76538dbd1..e3a3120be 100644 --- a/q_lib/include/q/support/midi_processor.hpp +++ b/q_lib/include/q/support/midi_processor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (C) 2012-2022 Joel de Guzman. All rights reserved. + Copyright (C) 2012-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/period.hpp b/q_lib/include/q/support/period.hpp index 798a60e81..59972866e 100755 --- a/q_lib/include/q/support/period.hpp +++ b/q_lib/include/q/support/period.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/phase.hpp b/q_lib/include/q/support/phase.hpp index 5001b5e50..a0f6a8cd5 100755 --- a/q_lib/include/q/support/phase.hpp +++ b/q_lib/include/q/support/phase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/pitch.hpp b/q_lib/include/q/support/pitch.hpp index 3bcefa340..9b8b33acb 100644 --- a/q_lib/include/q/support/pitch.hpp +++ b/q_lib/include/q/support/pitch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (C) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (C) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/pitch_names.hpp b/q_lib/include/q/support/pitch_names.hpp index 3f4901cb9..29d88ad8b 100644 --- a/q_lib/include/q/support/pitch_names.hpp +++ b/q_lib/include/q/support/pitch_names.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (C) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (C) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/support/unit.hpp b/q_lib/include/q/support/unit.hpp index ac1cd211c..e14897494 100755 --- a/q_lib/include/q/support/unit.hpp +++ b/q_lib/include/q/support/unit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/blackman_gen.hpp b/q_lib/include/q/synth/blackman_gen.hpp index 76b50b326..5379c7fa2 100755 --- a/q_lib/include/q/synth/blackman_gen.hpp +++ b/q_lib/include/q/synth/blackman_gen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/concepts.hpp b/q_lib/include/q/synth/concepts.hpp index bfd0c7be7..827c0e9eb 100644 --- a/q_lib/include/q/synth/concepts.hpp +++ b/q_lib/include/q/synth/concepts.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/envelope_gen.hpp b/q_lib/include/q/synth/envelope_gen.hpp index 72980bd6f..750e61061 100755 --- a/q_lib/include/q/synth/envelope_gen.hpp +++ b/q_lib/include/q/synth/envelope_gen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/exponential_gen.hpp b/q_lib/include/q/synth/exponential_gen.hpp index e89666d1d..6ce9dc1f1 100755 --- a/q_lib/include/q/synth/exponential_gen.hpp +++ b/q_lib/include/q/synth/exponential_gen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/hamming_gen.hpp b/q_lib/include/q/synth/hamming_gen.hpp index 8fd0cff4c..ce952e46e 100755 --- a/q_lib/include/q/synth/hamming_gen.hpp +++ b/q_lib/include/q/synth/hamming_gen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/hann_gen.hpp b/q_lib/include/q/synth/hann_gen.hpp index caa6bbb6a..703e870bb 100755 --- a/q_lib/include/q/synth/hann_gen.hpp +++ b/q_lib/include/q/synth/hann_gen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/linear_gen.hpp b/q_lib/include/q/synth/linear_gen.hpp index ca1b2884c..637946f94 100755 --- a/q_lib/include/q/synth/linear_gen.hpp +++ b/q_lib/include/q/synth/linear_gen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/noise_gen.hpp b/q_lib/include/q/synth/noise_gen.hpp index 6e802eb78..2ef250bc3 100644 --- a/q_lib/include/q/synth/noise_gen.hpp +++ b/q_lib/include/q/synth/noise_gen.hpp @@ -1,5 +1,5 @@ /*================================================================================= - Copyright (c) 2014-2023 Joel de Guzman, Nikos Parastatidis. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman, Nikos Parastatidis. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] ==================================================================================*/ diff --git a/q_lib/include/q/synth/pulse_osc.hpp b/q_lib/include/q/synth/pulse_osc.hpp index 331604094..187e6dcfa 100755 --- a/q_lib/include/q/synth/pulse_osc.hpp +++ b/q_lib/include/q/synth/pulse_osc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/saw_osc.hpp b/q_lib/include/q/synth/saw_osc.hpp index 1fbbae213..91f53606c 100755 --- a/q_lib/include/q/synth/saw_osc.hpp +++ b/q_lib/include/q/synth/saw_osc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/sin_cos_gen.hpp b/q_lib/include/q/synth/sin_cos_gen.hpp index dc24734ef..1b10dd8a3 100755 --- a/q_lib/include/q/synth/sin_cos_gen.hpp +++ b/q_lib/include/q/synth/sin_cos_gen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/sin_osc.hpp b/q_lib/include/q/synth/sin_osc.hpp index 7dc5a0c72..d114c6542 100755 --- a/q_lib/include/q/synth/sin_osc.hpp +++ b/q_lib/include/q/synth/sin_osc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/square_osc.hpp b/q_lib/include/q/synth/square_osc.hpp index c0de31852..48a760434 100755 --- a/q_lib/include/q/synth/square_osc.hpp +++ b/q_lib/include/q/synth/square_osc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/synth/triangle_osc.hpp b/q_lib/include/q/synth/triangle_osc.hpp index ba6ceec38..52602b4a9 100755 --- a/q_lib/include/q/synth/triangle_osc.hpp +++ b/q_lib/include/q/synth/triangle_osc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/utility/antialiasing.hpp b/q_lib/include/q/utility/antialiasing.hpp index 10b1e4de7..9842e7b83 100755 --- a/q_lib/include/q/utility/antialiasing.hpp +++ b/q_lib/include/q/utility/antialiasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/utility/bitset.hpp b/q_lib/include/q/utility/bitset.hpp index 3bbf90df5..67d81f216 100644 --- a/q_lib/include/q/utility/bitset.hpp +++ b/q_lib/include/q/utility/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/utility/bitstream_acf.hpp b/q_lib/include/q/utility/bitstream_acf.hpp index 6cfea3695..ff38deb46 100644 --- a/q_lib/include/q/utility/bitstream_acf.hpp +++ b/q_lib/include/q/utility/bitstream_acf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/utility/float_convert.hpp b/q_lib/include/q/utility/float_convert.hpp index 1f5ba5b4f..260c56d5e 100755 --- a/q_lib/include/q/utility/float_convert.hpp +++ b/q_lib/include/q/utility/float_convert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2022 Joel de Guzman. All rights reserved. + Copyright (c) 2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/utility/fractional_ring_buffer.hpp b/q_lib/include/q/utility/fractional_ring_buffer.hpp index 70d2f7191..f695e1ed6 100644 --- a/q_lib/include/q/utility/fractional_ring_buffer.hpp +++ b/q_lib/include/q/utility/fractional_ring_buffer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/utility/interpolation.hpp b/q_lib/include/q/utility/interpolation.hpp index 118bb19a9..10a98de12 100644 --- a/q_lib/include/q/utility/interpolation.hpp +++ b/q_lib/include/q/utility/interpolation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/utility/ring_buffer.hpp b/q_lib/include/q/utility/ring_buffer.hpp index 082f027f2..b9af4a478 100644 --- a/q_lib/include/q/utility/ring_buffer.hpp +++ b/q_lib/include/q/utility/ring_buffer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/utility/sleep.hpp b/q_lib/include/q/utility/sleep.hpp index e7d92e97d..c4bc89938 100644 --- a/q_lib/include/q/utility/sleep.hpp +++ b/q_lib/include/q/utility/sleep.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/q_lib/include/q/utility/zero_crossing_collector.hpp b/q_lib/include/q/utility/zero_crossing_collector.hpp index 0e1c85162..e7d27622d 100644 --- a/q_lib/include/q/utility/zero_crossing_collector.hpp +++ b/q_lib/include/q/utility/zero_crossing_collector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/agc.cpp b/test/agc.cpp index b030646db..10ed5ccd2 100755 --- a/test/agc.cpp +++ b/test/agc.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/allpass.cpp b/test/allpass.cpp index 8378c22e6..523e7fa81 100755 --- a/test/allpass.cpp +++ b/test/allpass.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/biquad_lp.cpp b/test/biquad_lp.cpp index 8b38669af..9aab156d3 100755 --- a/test/biquad_lp.cpp +++ b/test/biquad_lp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/bitset.cpp b/test/bitset.cpp index b7ef8e7fc..8eaa3bdf8 100755 --- a/test/bitset.cpp +++ b/test/bitset.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/comb.cpp b/test/comb.cpp index 412f91ca9..dd9e1891e 100755 --- a/test/comb.cpp +++ b/test/comb.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/compressor_expander.cpp b/test/compressor_expander.cpp index 42ed21e7a..2bff38c20 100755 --- a/test/compressor_expander.cpp +++ b/test/compressor_expander.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/compressor_expander2.cpp b/test/compressor_expander2.cpp index a3bc5c2d0..43f891ca5 100755 --- a/test/compressor_expander2.cpp +++ b/test/compressor_expander2.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/compressor_ff_fb.cpp b/test/compressor_ff_fb.cpp index 62b013df9..217bb9a9d 100755 --- a/test/compressor_ff_fb.cpp +++ b/test/compressor_ff_fb.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/decibel.cpp b/test/decibel.cpp index e90bf1952..83d688f99 100755 --- a/test/decibel.cpp +++ b/test/decibel.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/dynamic_smoother.cpp b/test/dynamic_smoother.cpp index 3d972faa0..e889682da 100755 --- a/test/dynamic_smoother.cpp +++ b/test/dynamic_smoother.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/dynamics.cpp b/test/dynamics.cpp index d2ac1763c..193883b32 100755 --- a/test/dynamics.cpp +++ b/test/dynamics.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/envelope_follower.cpp b/test/envelope_follower.cpp index c6b7e752f..b2ae9e261 100755 --- a/test/envelope_follower.cpp +++ b/test/envelope_follower.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/fft.cpp b/test/fft.cpp index 88270cb1a..a3c1915ca 100755 --- a/test/fft.cpp +++ b/test/fft.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/gen_adsr_envelope.cpp b/test/gen_adsr_envelope.cpp index 35d61a8ab..15786a2cb 100755 --- a/test/gen_adsr_envelope.cpp +++ b/test/gen_adsr_envelope.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/gen_blackman.cpp b/test/gen_blackman.cpp index 39ceaa1ad..d23611463 100755 --- a/test/gen_blackman.cpp +++ b/test/gen_blackman.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/gen_envelope.cpp b/test/gen_envelope.cpp index 7c14d3b3b..06f93f8f5 100755 --- a/test/gen_envelope.cpp +++ b/test/gen_envelope.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/gen_exponential.cpp b/test/gen_exponential.cpp index 482272b6e..26b85bd29 100755 --- a/test/gen_exponential.cpp +++ b/test/gen_exponential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/gen_hamming.cpp b/test/gen_hamming.cpp index c6bc8e10e..49c9d6c1a 100755 --- a/test/gen_hamming.cpp +++ b/test/gen_hamming.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/gen_hann.cpp b/test/gen_hann.cpp index 5e12ab175..788b6b8d1 100755 --- a/test/gen_hann.cpp +++ b/test/gen_hann.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/gen_linear.cpp b/test/gen_linear.cpp index 25f417382..9d6731421 100755 --- a/test/gen_linear.cpp +++ b/test/gen_linear.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/gen_noise.cpp b/test/gen_noise.cpp index f48c4560c..ef080170b 100755 --- a/test/gen_noise.cpp +++ b/test/gen_noise.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/gen_sin_cos.cpp b/test/gen_sin_cos.cpp index 408bbe8db..d8d2d9ea9 100755 --- a/test/gen_sin_cos.cpp +++ b/test/gen_sin_cos.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/moving_average.cpp b/test/moving_average.cpp index a8f8f10e7..f67ed37d9 100755 --- a/test/moving_average.cpp +++ b/test/moving_average.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/moving_average2.cpp b/test/moving_average2.cpp index fbf3fbd82..723b89b93 100755 --- a/test/moving_average2.cpp +++ b/test/moving_average2.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/moving_maximum.cpp b/test/moving_maximum.cpp index 951657b9b..ca877eca3 100755 --- a/test/moving_maximum.cpp +++ b/test/moving_maximum.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/moving_maximum2.cpp b/test/moving_maximum2.cpp index 7fd7096b6..5d7832f56 100755 --- a/test/moving_maximum2.cpp +++ b/test/moving_maximum2.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/moving_sum.cpp b/test/moving_sum.cpp index 7ca28a131..15490a047 100755 --- a/test/moving_sum.cpp +++ b/test/moving_sum.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/osc_basic_pulse.cpp b/test/osc_basic_pulse.cpp index 054baeefe..b30e0d126 100755 --- a/test/osc_basic_pulse.cpp +++ b/test/osc_basic_pulse.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/osc_basic_saw.cpp b/test/osc_basic_saw.cpp index d6210257d..09d101b42 100755 --- a/test/osc_basic_saw.cpp +++ b/test/osc_basic_saw.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/osc_basic_square.cpp b/test/osc_basic_square.cpp index 4d08d07ac..844a4a8c7 100755 --- a/test/osc_basic_square.cpp +++ b/test/osc_basic_square.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/osc_basic_triangle.cpp b/test/osc_basic_triangle.cpp index 24d4aea8a..bdc9137f9 100755 --- a/test/osc_basic_triangle.cpp +++ b/test/osc_basic_triangle.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/osc_pulse.cpp b/test/osc_pulse.cpp index b20261dcb..aa9850f55 100755 --- a/test/osc_pulse.cpp +++ b/test/osc_pulse.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/osc_saw.cpp b/test/osc_saw.cpp index 42391516e..5acf341d2 100755 --- a/test/osc_saw.cpp +++ b/test/osc_saw.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/osc_sin.cpp b/test/osc_sin.cpp index 74ae756cc..bcf2515b3 100755 --- a/test/osc_sin.cpp +++ b/test/osc_sin.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/osc_square.cpp b/test/osc_square.cpp index 9f90cf9e4..a19c54a1c 100755 --- a/test/osc_square.cpp +++ b/test/osc_square.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/osc_triangle.cpp b/test/osc_triangle.cpp index 19b1f225c..4df4dc450 100755 --- a/test/osc_triangle.cpp +++ b/test/osc_triangle.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/peak_detector.cpp b/test/peak_detector.cpp index a8c46f4ee..5db97bdc0 100755 --- a/test/peak_detector.cpp +++ b/test/peak_detector.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/period_detector.cpp b/test/period_detector.cpp index 0671933ea..42662ea0f 100755 --- a/test/period_detector.cpp +++ b/test/period_detector.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/pitch.cpp b/test/pitch.cpp index 8c7ed2931..e601a14a9 100755 --- a/test/pitch.cpp +++ b/test/pitch.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/pitch.hpp b/test/pitch.hpp index ccd352066..89403def7 100755 --- a/test/pitch.hpp +++ b/test/pitch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/pitch_detector.cpp b/test/pitch_detector.cpp index 99f3d2ede..a8c6a4f6b 100755 --- a/test/pitch_detector.cpp +++ b/test/pitch_detector.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/pitch_detector_ex.cpp b/test/pitch_detector_ex.cpp index b6723b125..2ce96bcbf 100755 --- a/test/pitch_detector_ex.cpp +++ b/test/pitch_detector_ex.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/rms_envelope_follower.cpp b/test/rms_envelope_follower.cpp index 35b6cf60b..d2b08151a 100755 --- a/test/rms_envelope_follower.cpp +++ b/test/rms_envelope_follower.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/signal_conditioner.cpp b/test/signal_conditioner.cpp index b46d27bea..1e7f32238 100755 --- a/test/signal_conditioner.cpp +++ b/test/signal_conditioner.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/signal_slope.cpp b/test/signal_slope.cpp index 3eb9546b3..7a0f6e2f0 100755 --- a/test/signal_slope.cpp +++ b/test/signal_slope.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/sin.cpp b/test/sin.cpp index 3019f0a68..b83b3a849 100755 --- a/test/sin.cpp +++ b/test/sin.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/slope.cpp b/test/slope.cpp index 7e05dc43e..590da5136 100755 --- a/test/slope.cpp +++ b/test/slope.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/test.hpp b/test/test.hpp index 2f3a35766..d9e16ce77 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/ diff --git a/test/zero_crossing.cpp b/test/zero_crossing.cpp index 4665c2177..900021c45 100755 --- a/test/zero_crossing.cpp +++ b/test/zero_crossing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2014-2023 Joel de Guzman. All rights reserved. + Copyright (c) 2014-2024 Joel de Guzman. All rights reserved. Distributed under the MIT License [ https://opensource.org/licenses/MIT ] =============================================================================*/