diff --git a/README.md b/README.md index af9d190..f0d5bf7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An audio time-stretching and pitch-shifting library and utility program. Written by Chris Cannam, chris.cannam@breakfastquay.com. Published by Particular Programs Ltd t/a Breakfast Quay. -Copyright 2007-2023 Particular Programs Ltd. +Copyright 2007-2024 Particular Programs Ltd. Rubber Band is a library and utility program that permits changing the tempo and pitch of an audio recording independently of one another. diff --git a/ladspa-lv2/RubberBandPitchShifter.cpp b/ladspa-lv2/RubberBandPitchShifter.cpp index 089f3a3..a2b6cca 100644 --- a/ladspa-lv2/RubberBandPitchShifter.cpp +++ b/ladspa-lv2/RubberBandPitchShifter.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/ladspa-lv2/RubberBandPitchShifter.h b/ladspa-lv2/RubberBandPitchShifter.h index ab17fac..ca0577a 100644 --- a/ladspa-lv2/RubberBandPitchShifter.h +++ b/ladspa-lv2/RubberBandPitchShifter.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/ladspa-lv2/RubberBandR3PitchShifter.cpp b/ladspa-lv2/RubberBandR3PitchShifter.cpp index f8ed46d..91c804f 100644 --- a/ladspa-lv2/RubberBandR3PitchShifter.cpp +++ b/ladspa-lv2/RubberBandR3PitchShifter.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/ladspa-lv2/RubberBandR3PitchShifter.h b/ladspa-lv2/RubberBandR3PitchShifter.h index e772baa..71efc07 100644 --- a/ladspa-lv2/RubberBandR3PitchShifter.h +++ b/ladspa-lv2/RubberBandR3PitchShifter.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/ladspa-lv2/libmain-ladspa.cpp b/ladspa-lv2/libmain-ladspa.cpp index ab9d42a..977275a 100644 --- a/ladspa-lv2/libmain-ladspa.cpp +++ b/ladspa-lv2/libmain-ladspa.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/ladspa-lv2/libmain-lv2.cpp b/ladspa-lv2/libmain-lv2.cpp index b27f124..4fa26c1 100644 --- a/ladspa-lv2/libmain-lv2.cpp +++ b/ladspa-lv2/libmain-lv2.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/main/main.cpp b/main/main.cpp index 0df99b5..b566cb9 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -241,7 +241,7 @@ int main(int argc, char **argv) cerr << endl; cerr << "Rubber Band" << endl; cerr << "An audio time-stretching and pitch-shifting library and utility program." << endl; - cerr << "Copyright 2007-2023 Particular Programs Ltd." << endl; + cerr << "Copyright 2007-2024 Particular Programs Ltd." << endl; cerr << endl; cerr << " Usage: " << myName << " [options] " << endl; cerr << endl; diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index b456c1b..85d6a78 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2022 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/rubberband/rubberband-c.h b/rubberband/rubberband-c.h index 3e700a6..0167f3d 100644 --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -4,7 +4,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2022 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/single/RubberBandSingle.cpp b/single/RubberBandSingle.cpp index 7e1f2f8..45a8b3e 100644 --- a/single/RubberBandSingle.cpp +++ b/single/RubberBandSingle.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/RubberBandStretcher.cpp b/src/RubberBandStretcher.cpp index 930fd41..4900541 100644 --- a/src/RubberBandStretcher.cpp +++ b/src/RubberBandStretcher.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Allocators.cpp b/src/common/Allocators.cpp index 4a75fb7..265d382 100644 --- a/src/common/Allocators.cpp +++ b/src/common/Allocators.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Allocators.h b/src/common/Allocators.h index 7448e50..4c529f6 100644 --- a/src/common/Allocators.h +++ b/src/common/Allocators.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/BQResampler.cpp b/src/common/BQResampler.cpp index c84cf48..153f9cc 100644 --- a/src/common/BQResampler.cpp +++ b/src/common/BQResampler.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/BQResampler.h b/src/common/BQResampler.h index 6968bbb..21a6c18 100644 --- a/src/common/BQResampler.h +++ b/src/common/BQResampler.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/FFT.cpp b/src/common/FFT.cpp index cc5bdba..c1fd65f 100644 --- a/src/common/FFT.cpp +++ b/src/common/FFT.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/FFT.h b/src/common/FFT.h index 6fa2313..2d5e85a 100644 --- a/src/common/FFT.h +++ b/src/common/FFT.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/FixedVector.h b/src/common/FixedVector.h index 8dc6cad..cb803db 100644 --- a/src/common/FixedVector.h +++ b/src/common/FixedVector.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/HistogramFilter.h b/src/common/HistogramFilter.h index b093f60..b40af33 100644 --- a/src/common/HistogramFilter.h +++ b/src/common/HistogramFilter.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Log.cpp b/src/common/Log.cpp index cb7185f..dc00d54 100644 --- a/src/common/Log.cpp +++ b/src/common/Log.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Log.h b/src/common/Log.h index 2f927ec..7882a69 100644 --- a/src/common/Log.h +++ b/src/common/Log.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/MovingMedian.h b/src/common/MovingMedian.h index bccd400..e1b9c85 100644 --- a/src/common/MovingMedian.h +++ b/src/common/MovingMedian.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Profiler.cpp b/src/common/Profiler.cpp index 6f856b4..ff70b35 100644 --- a/src/common/Profiler.cpp +++ b/src/common/Profiler.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Profiler.h b/src/common/Profiler.h index a2fa851..b4a5efc 100644 --- a/src/common/Profiler.h +++ b/src/common/Profiler.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Resampler.cpp b/src/common/Resampler.cpp index 4149c6a..6b397f8 100644 --- a/src/common/Resampler.cpp +++ b/src/common/Resampler.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Resampler.h b/src/common/Resampler.h index 5cc90d4..2fe03e9 100644 --- a/src/common/Resampler.h +++ b/src/common/Resampler.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/RingBuffer.h b/src/common/RingBuffer.h index 580422c..15bfb67 100644 --- a/src/common/RingBuffer.h +++ b/src/common/RingBuffer.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/SampleFilter.h b/src/common/SampleFilter.h index 7e256b8..3b771b5 100644 --- a/src/common/SampleFilter.h +++ b/src/common/SampleFilter.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Scavenger.h b/src/common/Scavenger.h index 01cbe56..b7c696f 100644 --- a/src/common/Scavenger.h +++ b/src/common/Scavenger.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/SingleThreadRingBuffer.h b/src/common/SingleThreadRingBuffer.h index 5c20629..6cc2293 100644 --- a/src/common/SingleThreadRingBuffer.h +++ b/src/common/SingleThreadRingBuffer.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/StretchCalculator.cpp b/src/common/StretchCalculator.cpp index 0f71065..d9a3d4e 100644 --- a/src/common/StretchCalculator.cpp +++ b/src/common/StretchCalculator.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/StretchCalculator.h b/src/common/StretchCalculator.h index cb5c79a..c2f8210 100644 --- a/src/common/StretchCalculator.h +++ b/src/common/StretchCalculator.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Thread.cpp b/src/common/Thread.cpp index be02432..744b790 100644 --- a/src/common/Thread.cpp +++ b/src/common/Thread.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Thread.h b/src/common/Thread.h index 0425c7d..ca41367 100644 --- a/src/common/Thread.h +++ b/src/common/Thread.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/VectorOps.h b/src/common/VectorOps.h index f6586a4..80033e5 100644 --- a/src/common/VectorOps.h +++ b/src/common/VectorOps.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/VectorOpsComplex.cpp b/src/common/VectorOpsComplex.cpp index f34f169..bba7cef 100644 --- a/src/common/VectorOpsComplex.cpp +++ b/src/common/VectorOpsComplex.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/VectorOpsComplex.h b/src/common/VectorOpsComplex.h index e696478..3be1baa 100644 --- a/src/common/VectorOpsComplex.h +++ b/src/common/VectorOpsComplex.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/Window.h b/src/common/Window.h index 424121b..09f46c0 100644 --- a/src/common/Window.h +++ b/src/common/Window.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/mathmisc.cpp b/src/common/mathmisc.cpp index 43b36b7..589d961 100644 --- a/src/common/mathmisc.cpp +++ b/src/common/mathmisc.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/mathmisc.h b/src/common/mathmisc.h index e7801ef..d8bcc14 100644 --- a/src/common/mathmisc.h +++ b/src/common/mathmisc.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/sysutils.cpp b/src/common/sysutils.cpp index 4321ea1..dad76ba 100644 --- a/src/common/sysutils.cpp +++ b/src/common/sysutils.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/common/sysutils.h b/src/common/sysutils.h index 37edb98..d146868 100644 --- a/src/common/sysutils.h +++ b/src/common/sysutils.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/AudioCurveCalculator.cpp b/src/faster/AudioCurveCalculator.cpp index 66fb510..79706bf 100644 --- a/src/faster/AudioCurveCalculator.cpp +++ b/src/faster/AudioCurveCalculator.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/AudioCurveCalculator.h b/src/faster/AudioCurveCalculator.h index 0fcd1f3..f98ea12 100644 --- a/src/faster/AudioCurveCalculator.h +++ b/src/faster/AudioCurveCalculator.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/CompoundAudioCurve.cpp b/src/faster/CompoundAudioCurve.cpp index b18cbe6..233df51 100644 --- a/src/faster/CompoundAudioCurve.cpp +++ b/src/faster/CompoundAudioCurve.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/CompoundAudioCurve.h b/src/faster/CompoundAudioCurve.h index 3ad559e..c2f8cb6 100644 --- a/src/faster/CompoundAudioCurve.h +++ b/src/faster/CompoundAudioCurve.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/HighFrequencyAudioCurve.cpp b/src/faster/HighFrequencyAudioCurve.cpp index f893506..a9a4512 100644 --- a/src/faster/HighFrequencyAudioCurve.cpp +++ b/src/faster/HighFrequencyAudioCurve.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/HighFrequencyAudioCurve.h b/src/faster/HighFrequencyAudioCurve.h index 6abb6ae..89e6dab 100644 --- a/src/faster/HighFrequencyAudioCurve.h +++ b/src/faster/HighFrequencyAudioCurve.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/PercussiveAudioCurve.cpp b/src/faster/PercussiveAudioCurve.cpp index 2dfb1ef..ce4bedf 100644 --- a/src/faster/PercussiveAudioCurve.cpp +++ b/src/faster/PercussiveAudioCurve.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/PercussiveAudioCurve.h b/src/faster/PercussiveAudioCurve.h index cfe4147..1f15295 100644 --- a/src/faster/PercussiveAudioCurve.h +++ b/src/faster/PercussiveAudioCurve.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/R2Stretcher.cpp b/src/faster/R2Stretcher.cpp index 13b0956..4159c24 100644 --- a/src/faster/R2Stretcher.cpp +++ b/src/faster/R2Stretcher.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/R2Stretcher.h b/src/faster/R2Stretcher.h index ea3ddab..d79c7d2 100644 --- a/src/faster/R2Stretcher.h +++ b/src/faster/R2Stretcher.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/SilentAudioCurve.cpp b/src/faster/SilentAudioCurve.cpp index c69384e..0406bdc 100644 --- a/src/faster/SilentAudioCurve.cpp +++ b/src/faster/SilentAudioCurve.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/SilentAudioCurve.h b/src/faster/SilentAudioCurve.h index c171cbe..6f76bdf 100644 --- a/src/faster/SilentAudioCurve.h +++ b/src/faster/SilentAudioCurve.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/SincWindow.h b/src/faster/SincWindow.h index 813b58f..7281b5f 100644 --- a/src/faster/SincWindow.h +++ b/src/faster/SincWindow.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/StretcherChannelData.cpp b/src/faster/StretcherChannelData.cpp index 8cbe423..8d76f41 100644 --- a/src/faster/StretcherChannelData.cpp +++ b/src/faster/StretcherChannelData.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/StretcherChannelData.h b/src/faster/StretcherChannelData.h index a421c3b..fed0174 100644 --- a/src/faster/StretcherChannelData.h +++ b/src/faster/StretcherChannelData.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/faster/StretcherProcess.cpp b/src/faster/StretcherProcess.cpp index 1974e30..36fe27b 100644 --- a/src/faster/StretcherProcess.cpp +++ b/src/faster/StretcherProcess.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/finer/BinClassifier.h b/src/finer/BinClassifier.h index d489946..64fd65c 100644 --- a/src/finer/BinClassifier.h +++ b/src/finer/BinClassifier.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/finer/BinSegmenter.h b/src/finer/BinSegmenter.h index 46fc6b9..abdf0ab 100644 --- a/src/finer/BinSegmenter.h +++ b/src/finer/BinSegmenter.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/finer/Guide.h b/src/finer/Guide.h index bfc5788..cf4f686 100644 --- a/src/finer/Guide.h +++ b/src/finer/Guide.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/finer/Peak.h b/src/finer/Peak.h index 0c92a87..ae7038f 100644 --- a/src/finer/Peak.h +++ b/src/finer/Peak.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/finer/PhaseAdvance.h b/src/finer/PhaseAdvance.h index 1c1384f..f0958d1 100644 --- a/src/finer/PhaseAdvance.h +++ b/src/finer/PhaseAdvance.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/finer/R3Stretcher.cpp b/src/finer/R3Stretcher.cpp index 81524b9..cac3bba 100644 --- a/src/finer/R3Stretcher.cpp +++ b/src/finer/R3Stretcher.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/finer/R3Stretcher.h b/src/finer/R3Stretcher.h index 5f9e560..91fdb74 100644 --- a/src/finer/R3Stretcher.h +++ b/src/finer/R3Stretcher.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/jni/RubberBandStretcherJNI.cpp b/src/jni/RubberBandStretcherJNI.cpp index 9cac5fb..fa5ce30 100644 --- a/src/jni/RubberBandStretcherJNI.cpp +++ b/src/jni/RubberBandStretcherJNI.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/rubberband-c.cpp b/src/rubberband-c.cpp index c00ad6c..7c450b0 100644 --- a/src/rubberband-c.cpp +++ b/src/rubberband-c.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/TestAllocators.cpp b/src/test/TestAllocators.cpp index 085183d..1d4ed63 100644 --- a/src/test/TestAllocators.cpp +++ b/src/test/TestAllocators.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/TestBinClassifier.cpp b/src/test/TestBinClassifier.cpp index 00fdfe8..49e2d53 100644 --- a/src/test/TestBinClassifier.cpp +++ b/src/test/TestBinClassifier.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/TestFFT.cpp b/src/test/TestFFT.cpp index 00c90da..7a7fe39 100644 --- a/src/test/TestFFT.cpp +++ b/src/test/TestFFT.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/TestResampler.cpp b/src/test/TestResampler.cpp index 116b7ea..99d11a3 100644 --- a/src/test/TestResampler.cpp +++ b/src/test/TestResampler.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/TestSignalBits.cpp b/src/test/TestSignalBits.cpp index ca28305..e246844 100644 --- a/src/test/TestSignalBits.cpp +++ b/src/test/TestSignalBits.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/TestStretchCalculator.cpp b/src/test/TestStretchCalculator.cpp index 9e431ea..41d157c 100644 --- a/src/test/TestStretchCalculator.cpp +++ b/src/test/TestStretchCalculator.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/TestStretcher.cpp b/src/test/TestStretcher.cpp index 6b2810e..fc72d99 100644 --- a/src/test/TestStretcher.cpp +++ b/src/test/TestStretcher.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/TestVectorOps.cpp b/src/test/TestVectorOps.cpp index 0c2c7cb..0de37bb 100644 --- a/src/test/TestVectorOps.cpp +++ b/src/test/TestVectorOps.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/TestVectorOpsComplex.cpp b/src/test/TestVectorOpsComplex.cpp index 8493ce2..013002c 100644 --- a/src/test/TestVectorOpsComplex.cpp +++ b/src/test/TestVectorOpsComplex.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/test.cpp b/src/test/test.cpp index 1f8e1cb..65c8747 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/vamp/RubberBandVampPlugin.cpp b/vamp/RubberBandVampPlugin.cpp index f0e5312..b039c08 100644 --- a/vamp/RubberBandVampPlugin.cpp +++ b/vamp/RubberBandVampPlugin.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/vamp/RubberBandVampPlugin.h b/vamp/RubberBandVampPlugin.h index 28b02a6..b600d21 100644 --- a/vamp/RubberBandVampPlugin.h +++ b/vamp/RubberBandVampPlugin.h @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/vamp/libmain.cpp b/vamp/libmain.cpp index d9ae6a1..71c9b07 100644 --- a/vamp/libmain.cpp +++ b/vamp/libmain.cpp @@ -3,7 +3,7 @@ /* Rubber Band Library An audio time-stretching and pitch-shifting library. - Copyright 2007-2023 Particular Programs Ltd. + Copyright 2007-2024 Particular Programs Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as