From a14b4cf61e70100c467707fd29b64ca304160b53 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 26 Feb 2023 17:57:57 +0100 Subject: [PATCH] Fix years in copyright headers --- plugins/diopser/src/editor.rs | 2 +- plugins/diopser/src/editor/analyzer.rs | 2 +- plugins/diopser/src/editor/button.rs | 2 +- plugins/diopser/src/editor/slider.rs | 2 +- plugins/diopser/src/editor/xy_pad.rs | 2 +- plugins/diopser/src/filter.rs | 2 +- plugins/diopser/src/lib.rs | 2 +- plugins/diopser/src/spectrum.rs | 2 +- plugins/spectral_compressor/src/compressor_bank.rs | 2 +- plugins/spectral_compressor/src/dry_wet_mixer.rs | 2 +- plugins/spectral_compressor/src/editor.rs | 2 +- plugins/spectral_compressor/src/lib.rs | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/plugins/diopser/src/editor.rs b/plugins/diopser/src/editor.rs index 07699287..3edf844b 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 7447600c..8e36cc87 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 e8d0e238..1343cd2f 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 7adc17e9..6dc22b99 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 1155a5bc..a07ee86e 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 ce51340c..c005fd83 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 dbdc1047..45452710 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 c51767fd..361511ac 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 aeb9d29c..e102566e 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 4d3e0c14..3944ce6b 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 b03526c9..61e2cf4b 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-2023 Robbert van der Helm +// Copyright (C) 2021-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 11b5a963..8f6c4282 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-2023 Robbert van der Helm +// Copyright (C) 2021-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