diff --git a/LICENSE b/LICENSE index dd3858a0..add01c69 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2022 Robbert van der Helm +Copyright (c) 2022-2023 Robbert van der Helm Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/plugins/buffr_glitch/src/buffer.rs b/plugins/buffr_glitch/src/buffer.rs index f918cad6..0543d83b 100644 --- a/plugins/buffr_glitch/src/buffer.rs +++ b/plugins/buffr_glitch/src/buffer.rs @@ -1,5 +1,5 @@ // Buffr Glitch: a MIDI-controlled buffer repeater -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/buffr_glitch/src/lib.rs b/plugins/buffr_glitch/src/lib.rs index d9da6aee..49b69c99 100644 --- a/plugins/buffr_glitch/src/lib.rs +++ b/plugins/buffr_glitch/src/lib.rs @@ -1,5 +1,5 @@ // Buffr Glitch: a MIDI-controlled buffer repeater -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crisp/src/editor.rs b/plugins/crisp/src/editor.rs index 054fd0dc..430107c9 100644 --- a/plugins/crisp/src/editor.rs +++ b/plugins/crisp/src/editor.rs @@ -1,5 +1,5 @@ // Crisp: a distortion plugin but not quite -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crisp/src/filter.rs b/plugins/crisp/src/filter.rs index 6dc1359c..5e65013a 100644 --- a/plugins/crisp/src/filter.rs +++ b/plugins/crisp/src/filter.rs @@ -1,5 +1,5 @@ // Crisp: a distortion plugin but not quite -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crisp/src/lib.rs b/plugins/crisp/src/lib.rs index 5cc5de1d..d3f4ab3a 100644 --- a/plugins/crisp/src/lib.rs +++ b/plugins/crisp/src/lib.rs @@ -1,5 +1,5 @@ // Crisp: a distortion plugin but not quite -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crisp/src/pcg.rs b/plugins/crisp/src/pcg.rs index 1d5e1e70..2b49c109 100644 --- a/plugins/crisp/src/pcg.rs +++ b/plugins/crisp/src/pcg.rs @@ -1,5 +1,5 @@ // Crisp: a distortion plugin but not quite -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crossover/src/crossover.rs b/plugins/crossover/src/crossover.rs index f627a8a2..65f90455 100644 --- a/plugins/crossover/src/crossover.rs +++ b/plugins/crossover/src/crossover.rs @@ -1,5 +1,5 @@ // Crossover: clean crossovers as a multi-out plugin -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crossover/src/crossover/fir.rs b/plugins/crossover/src/crossover/fir.rs index a7c492bd..d889161a 100644 --- a/plugins/crossover/src/crossover/fir.rs +++ b/plugins/crossover/src/crossover/fir.rs @@ -1,5 +1,5 @@ // Crossover: clean crossovers as a multi-out plugin -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crossover/src/crossover/fir/filter.rs b/plugins/crossover/src/crossover/fir/filter.rs index 2ca26f06..59156bfa 100644 --- a/plugins/crossover/src/crossover/fir/filter.rs +++ b/plugins/crossover/src/crossover/fir/filter.rs @@ -1,5 +1,5 @@ // Crossover: clean crossovers as a multi-out plugin -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crossover/src/crossover/iir.rs b/plugins/crossover/src/crossover/iir.rs index 22841f5e..a95553b8 100644 --- a/plugins/crossover/src/crossover/iir.rs +++ b/plugins/crossover/src/crossover/iir.rs @@ -1,5 +1,5 @@ // Crossover: clean crossovers as a multi-out plugin -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crossover/src/crossover/iir/biquad.rs b/plugins/crossover/src/crossover/iir/biquad.rs index d238acd9..69d2aa2e 100644 --- a/plugins/crossover/src/crossover/iir/biquad.rs +++ b/plugins/crossover/src/crossover/iir/biquad.rs @@ -1,5 +1,5 @@ // Crossover: clean crossovers as a multi-out plugin -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/crossover/src/lib.rs b/plugins/crossover/src/lib.rs index 0aea7082..b4a6b2a8 100644 --- a/plugins/crossover/src/lib.rs +++ b/plugins/crossover/src/lib.rs @@ -1,5 +1,5 @@ // Crossover: clean crossovers as a multi-out plugin -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/diopser/src/editor.rs b/plugins/diopser/src/editor.rs index a4e8e422..5b63b66c 100644 --- a/plugins/diopser/src/editor.rs +++ b/plugins/diopser/src/editor.rs @@ -1,5 +1,5 @@ // Diopser: a phase rotation plugin -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/diopser/src/editor/analyzer.rs b/plugins/diopser/src/editor/analyzer.rs index a3170f21..4944d8dc 100644 --- a/plugins/diopser/src/editor/analyzer.rs +++ b/plugins/diopser/src/editor/analyzer.rs @@ -1,5 +1,5 @@ // Diopser: a phase rotation plugin -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/diopser/src/editor/button.rs b/plugins/diopser/src/editor/button.rs index 76c199f7..e8d0e238 100644 --- a/plugins/diopser/src/editor/button.rs +++ b/plugins/diopser/src/editor/button.rs @@ -1,5 +1,5 @@ // Diopser: a phase rotation plugin -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/diopser/src/editor/slider.rs b/plugins/diopser/src/editor/slider.rs index 72d0382b..7adc17e9 100644 --- a/plugins/diopser/src/editor/slider.rs +++ b/plugins/diopser/src/editor/slider.rs @@ -1,5 +1,5 @@ // Diopser: a phase rotation plugin -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/diopser/src/editor/xy_pad.rs b/plugins/diopser/src/editor/xy_pad.rs index 082c52b5..0c3605fa 100644 --- a/plugins/diopser/src/editor/xy_pad.rs +++ b/plugins/diopser/src/editor/xy_pad.rs @@ -1,5 +1,5 @@ // Diopser: a phase rotation plugin -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/diopser/src/filter.rs b/plugins/diopser/src/filter.rs index ff5ab85e..ce51340c 100644 --- a/plugins/diopser/src/filter.rs +++ b/plugins/diopser/src/filter.rs @@ -1,5 +1,5 @@ // Diopser: a phase rotation plugin -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/diopser/src/lib.rs b/plugins/diopser/src/lib.rs index a47a0113..c792c2a6 100644 --- a/plugins/diopser/src/lib.rs +++ b/plugins/diopser/src/lib.rs @@ -1,5 +1,5 @@ // Diopser: a phase rotation plugin -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/diopser/src/spectrum.rs b/plugins/diopser/src/spectrum.rs index 8045fb17..c51767fd 100644 --- a/plugins/diopser/src/spectrum.rs +++ b/plugins/diopser/src/spectrum.rs @@ -1,5 +1,5 @@ // Diopser: a phase rotation plugin -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/loudness_war_winner/src/filter.rs b/plugins/loudness_war_winner/src/filter.rs index 1a10d9b0..1a7029f6 100644 --- a/plugins/loudness_war_winner/src/filter.rs +++ b/plugins/loudness_war_winner/src/filter.rs @@ -1,5 +1,5 @@ // Loudness War Winner: Because negative LUFS are boring -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/loudness_war_winner/src/lib.rs b/plugins/loudness_war_winner/src/lib.rs index 42d168bf..d9fc38cd 100644 --- a/plugins/loudness_war_winner/src/lib.rs +++ b/plugins/loudness_war_winner/src/lib.rs @@ -1,5 +1,5 @@ // Loudness War Winner: Because negative LUFS are boring -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/puberty_simulator/src/lib.rs b/plugins/puberty_simulator/src/lib.rs index 35c3603e..21bb44e7 100644 --- a/plugins/puberty_simulator/src/lib.rs +++ b/plugins/puberty_simulator/src/lib.rs @@ -1,5 +1,5 @@ // Puberty Simulator: the next generation in voice change simulation technology -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/safety_limiter/src/lib.rs b/plugins/safety_limiter/src/lib.rs index dd1d03a5..67f70c63 100644 --- a/plugins/safety_limiter/src/lib.rs +++ b/plugins/safety_limiter/src/lib.rs @@ -1,5 +1,5 @@ // Safety limiter: ear protection for the 21st century -// Copyright (C) 2022 Robbert van der Helm +// Copyright (C) 2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/spectral_compressor/src/compressor_bank.rs b/plugins/spectral_compressor/src/compressor_bank.rs index 7f289db4..7a66536f 100644 --- a/plugins/spectral_compressor/src/compressor_bank.rs +++ b/plugins/spectral_compressor/src/compressor_bank.rs @@ -1,5 +1,5 @@ // Spectral Compressor: an FFT based compressor -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/spectral_compressor/src/dry_wet_mixer.rs b/plugins/spectral_compressor/src/dry_wet_mixer.rs index fab2f5a1..4a068992 100644 --- a/plugins/spectral_compressor/src/dry_wet_mixer.rs +++ b/plugins/spectral_compressor/src/dry_wet_mixer.rs @@ -1,5 +1,5 @@ // Spectral Compressor: an FFT based compressor -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/spectral_compressor/src/editor.rs b/plugins/spectral_compressor/src/editor.rs index 44305a0f..940c9bd1 100644 --- a/plugins/spectral_compressor/src/editor.rs +++ b/plugins/spectral_compressor/src/editor.rs @@ -1,5 +1,5 @@ // Spectral Compressor: an FFT based compressor -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/plugins/spectral_compressor/src/lib.rs b/plugins/spectral_compressor/src/lib.rs index 8bb6abaa..816115c9 100644 --- a/plugins/spectral_compressor/src/lib.rs +++ b/plugins/spectral_compressor/src/lib.rs @@ -1,5 +1,5 @@ // Spectral Compressor: an FFT based compressor -// Copyright (C) 2021-2022 Robbert van der Helm +// Copyright (C) 2021-2022-2023 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by