Skip to content

Commit 377cc18

Browse files
committed
Fix licensing comment and itextsharp copyright message
1 parent 1c9b482 commit 377cc18

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

pdfsign/pdfsign.cs

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,15 @@
11
/*
22
* pdfsign.cs: digitaly sign pdf files
33
*
4-
* Copyright (C) 2011 Martin Bene icomedias GmbH
4+
* Copyright (C) 2019 icomedias GmbH
55
*
66
* originally based on code/samples from itext project by:
7-
* Copyright (C) 1999-2011 by 1T3XT BVBA, Bruno Lowagie and Paulo Soares.>
7+
* Copyright (C) 1999-2011 by 1T3XT BVBA, Bruno Lowagie and Paulo Soares.
8+
* updated to use itextsharp 5.5 libary
9+
* Copyright (C) 1999-2018 by iText Group NV
810
*
9-
* This program is free software; you can redistribute it and/or
10-
* modify it under the terms of the GNU General Public License
11-
* as published by the Free Software Foundation; either version 2
12-
* of the License, or (at your option) any later version.
13-
*
14-
*
15-
* This program is distributed in the hope that it will be useful,
16-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
* GNU General Public License for more details.
19-
*
20-
*
21-
* You should have received a copy of the GNU General Public License
22-
* along with this program; if not, write to the Free Software
23-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24-
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html
25-
*
26-
*
27-
* the project's page is at http://pdfsign.codeplex.com/
11+
* This program is licensed unter the terms of the
12+
* GNU Affero General Public License v3.0, see LICENSE File
2813
*/
2914

3015
using iTextSharp.text;
@@ -46,7 +31,7 @@ class Program
4631
static void ShowHelp(OptionSet p)
4732
{
4833
Console.WriteLine("pdfsign v1.2.0, (c) 2019 icomedias GmbH");
49-
Console.WriteLine("powered by iTextSharp Copyright © 1999 - 2011 by Bruno Lowagie and Paulo Soares");
34+
Console.WriteLine("powered by iTextSharp 5.5 Copyright (C) 1999-2018 by iText Group NV");
5035
Console.WriteLine("Usage: pdfsign [OPTIONS]");
5136
Console.WriteLine("Sign a PDF file using a signing certificate");
5237
Console.WriteLine();

0 commit comments

Comments
 (0)