From d85eb2e8008f87292515e6de0793a95c1917b837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melvyn=20La=C3=AFly?= Date: Wed, 20 Jan 2021 21:57:45 +0100 Subject: [PATCH] Update copyright --- .../CLI/CLIBatchProcessor.cs | 2 +- MovieBarCodeGenerator/CLI/CLIUtils.cs | 20 ++++++++++++++++++- .../Core/BarCodeParameters.cs | 2 +- .../Core/BarCodeParametersValidator.cs | 2 +- MovieBarCodeGenerator/Core/BitmapStream.cs | 20 ++++++++++++++++++- MovieBarCodeGenerator/Core/FfmpegWrapper.cs | 2 +- MovieBarCodeGenerator/Core/GdiBarGenerator.cs | 20 ++++++++++++++++++- .../Core/ImageStreamProcessor.cs | 2 +- .../Core/MagicScalerBarGenerator.cs | 20 ++++++++++++++++++- 9 files changed, 81 insertions(+), 9 deletions(-) diff --git a/MovieBarCodeGenerator/CLI/CLIBatchProcessor.cs b/MovieBarCodeGenerator/CLI/CLIBatchProcessor.cs index 2179da4..291c601 100644 --- a/MovieBarCodeGenerator/CLI/CLIBatchProcessor.cs +++ b/MovieBarCodeGenerator/CLI/CLIBatchProcessor.cs @@ -1,4 +1,4 @@ -//Copyright 2011-2018 Melvyn Laily +//Copyright 2011-2021 Melvyn Laily //https://zerowidthjoiner.net //This file is part of MovieBarCodeGenerator. diff --git a/MovieBarCodeGenerator/CLI/CLIUtils.cs b/MovieBarCodeGenerator/CLI/CLIUtils.cs index ad51c7c..1d80e77 100644 --- a/MovieBarCodeGenerator/CLI/CLIUtils.cs +++ b/MovieBarCodeGenerator/CLI/CLIUtils.cs @@ -1,4 +1,22 @@ -using System; +//Copyright 2011-2021 Melvyn Laily +//https://zerowidthjoiner.net + +//This file is part of MovieBarCodeGenerator. + +//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 +//the Free Software Foundation, either version 3 of the License, or +//(at your option) any later version. + +//This program is distributed in the hope that it will be useful, +//but WITHOUT ANY WARRANTY; without even the implied warranty of +//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//GNU General Public License for more details. + +//You should have received a copy of the GNU General Public License +//along with this program. If not, see . + +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/MovieBarCodeGenerator/Core/BarCodeParameters.cs b/MovieBarCodeGenerator/Core/BarCodeParameters.cs index b6dcf09..dc7a993 100644 --- a/MovieBarCodeGenerator/Core/BarCodeParameters.cs +++ b/MovieBarCodeGenerator/Core/BarCodeParameters.cs @@ -1,4 +1,4 @@ -//Copyright 2011-2018 Melvyn Laily +//Copyright 2011-2021 Melvyn Laily //https://zerowidthjoiner.net //This file is part of MovieBarCodeGenerator. diff --git a/MovieBarCodeGenerator/Core/BarCodeParametersValidator.cs b/MovieBarCodeGenerator/Core/BarCodeParametersValidator.cs index cb40235..b50d094 100644 --- a/MovieBarCodeGenerator/Core/BarCodeParametersValidator.cs +++ b/MovieBarCodeGenerator/Core/BarCodeParametersValidator.cs @@ -1,4 +1,4 @@ -//Copyright 2011-2018 Melvyn Laily +//Copyright 2011-2021 Melvyn Laily //https://zerowidthjoiner.net //This file is part of MovieBarCodeGenerator. diff --git a/MovieBarCodeGenerator/Core/BitmapStream.cs b/MovieBarCodeGenerator/Core/BitmapStream.cs index 94b7b07..a278748 100644 --- a/MovieBarCodeGenerator/Core/BitmapStream.cs +++ b/MovieBarCodeGenerator/Core/BitmapStream.cs @@ -1,4 +1,22 @@ -using System; +//Copyright 2011-2021 Melvyn Laily +//https://zerowidthjoiner.net + +//This file is part of MovieBarCodeGenerator. + +//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 +//the Free Software Foundation, either version 3 of the License, or +//(at your option) any later version. + +//This program is distributed in the hope that it will be useful, +//but WITHOUT ANY WARRANTY; without even the implied warranty of +//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//GNU General Public License for more details. + +//You should have received a copy of the GNU General Public License +//along with this program. If not, see . + +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/MovieBarCodeGenerator/Core/FfmpegWrapper.cs b/MovieBarCodeGenerator/Core/FfmpegWrapper.cs index 873189c..1ac3590 100644 --- a/MovieBarCodeGenerator/Core/FfmpegWrapper.cs +++ b/MovieBarCodeGenerator/Core/FfmpegWrapper.cs @@ -1,4 +1,4 @@ -//Copyright 2011-2018 Melvyn Laily +//Copyright 2011-2021 Melvyn Laily //https://zerowidthjoiner.net //This file is part of MovieBarCodeGenerator. diff --git a/MovieBarCodeGenerator/Core/GdiBarGenerator.cs b/MovieBarCodeGenerator/Core/GdiBarGenerator.cs index d7927ca..5f4f331 100644 --- a/MovieBarCodeGenerator/Core/GdiBarGenerator.cs +++ b/MovieBarCodeGenerator/Core/GdiBarGenerator.cs @@ -1,4 +1,22 @@ -using System; +//Copyright 2011-2021 Melvyn Laily +//https://zerowidthjoiner.net + +//This file is part of MovieBarCodeGenerator. + +//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 +//the Free Software Foundation, either version 3 of the License, or +//(at your option) any later version. + +//This program is distributed in the hope that it will be useful, +//but WITHOUT ANY WARRANTY; without even the implied warranty of +//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//GNU General Public License for more details. + +//You should have received a copy of the GNU General Public License +//along with this program. If not, see . + +using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/MovieBarCodeGenerator/Core/ImageStreamProcessor.cs b/MovieBarCodeGenerator/Core/ImageStreamProcessor.cs index 6c7704e..377d71b 100644 --- a/MovieBarCodeGenerator/Core/ImageStreamProcessor.cs +++ b/MovieBarCodeGenerator/Core/ImageStreamProcessor.cs @@ -1,4 +1,4 @@ -//Copyright 2011-2018 Melvyn Laily +//Copyright 2011-2021 Melvyn Laily //https://zerowidthjoiner.net //This file is part of MovieBarCodeGenerator. diff --git a/MovieBarCodeGenerator/Core/MagicScalerBarGenerator.cs b/MovieBarCodeGenerator/Core/MagicScalerBarGenerator.cs index fd17c5e..d2d77b4 100644 --- a/MovieBarCodeGenerator/Core/MagicScalerBarGenerator.cs +++ b/MovieBarCodeGenerator/Core/MagicScalerBarGenerator.cs @@ -1,4 +1,22 @@ -using PhotoSauce.MagicScaler; +//Copyright 2011-2021 Melvyn Laily +//https://zerowidthjoiner.net + +//This file is part of MovieBarCodeGenerator. + +//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 +//the Free Software Foundation, either version 3 of the License, or +//(at your option) any later version. + +//This program is distributed in the hope that it will be useful, +//but WITHOUT ANY WARRANTY; without even the implied warranty of +//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//GNU General Public License for more details. + +//You should have received a copy of the GNU General Public License +//along with this program. If not, see . + +using PhotoSauce.MagicScaler; using System; using System.Collections.Generic; using System.Drawing;