Skip to content

Commit c26f304

Browse files
iText-CIpavel-alay
authored andcommitted
Add missing copyright headers
1 parent 4628511 commit c26f304

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

itext.tests/itext.html2pdf.tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyConfiguration("")]
88
[assembly: AssemblyCompany("iText Group NV")]
99
[assembly: AssemblyProduct("iText")]
10-
[assembly: AssemblyCopyright("Copyright (c) 1998-2018 iText Group NV")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2019 iText Group NV")]
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
1313

itext/itext.html2pdf/Html2PdfExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2018 iText Group NV
3+
Copyright (c) 1998-2019 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify

itext/itext.html2pdf/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyConfiguration("")]
99
[assembly: AssemblyCompany("iText Group NV")]
1010
[assembly: AssemblyProduct("iText")]
11-
[assembly: AssemblyCopyright("Copyright (c) 1998-2018 iText Group NV")]
11+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2019 iText Group NV")]
1212
[assembly: AssemblyTrademark("")]
1313
[assembly: AssemblyCulture("")]
1414
[assembly: InternalsVisibleTo("itext.html2pdf.tests,PublicKey=0024000004800000940000000602000000240000525" +

itext/itext.html2pdf/Properties/KeyVersionAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2018 iText Group NV
3+
Copyright (c) 1998-2019 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify

itext/itext.html2pdf/Properties/TypographyVersionAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2018 iText Group NV
3+
Copyright (c) 1998-2019 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify

itext/itext.html2pdf/itext/html2pdf/ByteBuffer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2018 iText Group NV
3+
Copyright (c) 1998-2019 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -107,4 +107,4 @@ public static ByteBuffer EmptyByteBuffer() {
107107
return new ByteBuffer(new byte[0]);
108108
}
109109
}
110-
}
110+
}

itext/itext.html2pdf/itext/html2pdf/PortUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2018 iText Group NV
3+
Copyright (c) 1998-2019 iText Group NV
44
Authors: Bruno Lowagie, Paulo Soares, et al.
55
66
This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)