Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaily committed Jan 20, 2021
1 parent 1394901 commit d85eb2e
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MovieBarCodeGenerator/CLI/CLIBatchProcessor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Copyright 2011-2018 Melvyn Laily
//Copyright 2011-2021 Melvyn Laily
//https://zerowidthjoiner.net

//This file is part of MovieBarCodeGenerator.
Expand Down
20 changes: 19 additions & 1 deletion MovieBarCodeGenerator/CLI/CLIUtils.cs
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MovieBarCodeGenerator/Core/BarCodeParameters.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Copyright 2011-2018 Melvyn Laily
//Copyright 2011-2021 Melvyn Laily
//https://zerowidthjoiner.net

//This file is part of MovieBarCodeGenerator.
Expand Down
2 changes: 1 addition & 1 deletion MovieBarCodeGenerator/Core/BarCodeParametersValidator.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Copyright 2011-2018 Melvyn Laily
//Copyright 2011-2021 Melvyn Laily
//https://zerowidthjoiner.net

//This file is part of MovieBarCodeGenerator.
Expand Down
20 changes: 19 additions & 1 deletion MovieBarCodeGenerator/Core/BitmapStream.cs
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion MovieBarCodeGenerator/Core/FfmpegWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Copyright 2011-2018 Melvyn Laily
//Copyright 2011-2021 Melvyn Laily
//https://zerowidthjoiner.net

//This file is part of MovieBarCodeGenerator.
Expand Down
20 changes: 19 additions & 1 deletion MovieBarCodeGenerator/Core/GdiBarGenerator.cs
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
Expand Down
2 changes: 1 addition & 1 deletion MovieBarCodeGenerator/Core/ImageStreamProcessor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Copyright 2011-2018 Melvyn Laily
//Copyright 2011-2021 Melvyn Laily
//https://zerowidthjoiner.net

//This file is part of MovieBarCodeGenerator.
Expand Down
20 changes: 19 additions & 1 deletion MovieBarCodeGenerator/Core/MagicScalerBarGenerator.cs
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.

using PhotoSauce.MagicScaler;
using System;
using System.Collections.Generic;
using System.Drawing;
Expand Down

0 comments on commit d85eb2e

Please sign in to comment.