Skip to content

Commit f4b32b4

Browse files
committed
Update copyright notice 2024
DEVSIX-7291
1 parent 7a9ad3d commit f4b32b4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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("Apryse Group NV")]
99
[assembly: AssemblyProduct("iText")]
10-
[assembly: AssemblyCopyright("Copyright (c) 1998-2023 Apryse Group NV")]
10+
[assembly: AssemblyCopyright("Copyright (c) 1998-2024 Apryse 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-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.

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("Apryse Group NV")]
1010
[assembly: AssemblyProduct("iText")]
11-
[assembly: AssemblyCopyright("Copyright (c) 1998-2023 Apryse Group NV")]
11+
[assembly: AssemblyCopyright("Copyright (c) 1998-2024 Apryse Group NV")]
1212
[assembly: AssemblyTrademark("")]
1313
[assembly: AssemblyCulture("")]
1414
[assembly: InternalsVisibleTo("itext.html2pdf.tests,PublicKey=0024000004800000940000000602000000240000525" +

itext/itext.html2pdf/itext/html2pdf/ByteBuffer.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-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.

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-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.

pdfHTML.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>pdfHTML is an iText add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.</description>
1414
<summary>pdfHTML is an iText add-on that lets you to parse (X)HTML snippets and the associated CSS and converts them to PDF.</summary>
1515
<releaseNotes>https://itextpdf.com/itext7release</releaseNotes>
16-
<copyright>Copyright (c) 1998-2023 Apryse Group NV</copyright>
16+
<copyright>Copyright (c) 1998-2024 Apryse Group NV</copyright>
1717
<language>en-US</language>
1818
<tags>itext itext7 itextsharp c# .net csharp pdf html pdfhtml htmltopdf html2pdf html-to-pdf html-to-pdf-converter svg acroform pdf-generation generation converter accessbility opensource open source</tags>
1919
<repository type="git" url="https://github.com/itext/i7n-pdfhtml.git" />
@@ -36,4 +36,4 @@
3636
<file src="ITSC-avatar.png" target="" />
3737
<file src="NOTICE.txt" target="" />
3838
</files>
39-
</package>
39+
</package>

0 commit comments

Comments
 (0)