diff --git a/barcodes/pom.xml b/barcodes/pom.xml
index 64c8689925..224a3f2bb9 100644
--- a/barcodes/pom.xml
+++ b/barcodes/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
barcodes
iText 7 - barcodes
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode128.java b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode128.java
index 30d1b77b65..e006373848 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode128.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode128.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java
index 3b7102e8d3..0cd6af9b56 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode1D.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode2D.java b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode2D.java
index 847c349b83..b45cdf4ae6 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode2D.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode2D.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java
index 2535cff67a..ec28353aea 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/Barcode39.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java
index 03debd3f9e..576a9f136e 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeCodabar.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeDataMatrix.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeDataMatrix.java
index fcad623611..83ae655437 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeDataMatrix.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeDataMatrix.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java
index 03beddfb8e..8d4c3fe2b4 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEAN.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java
index 67d5999742..7827b95c96 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeEANSUPP.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeInter25.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeInter25.java
index 2a783383fe..a959bfee43 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeInter25.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeInter25.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeMSI.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeMSI.java
index 5cc3f3624c..81cc869733 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeMSI.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeMSI.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePDF417.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePDF417.java
index 5c23715c99..91c60c1bff 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePDF417.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePDF417.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePostnet.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePostnet.java
index 470aad58d1..8c26109830 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePostnet.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodePostnet.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeQRCode.java b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeQRCode.java
index a51a790046..071a8dbfe3 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeQRCode.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/BarcodeQRCode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/DmParams.java b/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/DmParams.java
index b98729c154..c16a20098a 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/DmParams.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/DmParams.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/Placement.java b/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/Placement.java
index d1c6519d7b..65b19cce88 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/Placement.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/Placement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/ReedSolomon.java b/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/ReedSolomon.java
index b805f7f037..2c66370731 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/ReedSolomon.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/dmcode/ReedSolomon.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/exceptions/BarcodeExceptionMessageConstant.java b/barcodes/src/main/java/com/itextpdf/barcodes/exceptions/BarcodeExceptionMessageConstant.java
index 08feda322d..f8e3da2047 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/exceptions/BarcodeExceptionMessageConstant.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/exceptions/BarcodeExceptionMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/exceptions/WriterException.java b/barcodes/src/main/java/com/itextpdf/barcodes/exceptions/WriterException.java
index 2a4a16b7db..68a64bd45a 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/exceptions/WriterException.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/exceptions/WriterException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitArray.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitArray.java
index 844bd54916..a908dc1409 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitArray.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitArray.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitMatrix.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitMatrix.java
index 51d15ccc16..5c82680f73 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitMatrix.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitMatrix.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitVector.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitVector.java
index 8160095a77..26f85b97bd 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitVector.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BitVector.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BlockPair.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BlockPair.java
index b096758562..5e4b59abfe 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BlockPair.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/BlockPair.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteArray.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteArray.java
index 5b3d28237d..52a542c095 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteArray.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteArray.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteMatrix.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteMatrix.java
index dfb6ef0978..b75fc21549 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteMatrix.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ByteMatrix.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/CharacterSetECI.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/CharacterSetECI.java
index 9bdc87fb18..25287d069e 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/CharacterSetECI.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/CharacterSetECI.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/EncodeHintType.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/EncodeHintType.java
index e099aa788b..806b2d429d 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/EncodeHintType.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/EncodeHintType.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Encoder.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Encoder.java
index 8ecdf9947c..4dd5155532 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Encoder.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Encoder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ErrorCorrectionLevel.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ErrorCorrectionLevel.java
index 1764129d41..6863285234 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ErrorCorrectionLevel.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ErrorCorrectionLevel.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/FormatInformation.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/FormatInformation.java
index 9556c12cd3..d7d7392684 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/FormatInformation.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/FormatInformation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256.java
index c36b2e4b4c..7606f6337b 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256Poly.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256Poly.java
index 3cb5a0de3b..471bbfd803 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256Poly.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/GF256Poly.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MaskUtil.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MaskUtil.java
index 53d4d1db17..961ddd11d7 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MaskUtil.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MaskUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MatrixUtil.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MatrixUtil.java
index a24c477427..6ca26fb915 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MatrixUtil.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/MatrixUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Mode.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Mode.java
index 5c2841cce8..4d89d1f972 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Mode.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Mode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCode.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCode.java
index 16a491d2eb..687ddf5050 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCode.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCodeWriter.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCodeWriter.java
index 5b6cb4c0fb..5e7b3cf60f 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCodeWriter.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/QRCodeWriter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonEncoder.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonEncoder.java
index 27ed9028d4..4b4b763ba4 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonEncoder.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/ReedSolomonEncoder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Version.java b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Version.java
index fb074a479c..83406bf42b 100644
--- a/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Version.java
+++ b/barcodes/src/main/java/com/itextpdf/barcodes/qrcode/Version.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/Barcode128Test.java b/barcodes/src/test/java/com/itextpdf/barcodes/Barcode128Test.java
index 7a320e894d..b901180530 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/Barcode128Test.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/Barcode128Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/Barcode39Test.java b/barcodes/src/test/java/com/itextpdf/barcodes/Barcode39Test.java
index 91640a2020..aece0ee3f3 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/Barcode39Test.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/Barcode39Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeCodabarTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeCodabarTest.java
index df31fe054f..e46ecd41e1 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeCodabarTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeCodabarTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeDataMatrixTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeDataMatrixTest.java
index 6508f4dffd..afd7becbd8 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeDataMatrixTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeDataMatrixTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANTest.java
index ea8c1ed76f..0a2060e5dc 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANUnitTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANUnitTest.java
index 32ed106d6c..f297b34fed 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANUnitTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeEANUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeInter25Test.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeInter25Test.java
index 6727d5acd1..d14c9f0e28 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeInter25Test.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeInter25Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMSITest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMSITest.java
index 06edf8f023..cd212c146a 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMSITest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMSITest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMultiThreadingTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMultiThreadingTest.java
index 80096f4658..699a95aa01 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMultiThreadingTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeMultiThreadingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417Test.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417Test.java
index e4a8a696a0..cce9390f06 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417Test.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417UnitTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417UnitTest.java
index bda85b46c4..956435b1ac 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417UnitTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePDF417UnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePostnetTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePostnetTest.java
index bde5570c2e..2e27205d7c 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePostnetTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodePostnetTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeQRCodeTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeQRCodeTest.java
index 30c1edb1be..3025fcd476 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeQRCodeTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeQRCodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeUnitTest.java b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeUnitTest.java
index dcd76bbd23..51f5e311cc 100644
--- a/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeUnitTest.java
+++ b/barcodes/src/test/java/com/itextpdf/barcodes/BarcodeUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/pom.xml b/commons/pom.xml
index 9c8e76a67f..35792a952d 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
commons
iText 7 - commons
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/AbstractContextBasedEventHandler.java b/commons/src/main/java/com/itextpdf/commons/actions/AbstractContextBasedEventHandler.java
index 95cc566189..952eb22398 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/AbstractContextBasedEventHandler.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/AbstractContextBasedEventHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/AbstractContextBasedITextEvent.java b/commons/src/main/java/com/itextpdf/commons/actions/AbstractContextBasedITextEvent.java
index 6529feb1ea..0da725ae54 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/AbstractContextBasedITextEvent.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/AbstractContextBasedITextEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/AbstractEventWrapper.java b/commons/src/main/java/com/itextpdf/commons/actions/AbstractEventWrapper.java
index f4fd7cb648..dd2885c88f 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/AbstractEventWrapper.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/AbstractEventWrapper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/AbstractITextConfigurationEvent.java b/commons/src/main/java/com/itextpdf/commons/actions/AbstractITextConfigurationEvent.java
index a8ea43f80f..7e43381eaa 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/AbstractITextConfigurationEvent.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/AbstractITextConfigurationEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/AbstractITextEvent.java b/commons/src/main/java/com/itextpdf/commons/actions/AbstractITextEvent.java
index 3096099c4a..f2e29dda1a 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/AbstractITextEvent.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/AbstractITextEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/AbstractProductITextEvent.java b/commons/src/main/java/com/itextpdf/commons/actions/AbstractProductITextEvent.java
index c6f75f33db..1f5fab7730 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/AbstractProductITextEvent.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/AbstractProductITextEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/AbstractProductProcessITextEvent.java b/commons/src/main/java/com/itextpdf/commons/actions/AbstractProductProcessITextEvent.java
index 6c64a6ae7c..3c531e5ff7 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/AbstractProductProcessITextEvent.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/AbstractProductProcessITextEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/AbstractStatisticsAggregator.java b/commons/src/main/java/com/itextpdf/commons/actions/AbstractStatisticsAggregator.java
index a97f186bb2..eb0d327916 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/AbstractStatisticsAggregator.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/AbstractStatisticsAggregator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/AbstractStatisticsEvent.java b/commons/src/main/java/com/itextpdf/commons/actions/AbstractStatisticsEvent.java
index 95d7919cc5..60b98bdfc8 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/AbstractStatisticsEvent.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/AbstractStatisticsEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/EventManager.java b/commons/src/main/java/com/itextpdf/commons/actions/EventManager.java
index 97c2fb0f6c..76aad0e5db 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/EventManager.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/EventManager.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/IEvent.java b/commons/src/main/java/com/itextpdf/commons/actions/IEvent.java
index 8b888c0327..e9651280b5 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/IEvent.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/IEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/IEventHandler.java b/commons/src/main/java/com/itextpdf/commons/actions/IEventHandler.java
index b1bd29889d..0a55239872 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/IEventHandler.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/IEventHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/NamespaceConstant.java b/commons/src/main/java/com/itextpdf/commons/actions/NamespaceConstant.java
index ccc85e609c..854658ad23 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/NamespaceConstant.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/NamespaceConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/ProductEventHandler.java b/commons/src/main/java/com/itextpdf/commons/actions/ProductEventHandler.java
index 0253ea6807..268fddeda9 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/ProductEventHandler.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/ProductEventHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/ProductNameConstant.java b/commons/src/main/java/com/itextpdf/commons/actions/ProductNameConstant.java
index 6e7bacede2..f0f8127d98 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/ProductNameConstant.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/ProductNameConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/ProductProcessorFactoryKeeper.java b/commons/src/main/java/com/itextpdf/commons/actions/ProductProcessorFactoryKeeper.java
index c733f246f2..b2e84d75a6 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/ProductProcessorFactoryKeeper.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/ProductProcessorFactoryKeeper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/confirmations/ConfirmEvent.java b/commons/src/main/java/com/itextpdf/commons/actions/confirmations/ConfirmEvent.java
index 1fa627542d..435af077e5 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/confirmations/ConfirmEvent.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/confirmations/ConfirmEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/confirmations/ConfirmedEventWrapper.java b/commons/src/main/java/com/itextpdf/commons/actions/confirmations/ConfirmedEventWrapper.java
index 92b8c29443..898adbd509 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/confirmations/ConfirmedEventWrapper.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/confirmations/ConfirmedEventWrapper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/confirmations/EventConfirmationType.java b/commons/src/main/java/com/itextpdf/commons/actions/confirmations/EventConfirmationType.java
index 5de42d0a4e..77ed22a6e0 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/confirmations/EventConfirmationType.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/confirmations/EventConfirmationType.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/contexts/AbstractContextManagerConfigurationEvent.java b/commons/src/main/java/com/itextpdf/commons/actions/contexts/AbstractContextManagerConfigurationEvent.java
index 5f17ad6476..0ba5b0ae47 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/contexts/AbstractContextManagerConfigurationEvent.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/contexts/AbstractContextManagerConfigurationEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/contexts/ContextManager.java b/commons/src/main/java/com/itextpdf/commons/actions/contexts/ContextManager.java
index 12ec69087c..c3fc1ddfe7 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/contexts/ContextManager.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/contexts/ContextManager.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/contexts/GenericContext.java b/commons/src/main/java/com/itextpdf/commons/actions/contexts/GenericContext.java
index f75309d267..548fe1bfae 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/contexts/GenericContext.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/contexts/GenericContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/contexts/IContext.java b/commons/src/main/java/com/itextpdf/commons/actions/contexts/IContext.java
index e71dcf1dcc..f9bb542438 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/contexts/IContext.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/contexts/IContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/contexts/IMetaInfo.java b/commons/src/main/java/com/itextpdf/commons/actions/contexts/IMetaInfo.java
index e878f5d23d..c78708a749 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/contexts/IMetaInfo.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/contexts/IMetaInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/contexts/UnknownContext.java b/commons/src/main/java/com/itextpdf/commons/actions/contexts/UnknownContext.java
index 58363117a2..4a7a7be8ff 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/contexts/UnknownContext.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/contexts/UnknownContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/data/CommonsProductData.java b/commons/src/main/java/com/itextpdf/commons/actions/data/CommonsProductData.java
index ad393d5eac..9106b6e3b9 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/data/CommonsProductData.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/data/CommonsProductData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
@@ -28,9 +28,9 @@ This file is part of the iText (R) project.
public final class CommonsProductData {
static final String COMMONS_PUBLIC_PRODUCT_NAME = "Commons";
static final String COMMONS_PRODUCT_NAME = "commons";
- static final String COMMONS_VERSION = "7.2.5";
+ static final String COMMONS_VERSION = "7.2.6";
static final int COMMONS_COPYRIGHT_SINCE = 2000;
- static final int COMMONS_COPYRIGHT_TO = 2023;
+ static final int COMMONS_COPYRIGHT_TO = 2024;
private static final ProductData COMMONS_PRODUCT_DATA = new ProductData(COMMONS_PUBLIC_PRODUCT_NAME,
COMMONS_PRODUCT_NAME, COMMONS_VERSION, COMMONS_COPYRIGHT_SINCE, COMMONS_COPYRIGHT_TO);
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/data/ProductData.java b/commons/src/main/java/com/itextpdf/commons/actions/data/ProductData.java
index 5f037e3540..b9a632000c 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/data/ProductData.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/data/ProductData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/processors/AbstractITextProductEventProcessor.java b/commons/src/main/java/com/itextpdf/commons/actions/processors/AbstractITextProductEventProcessor.java
index c5a780b7a1..e73f8fe17b 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/processors/AbstractITextProductEventProcessor.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/processors/AbstractITextProductEventProcessor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
@@ -52,7 +52,7 @@ public AbstractITextProductEventProcessor(String productName) {
@Override
public String getProducer() {
- return "iText\u00ae ${usedProducts:P V (T 'version')} \u00a9${copyrightSince}-${copyrightTo} iText Group NV";
+ return "iText\u00ae ${usedProducts:P V (T 'version')} \u00a9${copyrightSince}-${copyrightTo} Apryse Group NV";
}
@Override
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/processors/DefaultITextProductEventProcessor.java b/commons/src/main/java/com/itextpdf/commons/actions/processors/DefaultITextProductEventProcessor.java
index 9637d6ab5d..488a1aeab9 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/processors/DefaultITextProductEventProcessor.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/processors/DefaultITextProductEventProcessor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/processors/DefaultProductProcessorFactory.java b/commons/src/main/java/com/itextpdf/commons/actions/processors/DefaultProductProcessorFactory.java
index c3a72293d2..ba7817abee 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/processors/DefaultProductProcessorFactory.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/processors/DefaultProductProcessorFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/processors/IProductProcessorFactory.java b/commons/src/main/java/com/itextpdf/commons/actions/processors/IProductProcessorFactory.java
index 2ffc78358e..53750ff284 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/processors/IProductProcessorFactory.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/processors/IProductProcessorFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/processors/ITextProductEventProcessor.java b/commons/src/main/java/com/itextpdf/commons/actions/processors/ITextProductEventProcessor.java
index 4b108b113b..7cb4e60bba 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/processors/ITextProductEventProcessor.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/processors/ITextProductEventProcessor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/processors/UnderAgplITextProductEventProcessor.java b/commons/src/main/java/com/itextpdf/commons/actions/processors/UnderAgplITextProductEventProcessor.java
index df80bd9c7d..96d01725f2 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/processors/UnderAgplITextProductEventProcessor.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/processors/UnderAgplITextProductEventProcessor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/processors/UnderAgplProductProcessorFactory.java b/commons/src/main/java/com/itextpdf/commons/actions/processors/UnderAgplProductProcessorFactory.java
index ec65d3a1b2..261187e588 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/processors/UnderAgplProductProcessorFactory.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/processors/UnderAgplProductProcessorFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/producer/AbstractFormattedPlaceholderPopulator.java b/commons/src/main/java/com/itextpdf/commons/actions/producer/AbstractFormattedPlaceholderPopulator.java
index 804106b9cf..0a8bcdd697 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/producer/AbstractFormattedPlaceholderPopulator.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/producer/AbstractFormattedPlaceholderPopulator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/producer/CopyrightSincePlaceholderPopulator.java b/commons/src/main/java/com/itextpdf/commons/actions/producer/CopyrightSincePlaceholderPopulator.java
index 0837232e7d..8aa09e7416 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/producer/CopyrightSincePlaceholderPopulator.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/producer/CopyrightSincePlaceholderPopulator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/producer/CopyrightToPlaceholderPopulator.java b/commons/src/main/java/com/itextpdf/commons/actions/producer/CopyrightToPlaceholderPopulator.java
index bcbf815376..c8553f950f 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/producer/CopyrightToPlaceholderPopulator.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/producer/CopyrightToPlaceholderPopulator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/producer/CurrentDatePlaceholderPopulator.java b/commons/src/main/java/com/itextpdf/commons/actions/producer/CurrentDatePlaceholderPopulator.java
index 8400194800..a01b665473 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/producer/CurrentDatePlaceholderPopulator.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/producer/CurrentDatePlaceholderPopulator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/producer/IPlaceholderPopulator.java b/commons/src/main/java/com/itextpdf/commons/actions/producer/IPlaceholderPopulator.java
index 9350d38ae7..ed418956c6 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/producer/IPlaceholderPopulator.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/producer/IPlaceholderPopulator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/producer/ProducerBuilder.java b/commons/src/main/java/com/itextpdf/commons/actions/producer/ProducerBuilder.java
index 46d35b842b..5bb9ad27a4 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/producer/ProducerBuilder.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/producer/ProducerBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/producer/UsedProductsPlaceholderPopulator.java b/commons/src/main/java/com/itextpdf/commons/actions/producer/UsedProductsPlaceholderPopulator.java
index 3f1415ea40..05d3a8aa91 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/producer/UsedProductsPlaceholderPopulator.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/producer/UsedProductsPlaceholderPopulator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/sequence/AbstractIdentifiableElement.java b/commons/src/main/java/com/itextpdf/commons/actions/sequence/AbstractIdentifiableElement.java
index 8cf495e908..82eabde871 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/sequence/AbstractIdentifiableElement.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/sequence/AbstractIdentifiableElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/sequence/SequenceId.java b/commons/src/main/java/com/itextpdf/commons/actions/sequence/SequenceId.java
index f9a5033d74..16636f55de 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/sequence/SequenceId.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/sequence/SequenceId.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/sequence/SequenceIdManager.java b/commons/src/main/java/com/itextpdf/commons/actions/sequence/SequenceIdManager.java
index e4061ce770..3e54bbb74e 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/sequence/SequenceIdManager.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/sequence/SequenceIdManager.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/exceptions/AggregatedException.java b/commons/src/main/java/com/itextpdf/commons/exceptions/AggregatedException.java
index 5ae3f68d7e..d04bc1c1b3 100644
--- a/commons/src/main/java/com/itextpdf/commons/exceptions/AggregatedException.java
+++ b/commons/src/main/java/com/itextpdf/commons/exceptions/AggregatedException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/exceptions/CommonsExceptionMessageConstant.java b/commons/src/main/java/com/itextpdf/commons/exceptions/CommonsExceptionMessageConstant.java
index 5307586902..3426905ba1 100644
--- a/commons/src/main/java/com/itextpdf/commons/exceptions/CommonsExceptionMessageConstant.java
+++ b/commons/src/main/java/com/itextpdf/commons/exceptions/CommonsExceptionMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/exceptions/ITextException.java b/commons/src/main/java/com/itextpdf/commons/exceptions/ITextException.java
index e546bdb2a2..2a1b089810 100644
--- a/commons/src/main/java/com/itextpdf/commons/exceptions/ITextException.java
+++ b/commons/src/main/java/com/itextpdf/commons/exceptions/ITextException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/exceptions/ProductEventHandlerRepeatException.java b/commons/src/main/java/com/itextpdf/commons/exceptions/ProductEventHandlerRepeatException.java
index b42849d978..ac94b19163 100644
--- a/commons/src/main/java/com/itextpdf/commons/exceptions/ProductEventHandlerRepeatException.java
+++ b/commons/src/main/java/com/itextpdf/commons/exceptions/ProductEventHandlerRepeatException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/exceptions/UnknownProductException.java b/commons/src/main/java/com/itextpdf/commons/exceptions/UnknownProductException.java
index 7a2b560328..b53cf15509 100644
--- a/commons/src/main/java/com/itextpdf/commons/exceptions/UnknownProductException.java
+++ b/commons/src/main/java/com/itextpdf/commons/exceptions/UnknownProductException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/logs/CommonsLogMessageConstant.java b/commons/src/main/java/com/itextpdf/commons/logs/CommonsLogMessageConstant.java
index c4c0ba0f8e..6631c009d2 100644
--- a/commons/src/main/java/com/itextpdf/commons/logs/CommonsLogMessageConstant.java
+++ b/commons/src/main/java/com/itextpdf/commons/logs/CommonsLogMessageConstant.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/Action.java b/commons/src/main/java/com/itextpdf/commons/utils/Action.java
index 802bc0c4cc..b97430e456 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/Action.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/Action.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/DateTimeUtil.java b/commons/src/main/java/com/itextpdf/commons/utils/DateTimeUtil.java
index 03be3a9d35..2ff9d1b636 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/DateTimeUtil.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/DateTimeUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/EncodingUtil.java b/commons/src/main/java/com/itextpdf/commons/utils/EncodingUtil.java
index c50a6c8025..cb14a1ac8b 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/EncodingUtil.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/EncodingUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/FileUtil.java b/commons/src/main/java/com/itextpdf/commons/utils/FileUtil.java
index 840de4984c..78857709d2 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/FileUtil.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/FileUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/JsonUtil.java b/commons/src/main/java/com/itextpdf/commons/utils/JsonUtil.java
index 558a69394f..1aaa995765 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/JsonUtil.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/JsonUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/MapUtil.java b/commons/src/main/java/com/itextpdf/commons/utils/MapUtil.java
index bc58bcd582..329088a326 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/MapUtil.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/MapUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/MessageFormatUtil.java b/commons/src/main/java/com/itextpdf/commons/utils/MessageFormatUtil.java
index a5ec0ae44e..50c63ad59a 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/MessageFormatUtil.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/MessageFormatUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/ProcessInfo.java b/commons/src/main/java/com/itextpdf/commons/utils/ProcessInfo.java
index 2df7c8376b..947e6919b4 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/ProcessInfo.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/ProcessInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/SystemUtil.java b/commons/src/main/java/com/itextpdf/commons/utils/SystemUtil.java
index 9ad7518566..176f123ec2 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/SystemUtil.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/SystemUtil.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/ZipFileReader.java b/commons/src/main/java/com/itextpdf/commons/utils/ZipFileReader.java
index ee6d581282..5064bafdaa 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/ZipFileReader.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/ZipFileReader.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/main/java/com/itextpdf/commons/utils/ZipFileWriter.java b/commons/src/main/java/com/itextpdf/commons/utils/ZipFileWriter.java
index 042d929b07..565dddb88a 100644
--- a/commons/src/main/java/com/itextpdf/commons/utils/ZipFileWriter.java
+++ b/commons/src/main/java/com/itextpdf/commons/utils/ZipFileWriter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/AbstractContextBasedEventHandlerTest.java b/commons/src/test/java/com/itextpdf/commons/actions/AbstractContextBasedEventHandlerTest.java
index 81e7af5289..a4cc2918ca 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/AbstractContextBasedEventHandlerTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/AbstractContextBasedEventHandlerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/AbstractContextBasedITextEventTest.java b/commons/src/test/java/com/itextpdf/commons/actions/AbstractContextBasedITextEventTest.java
index 9554294179..40e8dcb3c6 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/AbstractContextBasedITextEventTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/AbstractContextBasedITextEventTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/AbstractITextConfigurationEventTest.java b/commons/src/test/java/com/itextpdf/commons/actions/AbstractITextConfigurationEventTest.java
index ffa393b3aa..57355e62b5 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/AbstractITextConfigurationEventTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/AbstractITextConfigurationEventTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/AbstractProductITextEventTest.java b/commons/src/test/java/com/itextpdf/commons/actions/AbstractProductITextEventTest.java
index 00d1c49554..bb2fade3d3 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/AbstractProductITextEventTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/AbstractProductITextEventTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/AbstractStatisticsEventTest.java b/commons/src/test/java/com/itextpdf/commons/actions/AbstractStatisticsEventTest.java
index ef8ac6ca81..e951d00955 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/AbstractStatisticsEventTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/AbstractStatisticsEventTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/EventManagerTest.java b/commons/src/test/java/com/itextpdf/commons/actions/EventManagerTest.java
index 0a067e86c2..4294f9ed3f 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/EventManagerTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/EventManagerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/ProductEventHandlerIntegrationTest.java b/commons/src/test/java/com/itextpdf/commons/actions/ProductEventHandlerIntegrationTest.java
index 8356a47732..5dada564b8 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/ProductEventHandlerIntegrationTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/ProductEventHandlerIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/ProductEventHandlerTest.java b/commons/src/test/java/com/itextpdf/commons/actions/ProductEventHandlerTest.java
index d5ed63b0f8..27c63104d0 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/ProductEventHandlerTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/ProductEventHandlerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/ProductProcessorFactoryKeeperTest.java b/commons/src/test/java/com/itextpdf/commons/actions/ProductProcessorFactoryKeeperTest.java
index 38e7a354c6..864845f076 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/ProductProcessorFactoryKeeperTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/ProductProcessorFactoryKeeperTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/confirmations/ConfirmEventTest.java b/commons/src/test/java/com/itextpdf/commons/actions/confirmations/ConfirmEventTest.java
index 45e5e82c14..e328fab8b8 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/confirmations/ConfirmEventTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/confirmations/ConfirmEventTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/contexts/ContextManagerTest.java b/commons/src/test/java/com/itextpdf/commons/actions/contexts/ContextManagerTest.java
index c182bda32d..6a96d368e8 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/contexts/ContextManagerTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/contexts/ContextManagerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/data/CommonsProductDataTest.java b/commons/src/test/java/com/itextpdf/commons/actions/data/CommonsProductDataTest.java
index 0033b17f79..fc4eea8d7d 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/data/CommonsProductDataTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/data/CommonsProductDataTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/data/ProductDataTest.java b/commons/src/test/java/com/itextpdf/commons/actions/data/ProductDataTest.java
index 4e384d9705..97687f31c6 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/data/ProductDataTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/data/ProductDataTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/processors/DefaultITextProductEventProcessorTest.java b/commons/src/test/java/com/itextpdf/commons/actions/processors/DefaultITextProductEventProcessorTest.java
index 382daf7060..400cccf9c2 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/processors/DefaultITextProductEventProcessorTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/processors/DefaultITextProductEventProcessorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/processors/DefaultProductProcessorFactoryTest.java b/commons/src/test/java/com/itextpdf/commons/actions/processors/DefaultProductProcessorFactoryTest.java
index d57e170097..c746b1c9df 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/processors/DefaultProductProcessorFactoryTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/processors/DefaultProductProcessorFactoryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/processors/UnderAgplITextProductEventProcessorTest.java b/commons/src/test/java/com/itextpdf/commons/actions/processors/UnderAgplITextProductEventProcessorTest.java
index 2c2c3146f1..731c76950a 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/processors/UnderAgplITextProductEventProcessorTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/processors/UnderAgplITextProductEventProcessorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/processors/UnderAgplProductProcessorFactoryTest.java b/commons/src/test/java/com/itextpdf/commons/actions/processors/UnderAgplProductProcessorFactoryTest.java
index 80c6fa0233..380e02e3d0 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/processors/UnderAgplProductProcessorFactoryTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/processors/UnderAgplProductProcessorFactoryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/producer/CopyrightSincePlaceholderPopulatorTest.java b/commons/src/test/java/com/itextpdf/commons/actions/producer/CopyrightSincePlaceholderPopulatorTest.java
index 6aefc23108..4ddc3cda52 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/producer/CopyrightSincePlaceholderPopulatorTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/producer/CopyrightSincePlaceholderPopulatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/producer/CopyrightToPlaceholderPopulatorTest.java b/commons/src/test/java/com/itextpdf/commons/actions/producer/CopyrightToPlaceholderPopulatorTest.java
index a32e88d95f..e1501c8277 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/producer/CopyrightToPlaceholderPopulatorTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/producer/CopyrightToPlaceholderPopulatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/producer/CurrentDatePlaceholderPopulatorTest.java b/commons/src/test/java/com/itextpdf/commons/actions/producer/CurrentDatePlaceholderPopulatorTest.java
index 018e3c7a12..9de823c590 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/producer/CurrentDatePlaceholderPopulatorTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/producer/CurrentDatePlaceholderPopulatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/producer/ProducerBuilderTest.java b/commons/src/test/java/com/itextpdf/commons/actions/producer/ProducerBuilderTest.java
index 4a60f0a4cb..072c016cd1 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/producer/ProducerBuilderTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/producer/ProducerBuilderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/producer/UsedProductsPlaceholderPopulatorTest.java b/commons/src/test/java/com/itextpdf/commons/actions/producer/UsedProductsPlaceholderPopulatorTest.java
index c2d8407e7a..7004ffebf0 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/producer/UsedProductsPlaceholderPopulatorTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/producer/UsedProductsPlaceholderPopulatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/sequence/SequenceIdManagerTest.java b/commons/src/test/java/com/itextpdf/commons/actions/sequence/SequenceIdManagerTest.java
index a8056748b4..ec8031bbe0 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/sequence/SequenceIdManagerTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/sequence/SequenceIdManagerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/actions/sequence/SequenceIdTest.java b/commons/src/test/java/com/itextpdf/commons/actions/sequence/SequenceIdTest.java
index 205b4aafb0..ab29afe153 100644
--- a/commons/src/test/java/com/itextpdf/commons/actions/sequence/SequenceIdTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/actions/sequence/SequenceIdTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/ecosystem/ITextTestEvent.java b/commons/src/test/java/com/itextpdf/commons/ecosystem/ITextTestEvent.java
index 41dd627745..6a9b3c947d 100644
--- a/commons/src/test/java/com/itextpdf/commons/ecosystem/ITextTestEvent.java
+++ b/commons/src/test/java/com/itextpdf/commons/ecosystem/ITextTestEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/ecosystem/TestConfigurationEvent.java b/commons/src/test/java/com/itextpdf/commons/ecosystem/TestConfigurationEvent.java
index bdcde58e9e..80d7edbd07 100644
--- a/commons/src/test/java/com/itextpdf/commons/ecosystem/TestConfigurationEvent.java
+++ b/commons/src/test/java/com/itextpdf/commons/ecosystem/TestConfigurationEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/ecosystem/TestMetaInfo.java b/commons/src/test/java/com/itextpdf/commons/ecosystem/TestMetaInfo.java
index 1cd239a94d..a658d281a8 100644
--- a/commons/src/test/java/com/itextpdf/commons/ecosystem/TestMetaInfo.java
+++ b/commons/src/test/java/com/itextpdf/commons/ecosystem/TestMetaInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/exceptions/AggregatedExceptionTest.java b/commons/src/test/java/com/itextpdf/commons/exceptions/AggregatedExceptionTest.java
index c197c0e8cd..a6eb0882d8 100644
--- a/commons/src/test/java/com/itextpdf/commons/exceptions/AggregatedExceptionTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/exceptions/AggregatedExceptionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/exceptions/ITextExceptionTest.java b/commons/src/test/java/com/itextpdf/commons/exceptions/ITextExceptionTest.java
index 4c5bdd9f46..607a8e467e 100644
--- a/commons/src/test/java/com/itextpdf/commons/exceptions/ITextExceptionTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/exceptions/ITextExceptionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/Base64Test.java b/commons/src/test/java/com/itextpdf/commons/utils/Base64Test.java
index a1b36e4c37..2e60771e77 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/Base64Test.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/Base64Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/DateTimeUtilTest.java b/commons/src/test/java/com/itextpdf/commons/utils/DateTimeUtilTest.java
index 536d2df1a8..d6d0d38161 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/DateTimeUtilTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/DateTimeUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/JsonUtilTest.java b/commons/src/test/java/com/itextpdf/commons/utils/JsonUtilTest.java
index 653ce3acfb..2aa1e455dc 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/JsonUtilTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/JsonUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/MapUtilTest.java b/commons/src/test/java/com/itextpdf/commons/utils/MapUtilTest.java
index 6db8c229ee..bfbda31588 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/MapUtilTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/MapUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/MessageFormatUtilTest.java b/commons/src/test/java/com/itextpdf/commons/utils/MessageFormatUtilTest.java
index bb6834a953..ac0c823e43 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/MessageFormatUtilTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/MessageFormatUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/ProcessInfoTest.java b/commons/src/test/java/com/itextpdf/commons/utils/ProcessInfoTest.java
index 179612fa81..67db144d8c 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/ProcessInfoTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/ProcessInfoTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/StringUtilTest.java b/commons/src/test/java/com/itextpdf/commons/utils/StringUtilTest.java
index 4de08ddd63..61a09169aa 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/StringUtilTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/StringUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/SystemUtilTest.java b/commons/src/test/java/com/itextpdf/commons/utils/SystemUtilTest.java
index a897f8aef1..5abee67ef2 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/SystemUtilTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/SystemUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/ZipFileReaderTest.java b/commons/src/test/java/com/itextpdf/commons/utils/ZipFileReaderTest.java
index fe61535243..9a9df9125a 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/ZipFileReaderTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/ZipFileReaderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/commons/src/test/java/com/itextpdf/commons/utils/ZipFileWriterTest.java b/commons/src/test/java/com/itextpdf/commons/utils/ZipFileWriterTest.java
index e77bcac050..f4aeeb4c51 100644
--- a/commons/src/test/java/com/itextpdf/commons/utils/ZipFileWriterTest.java
+++ b/commons/src/test/java/com/itextpdf/commons/utils/ZipFileWriterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/font-asian/pom.xml b/font-asian/pom.xml
index bc57fc37c3..f1ac5232cc 100644
--- a/font-asian/pom.xml
+++ b/font-asian/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
font-asian
iText 7 - Asian fonts
diff --git a/forms/pom.xml b/forms/pom.xml
index 9f182404a6..f47c3b568d 100644
--- a/forms/pom.xml
+++ b/forms/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
forms
iText 7 - forms
@@ -34,14 +34,14 @@
org.bouncycastle
- bcpkix-jdk15on
+ bcpkix-jdk18on
${bouncycastle.version}
test
true
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
${bouncycastle.version}
test
true
diff --git a/forms/src/main/java/com/itextpdf/forms/PdfAcroForm.java b/forms/src/main/java/com/itextpdf/forms/PdfAcroForm.java
index 5c97aa891d..c8d3189345 100644
--- a/forms/src/main/java/com/itextpdf/forms/PdfAcroForm.java
+++ b/forms/src/main/java/com/itextpdf/forms/PdfAcroForm.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/PdfPageFormCopier.java b/forms/src/main/java/com/itextpdf/forms/PdfPageFormCopier.java
index a33351b62b..1c04fa57dd 100644
--- a/forms/src/main/java/com/itextpdf/forms/PdfPageFormCopier.java
+++ b/forms/src/main/java/com/itextpdf/forms/PdfPageFormCopier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/PdfSigFieldLock.java b/forms/src/main/java/com/itextpdf/forms/PdfSigFieldLock.java
index 4630dc0e56..0dc7b7e5e6 100644
--- a/forms/src/main/java/com/itextpdf/forms/PdfSigFieldLock.java
+++ b/forms/src/main/java/com/itextpdf/forms/PdfSigFieldLock.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/exceptions/AttributeNotFoundException.java b/forms/src/main/java/com/itextpdf/forms/exceptions/AttributeNotFoundException.java
index ae11a34de9..4b47445b4c 100644
--- a/forms/src/main/java/com/itextpdf/forms/exceptions/AttributeNotFoundException.java
+++ b/forms/src/main/java/com/itextpdf/forms/exceptions/AttributeNotFoundException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/exceptions/FormsExceptionMessageConstant.java b/forms/src/main/java/com/itextpdf/forms/exceptions/FormsExceptionMessageConstant.java
index 9eed8254d8..3ce4259137 100644
--- a/forms/src/main/java/com/itextpdf/forms/exceptions/FormsExceptionMessageConstant.java
+++ b/forms/src/main/java/com/itextpdf/forms/exceptions/FormsExceptionMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/main/java/com/itextpdf/forms/exceptions/XfdfException.java b/forms/src/main/java/com/itextpdf/forms/exceptions/XfdfException.java
index 7f3094136c..39d179190d 100644
--- a/forms/src/main/java/com/itextpdf/forms/exceptions/XfdfException.java
+++ b/forms/src/main/java/com/itextpdf/forms/exceptions/XfdfException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/FormFieldValueNonTrimmingTextRenderer.java b/forms/src/main/java/com/itextpdf/forms/fields/FormFieldValueNonTrimmingTextRenderer.java
index 205ca74370..00d368d0c7 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/FormFieldValueNonTrimmingTextRenderer.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/FormFieldValueNonTrimmingTextRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/FormsMetaInfoStaticContainer.java b/forms/src/main/java/com/itextpdf/forms/fields/FormsMetaInfoStaticContainer.java
index 1ad90229c7..450da778d1 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/FormsMetaInfoStaticContainer.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/FormsMetaInfoStaticContainer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/PdfButtonFormField.java b/forms/src/main/java/com/itextpdf/forms/fields/PdfButtonFormField.java
index dc62a3fdfa..f101f43f15 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfButtonFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfButtonFormField.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/PdfChoiceFormField.java b/forms/src/main/java/com/itextpdf/forms/fields/PdfChoiceFormField.java
index 4910aabbd5..d063fb9bf6 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfChoiceFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfChoiceFormField.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java b/forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java
index 7a36d9235c..1f4bbd3e39 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/PdfSignatureFormField.java b/forms/src/main/java/com/itextpdf/forms/fields/PdfSignatureFormField.java
index b9c65f930c..e39e29c3ba 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfSignatureFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfSignatureFormField.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/PdfTextFormField.java b/forms/src/main/java/com/itextpdf/forms/fields/PdfTextFormField.java
index bb62863379..32fef9b825 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/PdfTextFormField.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/PdfTextFormField.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/borders/AbstractFormBorder.java b/forms/src/main/java/com/itextpdf/forms/fields/borders/AbstractFormBorder.java
index b97fd54186..4e35532971 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/borders/AbstractFormBorder.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/borders/AbstractFormBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/borders/BeveledBorder.java b/forms/src/main/java/com/itextpdf/forms/fields/borders/BeveledBorder.java
index dd2e490023..0cf886c9f6 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/borders/BeveledBorder.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/borders/BeveledBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/borders/FormBorderFactory.java b/forms/src/main/java/com/itextpdf/forms/fields/borders/FormBorderFactory.java
index 93de478553..91c84ef0dc 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/borders/FormBorderFactory.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/borders/FormBorderFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/borders/InsetBorder.java b/forms/src/main/java/com/itextpdf/forms/fields/borders/InsetBorder.java
index def0b61f81..1bba89dba1 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/borders/InsetBorder.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/borders/InsetBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/fields/borders/UnderlineBorder.java b/forms/src/main/java/com/itextpdf/forms/fields/borders/UnderlineBorder.java
index 6f96fbbac4..3b5d32c302 100644
--- a/forms/src/main/java/com/itextpdf/forms/fields/borders/UnderlineBorder.java
+++ b/forms/src/main/java/com/itextpdf/forms/fields/borders/UnderlineBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/util/DrawingUtil.java b/forms/src/main/java/com/itextpdf/forms/util/DrawingUtil.java
index 444735f5ab..582b4ad043 100644
--- a/forms/src/main/java/com/itextpdf/forms/util/DrawingUtil.java
+++ b/forms/src/main/java/com/itextpdf/forms/util/DrawingUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/xfa/AcroFieldsSearch.java b/forms/src/main/java/com/itextpdf/forms/xfa/AcroFieldsSearch.java
index a0509258c8..45787b6a68 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/AcroFieldsSearch.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/AcroFieldsSearch.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/xfa/InverseStore.java b/forms/src/main/java/com/itextpdf/forms/xfa/InverseStore.java
index d28db25bd6..57657fb9b3 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/InverseStore.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/InverseStore.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/xfa/XfaForm.java b/forms/src/main/java/com/itextpdf/forms/xfa/XfaForm.java
index 6dbd3827ec..6ef617ad5d 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/XfaForm.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/XfaForm.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/xfa/Xml2Som.java b/forms/src/main/java/com/itextpdf/forms/xfa/Xml2Som.java
index f3c0a24b2b..b19db1fdef 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/Xml2Som.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/Xml2Som.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/xfa/Xml2SomDatasets.java b/forms/src/main/java/com/itextpdf/forms/xfa/Xml2SomDatasets.java
index d850b50757..8b87d82c79 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfa/Xml2SomDatasets.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfa/Xml2SomDatasets.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/ActionObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/ActionObject.java
index 50f8d6a40c..2607d051cd 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/ActionObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/ActionObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotObject.java
index 1c5f797dc0..eb07f25b45 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotsObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotsObject.java
index 190d2eeaa5..d0f06d4940 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotsObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/AnnotsObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeObject.java
index c496df45f8..096e810e39 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/AttributeObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/BorderStyleAltObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/BorderStyleAltObject.java
index ec7e7b7fcf..e5b54844ec 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/BorderStyleAltObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/BorderStyleAltObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/DestObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/DestObject.java
index 0d74d95f76..86178f9af8 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/DestObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/DestObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/ElementContentEncodingFormat.java b/forms/src/main/java/com/itextpdf/forms/xfdf/ElementContentEncodingFormat.java
index 832ff297e1..669b436eda 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/ElementContentEncodingFormat.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/ElementContentEncodingFormat.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/FObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/FObject.java
index c14390d2c2..05531ae42d 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/FObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/FObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/FieldObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/FieldObject.java
index d4606a438a..60b66e1e33 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/FieldObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/FieldObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/FieldsObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/FieldsObject.java
index 0408ad99c9..4eabb3a88b 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/FieldsObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/FieldsObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/FitObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/FitObject.java
index 277dfa27d9..31d3e096bf 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/FitObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/FitObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/IdsObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/IdsObject.java
index e493157cfd..bb59bfb519 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/IdsObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/IdsObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/Mode.java b/forms/src/main/java/com/itextpdf/forms/xfdf/Mode.java
index 4b4d23c0f9..cda9b2d142 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/Mode.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/Mode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfConstants.java b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfConstants.java
index 850d5a6afd..92094ff183 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfConstants.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfFileUtils.java b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfFileUtils.java
index ab51604324..179bcb0033 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfFileUtils.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfFileUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObject.java b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObject.java
index e81db3bb08..9ba6ee085a 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObject.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectFactory.java b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectFactory.java
index 4f40c36bf9..5716f41bc0 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectFactory.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectUtils.java b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectUtils.java
index 4313aba385..1fce039ba2 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectUtils.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfReader.java b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfReader.java
index 80c72aa6ae..7bd5760dd4 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfReader.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfReader.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfWriter.java b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfWriter.java
index 78617dfc59..778e67b210 100644
--- a/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfWriter.java
+++ b/forms/src/main/java/com/itextpdf/forms/xfdf/XfdfWriter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/FlatteningRotatedTest.java b/forms/src/test/java/com/itextpdf/forms/FlatteningRotatedTest.java
index 8ba6e314cb..e464b847ba 100644
--- a/forms/src/test/java/com/itextpdf/forms/FlatteningRotatedTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FlatteningRotatedTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/FlatteningTest.java b/forms/src/test/java/com/itextpdf/forms/FlatteningTest.java
index aae7c89c2f..70cc93ee36 100644
--- a/forms/src/test/java/com/itextpdf/forms/FlatteningTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FlatteningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/FlatteningWithNullKidElementTest.java b/forms/src/test/java/com/itextpdf/forms/FlatteningWithNullKidElementTest.java
index f04ddf2289..c8c6d2ed3f 100644
--- a/forms/src/test/java/com/itextpdf/forms/FlatteningWithNullKidElementTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FlatteningWithNullKidElementTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/FormFieldAppendTest.java b/forms/src/test/java/com/itextpdf/forms/FormFieldAppendTest.java
index 9de2607313..57a0565351 100644
--- a/forms/src/test/java/com/itextpdf/forms/FormFieldAppendTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FormFieldAppendTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/FormFieldFlatteningTest.java b/forms/src/test/java/com/itextpdf/forms/FormFieldFlatteningTest.java
index a428e0b752..35514f249c 100644
--- a/forms/src/test/java/com/itextpdf/forms/FormFieldFlatteningTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FormFieldFlatteningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/FormFieldsTaggingTest.java b/forms/src/test/java/com/itextpdf/forms/FormFieldsTaggingTest.java
index a2b610ce79..b49016d8c2 100644
--- a/forms/src/test/java/com/itextpdf/forms/FormFieldsTaggingTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/FormFieldsTaggingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfAcroFormInAppendModeTest.java b/forms/src/test/java/com/itextpdf/forms/PdfAcroFormInAppendModeTest.java
index fe494e48a1..243f5f722c 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfAcroFormInAppendModeTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfAcroFormInAppendModeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfAcroFormTest.java b/forms/src/test/java/com/itextpdf/forms/PdfAcroFormTest.java
index 37489fc8b7..67959d6ebf 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfAcroFormTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfAcroFormTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfCheckBoxFieldTest.java b/forms/src/test/java/com/itextpdf/forms/PdfCheckBoxFieldTest.java
index 408005177e..67cfb0683b 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfCheckBoxFieldTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfCheckBoxFieldTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfChoiceFieldTest.java b/forms/src/test/java/com/itextpdf/forms/PdfChoiceFieldTest.java
index 6694cbf49b..d7de202ca0 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfChoiceFieldTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfChoiceFieldTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfEncryptionTest.java b/forms/src/test/java/com/itextpdf/forms/PdfEncryptionTest.java
index 5e4ba78973..ddb118c3f5 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfEncryptionTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfEncryptionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java b/forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java
index 72a9c7af45..a207751d37 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfFormCopyWithGotoTest.java b/forms/src/test/java/com/itextpdf/forms/PdfFormCopyWithGotoTest.java
index 1eddc9eaa9..40bbb8d10e 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfFormCopyWithGotoTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfFormCopyWithGotoTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldMultilineTextTest.java b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldMultilineTextTest.java
index ec0e9cbf0f..4fcaede8e3 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldMultilineTextTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldMultilineTextTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTest.java b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTest.java
index a61d9fa8c4..5f2543aaca 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTextTest.java b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTextTest.java
index 57ef95dc35..8da0138518 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTextTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldTextTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldsHierarchyTest.java b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldsHierarchyTest.java
index 2c9d8fe5cc..0b14eb0b14 100644
--- a/forms/src/test/java/com/itextpdf/forms/PdfFormFieldsHierarchyTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/PdfFormFieldsHierarchyTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/Utf8FormsTest.java b/forms/src/test/java/com/itextpdf/forms/Utf8FormsTest.java
index e885c44a57..f96af2b0f1 100644
--- a/forms/src/test/java/com/itextpdf/forms/Utf8FormsTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/Utf8FormsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/XfdfReaderTest.java b/forms/src/test/java/com/itextpdf/forms/XfdfReaderTest.java
index b18503e044..5057c0db4a 100644
--- a/forms/src/test/java/com/itextpdf/forms/XfdfReaderTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/XfdfReaderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/XfdfUnitTest.java b/forms/src/test/java/com/itextpdf/forms/XfdfUnitTest.java
index d554d3af1a..a65a0b3817 100644
--- a/forms/src/test/java/com/itextpdf/forms/XfdfUnitTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/XfdfUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/XfdfWriterTest.java b/forms/src/test/java/com/itextpdf/forms/XfdfWriterTest.java
index b8dc138039..25c0116908 100644
--- a/forms/src/test/java/com/itextpdf/forms/XfdfWriterTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/XfdfWriterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/fields/FormsMetaInfoStaticContainerTest.java b/forms/src/test/java/com/itextpdf/forms/fields/FormsMetaInfoStaticContainerTest.java
index 275e8f7871..f97a0eb73f 100644
--- a/forms/src/test/java/com/itextpdf/forms/fields/FormsMetaInfoStaticContainerTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/fields/FormsMetaInfoStaticContainerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/fields/PdfFormFieldIntegrationTest.java b/forms/src/test/java/com/itextpdf/forms/fields/PdfFormFieldIntegrationTest.java
index b47fb4a394..f1a33df808 100644
--- a/forms/src/test/java/com/itextpdf/forms/fields/PdfFormFieldIntegrationTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/fields/PdfFormFieldIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/fields/PdfFormFieldUnitTest.java b/forms/src/test/java/com/itextpdf/forms/fields/PdfFormFieldUnitTest.java
index 44633afa4e..3a319d6b50 100644
--- a/forms/src/test/java/com/itextpdf/forms/fields/PdfFormFieldUnitTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/fields/PdfFormFieldUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/widget/AppearanceCharacteristicsTest.java b/forms/src/test/java/com/itextpdf/forms/widget/AppearanceCharacteristicsTest.java
index 3fb77c7c30..178d865815 100644
--- a/forms/src/test/java/com/itextpdf/forms/widget/AppearanceCharacteristicsTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/widget/AppearanceCharacteristicsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/xfa/SecurityTestXmlParserFactory.java b/forms/src/test/java/com/itextpdf/forms/xfa/SecurityTestXmlParserFactory.java
index 5aab07d9a8..328d326ae8 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfa/SecurityTestXmlParserFactory.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfa/SecurityTestXmlParserFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/xfa/XFAFormTest.java b/forms/src/test/java/com/itextpdf/forms/xfa/XFAFormTest.java
index 4aa0a9e0ab..f6ca178858 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfa/XFAFormTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfa/XFAFormTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/xfa/XfaSecurityTest.java b/forms/src/test/java/com/itextpdf/forms/xfa/XfaSecurityTest.java
index d42a272046..efb18c9b27 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfa/XfaSecurityTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfa/XfaSecurityTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/xfdf/ExceptionTestXmlParserFactory.java b/forms/src/test/java/com/itextpdf/forms/xfdf/ExceptionTestXmlParserFactory.java
index 752c1b188a..eaed2362cc 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfdf/ExceptionTestXmlParserFactory.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfdf/ExceptionTestXmlParserFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/xfdf/SecurityTestXmlParserFactory.java b/forms/src/test/java/com/itextpdf/forms/xfdf/SecurityTestXmlParserFactory.java
index d9a78d5594..688ddd75e6 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfdf/SecurityTestXmlParserFactory.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfdf/SecurityTestXmlParserFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfReaderUnitTest.java b/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfReaderUnitTest.java
index 37e7815284..6e04fd91fa 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfReaderUnitTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfReaderUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfSecurityTest.java b/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfSecurityTest.java
index 05bfcecbb5..29a93456ca 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfSecurityTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfSecurityTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfWriterUnitTest.java b/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfWriterUnitTest.java
index e9edbd9cab..e597c04923 100644
--- a/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfWriterUnitTest.java
+++ b/forms/src/test/java/com/itextpdf/forms/xfdf/XfdfWriterUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/hyph/pom.xml b/hyph/pom.xml
index baee2c683a..99fa9ffd51 100644
--- a/hyph/pom.xml
+++ b/hyph/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
hyph
iText 7 - hyph
diff --git a/io/pom.xml b/io/pom.xml
index 9563629a2f..cff493f629 100644
--- a/io/pom.xml
+++ b/io/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
io
iText 7 - io
diff --git a/io/src/main/java/com/itextpdf/io/codec/BitFile.java b/io/src/main/java/com/itextpdf/io/codec/BitFile.java
index 30008bbcc4..3595ee8aef 100644
--- a/io/src/main/java/com/itextpdf/io/codec/BitFile.java
+++ b/io/src/main/java/com/itextpdf/io/codec/BitFile.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/codec/CCITTG4Encoder.java b/io/src/main/java/com/itextpdf/io/codec/CCITTG4Encoder.java
index 375083518b..e5512203ed 100644
--- a/io/src/main/java/com/itextpdf/io/codec/CCITTG4Encoder.java
+++ b/io/src/main/java/com/itextpdf/io/codec/CCITTG4Encoder.java
@@ -1,7 +1,7 @@
/*
*
* This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
* Authors: Bruno Lowagie, Paulo Soares, et al.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/codec/Jbig2SegmentReader.java b/io/src/main/java/com/itextpdf/io/codec/Jbig2SegmentReader.java
index 22cf3a86fa..cf306c7218 100644
--- a/io/src/main/java/com/itextpdf/io/codec/Jbig2SegmentReader.java
+++ b/io/src/main/java/com/itextpdf/io/codec/Jbig2SegmentReader.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/codec/LZWCompressor.java b/io/src/main/java/com/itextpdf/io/codec/LZWCompressor.java
index 938efed883..a1f166a77b 100644
--- a/io/src/main/java/com/itextpdf/io/codec/LZWCompressor.java
+++ b/io/src/main/java/com/itextpdf/io/codec/LZWCompressor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/codec/LZWStringTable.java b/io/src/main/java/com/itextpdf/io/codec/LZWStringTable.java
index a7b91629bf..1e6e5e6661 100644
--- a/io/src/main/java/com/itextpdf/io/codec/LZWStringTable.java
+++ b/io/src/main/java/com/itextpdf/io/codec/LZWStringTable.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/codec/PngWriter.java b/io/src/main/java/com/itextpdf/io/codec/PngWriter.java
index 96927a5ad9..32e7c895cb 100644
--- a/io/src/main/java/com/itextpdf/io/codec/PngWriter.java
+++ b/io/src/main/java/com/itextpdf/io/codec/PngWriter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/codec/TiffWriter.java b/io/src/main/java/com/itextpdf/io/codec/TiffWriter.java
index e76cd208af..b423c2ee66 100644
--- a/io/src/main/java/com/itextpdf/io/codec/TiffWriter.java
+++ b/io/src/main/java/com/itextpdf/io/codec/TiffWriter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/colors/IccProfile.java b/io/src/main/java/com/itextpdf/io/colors/IccProfile.java
index ab5e2f2261..e39151d49e 100644
--- a/io/src/main/java/com/itextpdf/io/colors/IccProfile.java
+++ b/io/src/main/java/com/itextpdf/io/colors/IccProfile.java
@@ -1,7 +1,7 @@
/*
*
* This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
* Authors: Bruno Lowagie, Paulo Soares, et al.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/exceptions/ExceptionUtil.java b/io/src/main/java/com/itextpdf/io/exceptions/ExceptionUtil.java
index 14826193ef..78b2669708 100644
--- a/io/src/main/java/com/itextpdf/io/exceptions/ExceptionUtil.java
+++ b/io/src/main/java/com/itextpdf/io/exceptions/ExceptionUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/exceptions/FontCompressionException.java b/io/src/main/java/com/itextpdf/io/exceptions/FontCompressionException.java
index 7ba652004d..70289e45d5 100644
--- a/io/src/main/java/com/itextpdf/io/exceptions/FontCompressionException.java
+++ b/io/src/main/java/com/itextpdf/io/exceptions/FontCompressionException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/exceptions/IOException.java b/io/src/main/java/com/itextpdf/io/exceptions/IOException.java
index 3bda56e965..ef4b05424c 100644
--- a/io/src/main/java/com/itextpdf/io/exceptions/IOException.java
+++ b/io/src/main/java/com/itextpdf/io/exceptions/IOException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/exceptions/IoExceptionMessage.java b/io/src/main/java/com/itextpdf/io/exceptions/IoExceptionMessage.java
index 6aef37c04f..2b3c2da7fa 100644
--- a/io/src/main/java/com/itextpdf/io/exceptions/IoExceptionMessage.java
+++ b/io/src/main/java/com/itextpdf/io/exceptions/IoExceptionMessage.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/AdobeGlyphList.java b/io/src/main/java/com/itextpdf/io/font/AdobeGlyphList.java
index e498f58028..bf43048fb0 100644
--- a/io/src/main/java/com/itextpdf/io/font/AdobeGlyphList.java
+++ b/io/src/main/java/com/itextpdf/io/font/AdobeGlyphList.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/CFFFont.java b/io/src/main/java/com/itextpdf/io/font/CFFFont.java
index 37086628b2..92a7f6fe1b 100644
--- a/io/src/main/java/com/itextpdf/io/font/CFFFont.java
+++ b/io/src/main/java/com/itextpdf/io/font/CFFFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/CFFFontSubset.java b/io/src/main/java/com/itextpdf/io/font/CFFFontSubset.java
index b66b83a499..5eb64d1391 100644
--- a/io/src/main/java/com/itextpdf/io/font/CFFFontSubset.java
+++ b/io/src/main/java/com/itextpdf/io/font/CFFFontSubset.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/CMapEncoding.java b/io/src/main/java/com/itextpdf/io/font/CMapEncoding.java
index 672d838a82..fac5553e8e 100644
--- a/io/src/main/java/com/itextpdf/io/font/CMapEncoding.java
+++ b/io/src/main/java/com/itextpdf/io/font/CMapEncoding.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/CidFont.java b/io/src/main/java/com/itextpdf/io/font/CidFont.java
index 31d468b089..bd960b5473 100644
--- a/io/src/main/java/com/itextpdf/io/font/CidFont.java
+++ b/io/src/main/java/com/itextpdf/io/font/CidFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/CidFontProperties.java b/io/src/main/java/com/itextpdf/io/font/CidFontProperties.java
index a5ed883d7e..b94a93e243 100644
--- a/io/src/main/java/com/itextpdf/io/font/CidFontProperties.java
+++ b/io/src/main/java/com/itextpdf/io/font/CidFontProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontCache.java b/io/src/main/java/com/itextpdf/io/font/FontCache.java
index 8954bd496f..7f9843fb18 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontCache.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontCache.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontCacheKey.java b/io/src/main/java/com/itextpdf/io/font/FontCacheKey.java
index 70762af5ca..dbf303d72b 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontCacheKey.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontCacheKey.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontEncoding.java b/io/src/main/java/com/itextpdf/io/font/FontEncoding.java
index 018f47a238..c44ab2286f 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontEncoding.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontEncoding.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontIdentification.java b/io/src/main/java/com/itextpdf/io/font/FontIdentification.java
index 4621ac9eb0..d23a2fcb4a 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontIdentification.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontIdentification.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontMetrics.java b/io/src/main/java/com/itextpdf/io/font/FontMetrics.java
index 1b2b2005b3..8ac5daf245 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontMetrics.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontMetrics.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontNames.java b/io/src/main/java/com/itextpdf/io/font/FontNames.java
index 1b40c7912d..c0f2179752 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontNames.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontNames.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontProgram.java b/io/src/main/java/com/itextpdf/io/font/FontProgram.java
index b301e98d4a..7f4c0ac1e1 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontProgram.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontProgram.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptor.java b/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptor.java
index 264be408d4..16bb128d47 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptor.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptor.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptorFactory.java b/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptorFactory.java
index 16c4a41689..467249429c 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptorFactory.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontProgramDescriptorFactory.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontProgramFactory.java b/io/src/main/java/com/itextpdf/io/font/FontProgramFactory.java
index f69a0b508d..028c1b0fec 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontProgramFactory.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontProgramFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/FontRegisterProvider.java b/io/src/main/java/com/itextpdf/io/font/FontRegisterProvider.java
index ffd1458259..ca86e8c2bc 100644
--- a/io/src/main/java/com/itextpdf/io/font/FontRegisterProvider.java
+++ b/io/src/main/java/com/itextpdf/io/font/FontRegisterProvider.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/GidAwareGlyph.java b/io/src/main/java/com/itextpdf/io/font/GidAwareGlyph.java
index 8be7c12e4b..4a3b059cd6 100644
--- a/io/src/main/java/com/itextpdf/io/font/GidAwareGlyph.java
+++ b/io/src/main/java/com/itextpdf/io/font/GidAwareGlyph.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/IExtraEncoding.java b/io/src/main/java/com/itextpdf/io/font/IExtraEncoding.java
index 1b42b7af1d..4894b9a9ba 100644
--- a/io/src/main/java/com/itextpdf/io/font/IExtraEncoding.java
+++ b/io/src/main/java/com/itextpdf/io/font/IExtraEncoding.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/OpenTypeParser.java b/io/src/main/java/com/itextpdf/io/font/OpenTypeParser.java
index 6034381e19..b8f4ef1ed8 100644
--- a/io/src/main/java/com/itextpdf/io/font/OpenTypeParser.java
+++ b/io/src/main/java/com/itextpdf/io/font/OpenTypeParser.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/PdfEncodings.java b/io/src/main/java/com/itextpdf/io/font/PdfEncodings.java
index 465b6a7f4a..5c6f6fa74c 100644
--- a/io/src/main/java/com/itextpdf/io/font/PdfEncodings.java
+++ b/io/src/main/java/com/itextpdf/io/font/PdfEncodings.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/Pfm2afm.java b/io/src/main/java/com/itextpdf/io/font/Pfm2afm.java
index ecd225e34a..8e2a625e1e 100644
--- a/io/src/main/java/com/itextpdf/io/font/Pfm2afm.java
+++ b/io/src/main/java/com/itextpdf/io/font/Pfm2afm.java
@@ -1,7 +1,7 @@
/*
*
* This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
* Authors: Bruno Lowagie, Paulo Soares, et al.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/TrueTypeCollection.java b/io/src/main/java/com/itextpdf/io/font/TrueTypeCollection.java
index c4612bb79e..7e6f9e66ae 100644
--- a/io/src/main/java/com/itextpdf/io/font/TrueTypeCollection.java
+++ b/io/src/main/java/com/itextpdf/io/font/TrueTypeCollection.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/TrueTypeFont.java b/io/src/main/java/com/itextpdf/io/font/TrueTypeFont.java
index d33b78eba5..88605f2a53 100644
--- a/io/src/main/java/com/itextpdf/io/font/TrueTypeFont.java
+++ b/io/src/main/java/com/itextpdf/io/font/TrueTypeFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/TrueTypeFontSubset.java b/io/src/main/java/com/itextpdf/io/font/TrueTypeFontSubset.java
index 12eba566ff..ef6f7b0862 100644
--- a/io/src/main/java/com/itextpdf/io/font/TrueTypeFontSubset.java
+++ b/io/src/main/java/com/itextpdf/io/font/TrueTypeFontSubset.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/Type1Font.java b/io/src/main/java/com/itextpdf/io/font/Type1Font.java
index 1ae5dfd214..4eaf3b7d34 100644
--- a/io/src/main/java/com/itextpdf/io/font/Type1Font.java
+++ b/io/src/main/java/com/itextpdf/io/font/Type1Font.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/Type1Parser.java b/io/src/main/java/com/itextpdf/io/font/Type1Parser.java
index d683b8c865..bc7e3d9d87 100644
--- a/io/src/main/java/com/itextpdf/io/font/Type1Parser.java
+++ b/io/src/main/java/com/itextpdf/io/font/Type1Parser.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/WoffConverter.java b/io/src/main/java/com/itextpdf/io/font/WoffConverter.java
index dedf99b8c0..769ff8491e 100644
--- a/io/src/main/java/com/itextpdf/io/font/WoffConverter.java
+++ b/io/src/main/java/com/itextpdf/io/font/WoffConverter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/AbstractCMap.java b/io/src/main/java/com/itextpdf/io/font/cmap/AbstractCMap.java
index f2fafdaa79..6493f456bf 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/AbstractCMap.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/AbstractCMap.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapByteCid.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapByteCid.java
index 6cae2ef7c4..daafc57e70 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapByteCid.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapByteCid.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapCidByte.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapCidByte.java
index d671184c8b..3edcc9e32f 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapCidByte.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapCidByte.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapCidUni.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapCidUni.java
index 6825b44ee7..7718e3215b 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapCidUni.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapCidUni.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapContentParser.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapContentParser.java
index 2893203544..3b41bd19f3 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapContentParser.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapContentParser.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapLocationFromBytes.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapLocationFromBytes.java
index 30a5987088..77f41de790 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapLocationFromBytes.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapLocationFromBytes.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapLocationResource.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapLocationResource.java
index 1b2b6629da..cd962b5f70 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapLocationResource.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapLocationResource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapObject.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapObject.java
index e72576d506..b469298304 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapObject.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapParser.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapParser.java
index 437d13dd19..747b0e17d9 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapParser.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapParser.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapToUnicode.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapToUnicode.java
index 945d2b595b..a99a41f08b 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapToUnicode.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapToUnicode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/CMapUniCid.java b/io/src/main/java/com/itextpdf/io/font/cmap/CMapUniCid.java
index 94f5a4ef6c..474f8c904d 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/CMapUniCid.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/CMapUniCid.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/cmap/ICMapLocation.java b/io/src/main/java/com/itextpdf/io/font/cmap/ICMapLocation.java
index f07b0c2c57..4ff1417a81 100644
--- a/io/src/main/java/com/itextpdf/io/font/cmap/ICMapLocation.java
+++ b/io/src/main/java/com/itextpdf/io/font/cmap/ICMapLocation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/constants/FontDescriptorFlags.java b/io/src/main/java/com/itextpdf/io/font/constants/FontDescriptorFlags.java
index 7b822c128a..0573527517 100644
--- a/io/src/main/java/com/itextpdf/io/font/constants/FontDescriptorFlags.java
+++ b/io/src/main/java/com/itextpdf/io/font/constants/FontDescriptorFlags.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/constants/FontMacStyleFlags.java b/io/src/main/java/com/itextpdf/io/font/constants/FontMacStyleFlags.java
index e030644009..cfad472093 100644
--- a/io/src/main/java/com/itextpdf/io/font/constants/FontMacStyleFlags.java
+++ b/io/src/main/java/com/itextpdf/io/font/constants/FontMacStyleFlags.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/constants/FontResources.java b/io/src/main/java/com/itextpdf/io/font/constants/FontResources.java
index fdc861c1d9..8a60ef4103 100644
--- a/io/src/main/java/com/itextpdf/io/font/constants/FontResources.java
+++ b/io/src/main/java/com/itextpdf/io/font/constants/FontResources.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/constants/FontStretches.java b/io/src/main/java/com/itextpdf/io/font/constants/FontStretches.java
index 6cc9e1298e..2d860f0a03 100644
--- a/io/src/main/java/com/itextpdf/io/font/constants/FontStretches.java
+++ b/io/src/main/java/com/itextpdf/io/font/constants/FontStretches.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/constants/FontStyles.java b/io/src/main/java/com/itextpdf/io/font/constants/FontStyles.java
index d7b95b6328..8e762f8a42 100644
--- a/io/src/main/java/com/itextpdf/io/font/constants/FontStyles.java
+++ b/io/src/main/java/com/itextpdf/io/font/constants/FontStyles.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/constants/FontWeights.java b/io/src/main/java/com/itextpdf/io/font/constants/FontWeights.java
index 0761a15959..6a651f6fe7 100644
--- a/io/src/main/java/com/itextpdf/io/font/constants/FontWeights.java
+++ b/io/src/main/java/com/itextpdf/io/font/constants/FontWeights.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/constants/StandardFontFamilies.java b/io/src/main/java/com/itextpdf/io/font/constants/StandardFontFamilies.java
index af8775806a..76be4363e7 100644
--- a/io/src/main/java/com/itextpdf/io/font/constants/StandardFontFamilies.java
+++ b/io/src/main/java/com/itextpdf/io/font/constants/StandardFontFamilies.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/constants/StandardFonts.java b/io/src/main/java/com/itextpdf/io/font/constants/StandardFonts.java
index 94dd51f02d..298a6f01f1 100644
--- a/io/src/main/java/com/itextpdf/io/font/constants/StandardFonts.java
+++ b/io/src/main/java/com/itextpdf/io/font/constants/StandardFonts.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/constants/TrueTypeCodePages.java b/io/src/main/java/com/itextpdf/io/font/constants/TrueTypeCodePages.java
index 56a53ed612..1456061b9d 100644
--- a/io/src/main/java/com/itextpdf/io/font/constants/TrueTypeCodePages.java
+++ b/io/src/main/java/com/itextpdf/io/font/constants/TrueTypeCodePages.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/ActualTextIterator.java b/io/src/main/java/com/itextpdf/io/font/otf/ActualTextIterator.java
index e76f74eb48..9a2bb174fd 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/ActualTextIterator.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/ActualTextIterator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/ChainingContextualTable.java b/io/src/main/java/com/itextpdf/io/font/otf/ChainingContextualTable.java
index ac667e7044..e99136633a 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/ChainingContextualTable.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/ChainingContextualTable.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/ContextualPositionRule.java b/io/src/main/java/com/itextpdf/io/font/otf/ContextualPositionRule.java
index 7bbf3fe0cd..b3be119558 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/ContextualPositionRule.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/ContextualPositionRule.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/ContextualRule.java b/io/src/main/java/com/itextpdf/io/font/otf/ContextualRule.java
index b8a230e1c9..997bfaca21 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/ContextualRule.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/ContextualRule.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/ContextualSubstRule.java b/io/src/main/java/com/itextpdf/io/font/otf/ContextualSubstRule.java
index e1ffb49517..37af196f1e 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/ContextualSubstRule.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/ContextualSubstRule.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/ContextualTable.java b/io/src/main/java/com/itextpdf/io/font/otf/ContextualTable.java
index d398c4cea1..e17c425482 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/ContextualTable.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/ContextualTable.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/FeatureRecord.java b/io/src/main/java/com/itextpdf/io/font/otf/FeatureRecord.java
index 09cb86ab2c..37a3b05d88 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/FeatureRecord.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/FeatureRecord.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/FontReadingException.java b/io/src/main/java/com/itextpdf/io/font/otf/FontReadingException.java
index e508582aeb..34ac94b376 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/FontReadingException.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/FontReadingException.java
@@ -1,7 +1,7 @@
/*
*
* This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
* Authors: Bruno Lowagie, Paulo Soares, et al.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/Glyph.java b/io/src/main/java/com/itextpdf/io/font/otf/Glyph.java
index 32604c5391..9d2f408ff6 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/Glyph.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/Glyph.java
@@ -1,7 +1,7 @@
/*
*
* This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
* Authors: Bruno Lowagie, Paulo Soares, et al.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GlyphLine.java b/io/src/main/java/com/itextpdf/io/font/otf/GlyphLine.java
index 9de45e0ce6..b757e1dd1c 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GlyphLine.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GlyphLine.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GlyphPositioningTableReader.java b/io/src/main/java/com/itextpdf/io/font/otf/GlyphPositioningTableReader.java
index c8b66e1ff0..2cf97d47fe 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GlyphPositioningTableReader.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GlyphPositioningTableReader.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GlyphSubstitutionTableReader.java b/io/src/main/java/com/itextpdf/io/font/otf/GlyphSubstitutionTableReader.java
index 4fd81d2bc5..5aa7d8881a 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GlyphSubstitutionTableReader.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GlyphSubstitutionTableReader.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GposAnchor.java b/io/src/main/java/com/itextpdf/io/font/otf/GposAnchor.java
index bf6b556c02..6b70dbd970 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GposAnchor.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GposAnchor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType1.java b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType1.java
index cbd9cc4805..6113698396 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType1.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType1.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType2.java b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType2.java
index b7a9d1f213..6522c525c3 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType2.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType2.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType4.java b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType4.java
index e4ffba6eda..ae99935ae3 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType4.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType4.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType5.java b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType5.java
index 10d0b7d16f..e84b1d1e5f 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType5.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType5.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType6.java b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType6.java
index 9b50328dee..ddbe90ab30 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType6.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType6.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType7.java b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType7.java
index fbb572be4e..3848adcc35 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType7.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType7.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType8.java b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType8.java
index c05850908a..d61a29c6ec 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType8.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GposLookupType8.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GposValueRecord.java b/io/src/main/java/com/itextpdf/io/font/otf/GposValueRecord.java
index 817605ba80..cb10a081f7 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GposValueRecord.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GposValueRecord.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType1.java b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType1.java
index f89e662687..0e8b9e8aa7 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType1.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType1.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType2.java b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType2.java
index 5f0d95b84b..8acd649554 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType2.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType2.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType3.java b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType3.java
index c4e2f517b0..40a0ae5281 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType3.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType3.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType4.java b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType4.java
index fd1123cbe3..6ed7adb672 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType4.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType4.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType5.java b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType5.java
index e523a70224..cd6dd08545 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType5.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType5.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType6.java b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType6.java
index ab73af32a5..7a9c9b0941 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType6.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/GsubLookupType6.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/LanguageRecord.java b/io/src/main/java/com/itextpdf/io/font/otf/LanguageRecord.java
index 7264acc711..50a7b70ea7 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/LanguageRecord.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/LanguageRecord.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/LanguageTags.java b/io/src/main/java/com/itextpdf/io/font/otf/LanguageTags.java
index 074a2af21a..4dcc49c640 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/LanguageTags.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/LanguageTags.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/MarkTable.java b/io/src/main/java/com/itextpdf/io/font/otf/MarkTable.java
index 6f66392639..5d313109c5 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/MarkTable.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/MarkTable.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/OpenTableLookup.java b/io/src/main/java/com/itextpdf/io/font/otf/OpenTableLookup.java
index 7827a61537..d2c49f1f71 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/OpenTableLookup.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/OpenTableLookup.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeFeature.java b/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeFeature.java
index cf07c6abca..f6c3017814 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeFeature.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeFeature.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeFontTableReader.java b/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeFontTableReader.java
index d2ba6dcb84..1bd47ad085 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeFontTableReader.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeFontTableReader.java
@@ -1,7 +1,7 @@
/*
*
* This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
* Authors: Bruno Lowagie, Paulo Soares, et al.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeGdefTableReader.java b/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeGdefTableReader.java
index f848500e10..d7612be2e8 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeGdefTableReader.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeGdefTableReader.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeScript.java b/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeScript.java
index 6d189c614c..082efbff37 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeScript.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/OpenTypeScript.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/OtfClass.java b/io/src/main/java/com/itextpdf/io/font/otf/OtfClass.java
index 1ad60cbe57..b8b21e1430 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/OtfClass.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/OtfClass.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/OtfMarkRecord.java b/io/src/main/java/com/itextpdf/io/font/otf/OtfMarkRecord.java
index 729e109b5a..94f112d9e5 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/OtfMarkRecord.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/OtfMarkRecord.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/OtfReadCommon.java b/io/src/main/java/com/itextpdf/io/font/otf/OtfReadCommon.java
index c1d7fa6aa5..23449f7cf9 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/OtfReadCommon.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/OtfReadCommon.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/PosLookupRecord.java b/io/src/main/java/com/itextpdf/io/font/otf/PosLookupRecord.java
index 2beb2185e3..74fb4b12cf 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/PosLookupRecord.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/PosLookupRecord.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/ScriptRecord.java b/io/src/main/java/com/itextpdf/io/font/otf/ScriptRecord.java
index a68a5ad177..f783c24d76 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/ScriptRecord.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/ScriptRecord.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/SubstLookupRecord.java b/io/src/main/java/com/itextpdf/io/font/otf/SubstLookupRecord.java
index 227f44dcab..4932e2bb30 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/SubstLookupRecord.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/SubstLookupRecord.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/TagAndLocation.java b/io/src/main/java/com/itextpdf/io/font/otf/TagAndLocation.java
index ed1dbcfaae..5cba6d834b 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/TagAndLocation.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/TagAndLocation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format1.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format1.java
index 1a6d9fc8a5..1d01624bde 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format1.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format1.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format2.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format2.java
index fc70546536..1c1dc52ce6 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format2.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format2.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format3.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format3.java
index 3c462b5da1..84adc71bc4 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format3.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype5/SubTableLookup5Format3.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format1.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format1.java
index 040f23b287..aa57659fd5 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format1.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format1.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format2.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format2.java
index be7f1048e0..fa60c934e7 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format2.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format2.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format3.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format3.java
index be7ad37ba3..2edd572183 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format3.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype6/SubTableLookup6Format3.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype7/PosTableLookup7Format2.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype7/PosTableLookup7Format2.java
index a2a5c7f1d9..68c7b35651 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype7/PosTableLookup7Format2.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype7/PosTableLookup7Format2.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format1.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format1.java
index b2fc209292..f0543a72b2 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format1.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format1.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format2.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format2.java
index 9f698fb47f..5624e8a5d1 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format2.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format2.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format3.java b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format3.java
index b3e06811ac..e6b0170712 100644
--- a/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format3.java
+++ b/io/src/main/java/com/itextpdf/io/font/otf/lookuptype8/PosTableLookup8Format3.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/font/woff2/JavaUnsignedUtil.java b/io/src/main/java/com/itextpdf/io/font/woff2/JavaUnsignedUtil.java
index 9316a034bc..0eef6e8884 100644
--- a/io/src/main/java/com/itextpdf/io/font/woff2/JavaUnsignedUtil.java
+++ b/io/src/main/java/com/itextpdf/io/font/woff2/JavaUnsignedUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/font/woff2/Woff2Converter.java b/io/src/main/java/com/itextpdf/io/font/woff2/Woff2Converter.java
index 28ca2dada8..38fe14a8ac 100644
--- a/io/src/main/java/com/itextpdf/io/font/woff2/Woff2Converter.java
+++ b/io/src/main/java/com/itextpdf/io/font/woff2/Woff2Converter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/image/AwtImageDataFactory.java b/io/src/main/java/com/itextpdf/io/image/AwtImageDataFactory.java
index b0bfe72cbe..255892b561 100644
--- a/io/src/main/java/com/itextpdf/io/image/AwtImageDataFactory.java
+++ b/io/src/main/java/com/itextpdf/io/image/AwtImageDataFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/BmpImageData.java b/io/src/main/java/com/itextpdf/io/image/BmpImageData.java
index 495538e313..3c3d1a2df8 100644
--- a/io/src/main/java/com/itextpdf/io/image/BmpImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/BmpImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/BmpImageHelper.java b/io/src/main/java/com/itextpdf/io/image/BmpImageHelper.java
index 21950d1e6b..7784221624 100644
--- a/io/src/main/java/com/itextpdf/io/image/BmpImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/BmpImageHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/GifImageData.java b/io/src/main/java/com/itextpdf/io/image/GifImageData.java
index b66a24fad9..e031aefab6 100644
--- a/io/src/main/java/com/itextpdf/io/image/GifImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/GifImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/GifImageHelper.java b/io/src/main/java/com/itextpdf/io/image/GifImageHelper.java
index 9da24123a4..f1dcd09d9c 100644
--- a/io/src/main/java/com/itextpdf/io/image/GifImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/GifImageHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/ImageData.java b/io/src/main/java/com/itextpdf/io/image/ImageData.java
index e2f769a55b..c7163cc41a 100644
--- a/io/src/main/java/com/itextpdf/io/image/ImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/ImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/ImageDataFactory.java b/io/src/main/java/com/itextpdf/io/image/ImageDataFactory.java
index 34a181cfec..44829d764b 100644
--- a/io/src/main/java/com/itextpdf/io/image/ImageDataFactory.java
+++ b/io/src/main/java/com/itextpdf/io/image/ImageDataFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/ImageType.java b/io/src/main/java/com/itextpdf/io/image/ImageType.java
index 3b10297158..3e9ffb5ea7 100644
--- a/io/src/main/java/com/itextpdf/io/image/ImageType.java
+++ b/io/src/main/java/com/itextpdf/io/image/ImageType.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/ImageTypeDetector.java b/io/src/main/java/com/itextpdf/io/image/ImageTypeDetector.java
index b22a46e9a3..ba162a9471 100644
--- a/io/src/main/java/com/itextpdf/io/image/ImageTypeDetector.java
+++ b/io/src/main/java/com/itextpdf/io/image/ImageTypeDetector.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/image/Jbig2ImageData.java b/io/src/main/java/com/itextpdf/io/image/Jbig2ImageData.java
index 573f59260f..57a4433d86 100644
--- a/io/src/main/java/com/itextpdf/io/image/Jbig2ImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/Jbig2ImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/Jbig2ImageHelper.java b/io/src/main/java/com/itextpdf/io/image/Jbig2ImageHelper.java
index d0308007fe..ca31054ae5 100644
--- a/io/src/main/java/com/itextpdf/io/image/Jbig2ImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/Jbig2ImageHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageData.java b/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageData.java
index 9209bfb02d..8a8dac9d5f 100644
--- a/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageHelper.java b/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageHelper.java
index f489c0f79e..54488d4126 100644
--- a/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/Jpeg2000ImageHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/JpegImageData.java b/io/src/main/java/com/itextpdf/io/image/JpegImageData.java
index bb9ed1324b..0b995301ce 100644
--- a/io/src/main/java/com/itextpdf/io/image/JpegImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/JpegImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/JpegImageHelper.java b/io/src/main/java/com/itextpdf/io/image/JpegImageHelper.java
index f8ee99823c..6cb9fb4b79 100644
--- a/io/src/main/java/com/itextpdf/io/image/JpegImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/JpegImageHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/PngChromaticities.java b/io/src/main/java/com/itextpdf/io/image/PngChromaticities.java
index 52240e2550..0aacd4e6be 100644
--- a/io/src/main/java/com/itextpdf/io/image/PngChromaticities.java
+++ b/io/src/main/java/com/itextpdf/io/image/PngChromaticities.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/image/PngImageData.java b/io/src/main/java/com/itextpdf/io/image/PngImageData.java
index 4923e699ca..95ccd7abff 100644
--- a/io/src/main/java/com/itextpdf/io/image/PngImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/PngImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/PngImageHelper.java b/io/src/main/java/com/itextpdf/io/image/PngImageHelper.java
index 140377929e..a0858c8477 100644
--- a/io/src/main/java/com/itextpdf/io/image/PngImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/PngImageHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/PngImageHelperConstants.java b/io/src/main/java/com/itextpdf/io/image/PngImageHelperConstants.java
index c55b6e8295..62a586b3d3 100644
--- a/io/src/main/java/com/itextpdf/io/image/PngImageHelperConstants.java
+++ b/io/src/main/java/com/itextpdf/io/image/PngImageHelperConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/image/RawImageData.java b/io/src/main/java/com/itextpdf/io/image/RawImageData.java
index b5a9bb5152..aefa5215ce 100644
--- a/io/src/main/java/com/itextpdf/io/image/RawImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/RawImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/RawImageHelper.java b/io/src/main/java/com/itextpdf/io/image/RawImageHelper.java
index e8073c0fd2..a3b62df91d 100644
--- a/io/src/main/java/com/itextpdf/io/image/RawImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/RawImageHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/TiffImageData.java b/io/src/main/java/com/itextpdf/io/image/TiffImageData.java
index 9a43a9a3a5..a17a2d1369 100644
--- a/io/src/main/java/com/itextpdf/io/image/TiffImageData.java
+++ b/io/src/main/java/com/itextpdf/io/image/TiffImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/image/TiffImageHelper.java b/io/src/main/java/com/itextpdf/io/image/TiffImageHelper.java
index 760fb98ad6..0a7543d03e 100644
--- a/io/src/main/java/com/itextpdf/io/image/TiffImageHelper.java
+++ b/io/src/main/java/com/itextpdf/io/image/TiffImageHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/logs/IoLogMessageConstant.java b/io/src/main/java/com/itextpdf/io/logs/IoLogMessageConstant.java
index 5731541d6c..a16eee9486 100644
--- a/io/src/main/java/com/itextpdf/io/logs/IoLogMessageConstant.java
+++ b/io/src/main/java/com/itextpdf/io/logs/IoLogMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/ArrayRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/ArrayRandomAccessSource.java
index f9fa1b0beb..1986653acc 100644
--- a/io/src/main/java/com/itextpdf/io/source/ArrayRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/ArrayRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/ByteArrayOutputStream.java b/io/src/main/java/com/itextpdf/io/source/ByteArrayOutputStream.java
index 2b93f0bcbd..c23d83d088 100644
--- a/io/src/main/java/com/itextpdf/io/source/ByteArrayOutputStream.java
+++ b/io/src/main/java/com/itextpdf/io/source/ByteArrayOutputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/ByteBuffer.java b/io/src/main/java/com/itextpdf/io/source/ByteBuffer.java
index 7dced1a98d..adad780b93 100644
--- a/io/src/main/java/com/itextpdf/io/source/ByteBuffer.java
+++ b/io/src/main/java/com/itextpdf/io/source/ByteBuffer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/ByteBufferRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/ByteBufferRandomAccessSource.java
index bb23d9f486..d3b0e74e5f 100644
--- a/io/src/main/java/com/itextpdf/io/source/ByteBufferRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/ByteBufferRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/ByteUtils.java b/io/src/main/java/com/itextpdf/io/source/ByteUtils.java
index cdb657aa3a..5c0f15c390 100644
--- a/io/src/main/java/com/itextpdf/io/source/ByteUtils.java
+++ b/io/src/main/java/com/itextpdf/io/source/ByteUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/DeflaterOutputStream.java b/io/src/main/java/com/itextpdf/io/source/DeflaterOutputStream.java
index bdfe65f130..cedfff9725 100644
--- a/io/src/main/java/com/itextpdf/io/source/DeflaterOutputStream.java
+++ b/io/src/main/java/com/itextpdf/io/source/DeflaterOutputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/FileChannelRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/FileChannelRandomAccessSource.java
index b495b143d6..40f2d1521a 100644
--- a/io/src/main/java/com/itextpdf/io/source/FileChannelRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/FileChannelRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/GetBufferedRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/GetBufferedRandomAccessSource.java
index 6fbe9467ad..4d2789ce67 100644
--- a/io/src/main/java/com/itextpdf/io/source/GetBufferedRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/GetBufferedRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/GroupedRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/GroupedRandomAccessSource.java
index 104f9aa4d6..9e8e4095a5 100644
--- a/io/src/main/java/com/itextpdf/io/source/GroupedRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/GroupedRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/IRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/IRandomAccessSource.java
index 79f532b107..b914f4928c 100644
--- a/io/src/main/java/com/itextpdf/io/source/IRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/IRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/IndependentRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/IndependentRandomAccessSource.java
index 87ee5b825b..2280cbb833 100644
--- a/io/src/main/java/com/itextpdf/io/source/IndependentRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/IndependentRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/MappedChannelRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/MappedChannelRandomAccessSource.java
index a4aedee40b..58a964b9b9 100644
--- a/io/src/main/java/com/itextpdf/io/source/MappedChannelRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/MappedChannelRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/OutputStream.java b/io/src/main/java/com/itextpdf/io/source/OutputStream.java
index ed2837d262..4a8a67140d 100644
--- a/io/src/main/java/com/itextpdf/io/source/OutputStream.java
+++ b/io/src/main/java/com/itextpdf/io/source/OutputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/PagedChannelRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/PagedChannelRandomAccessSource.java
index 01ef1e52ba..a89066aafb 100644
--- a/io/src/main/java/com/itextpdf/io/source/PagedChannelRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/PagedChannelRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/PdfTokenizer.java b/io/src/main/java/com/itextpdf/io/source/PdfTokenizer.java
index c205d181d8..a25e24df72 100644
--- a/io/src/main/java/com/itextpdf/io/source/PdfTokenizer.java
+++ b/io/src/main/java/com/itextpdf/io/source/PdfTokenizer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/RAFRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/RAFRandomAccessSource.java
index dd18034989..149f7e5376 100644
--- a/io/src/main/java/com/itextpdf/io/source/RAFRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/RAFRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/RASInputStream.java b/io/src/main/java/com/itextpdf/io/source/RASInputStream.java
index b1501ba7e1..1970ebe3d4 100644
--- a/io/src/main/java/com/itextpdf/io/source/RASInputStream.java
+++ b/io/src/main/java/com/itextpdf/io/source/RASInputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/RandomAccessFileOrArray.java b/io/src/main/java/com/itextpdf/io/source/RandomAccessFileOrArray.java
index 485093bf7d..05626ba01e 100644
--- a/io/src/main/java/com/itextpdf/io/source/RandomAccessFileOrArray.java
+++ b/io/src/main/java/com/itextpdf/io/source/RandomAccessFileOrArray.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/RandomAccessSourceFactory.java b/io/src/main/java/com/itextpdf/io/source/RandomAccessSourceFactory.java
index 7c2586568a..1087414a32 100644
--- a/io/src/main/java/com/itextpdf/io/source/RandomAccessSourceFactory.java
+++ b/io/src/main/java/com/itextpdf/io/source/RandomAccessSourceFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/ThreadSafeRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/ThreadSafeRandomAccessSource.java
index f5b6fbf0ba..bdb2995c37 100644
--- a/io/src/main/java/com/itextpdf/io/source/ThreadSafeRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/ThreadSafeRandomAccessSource.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/source/WindowRandomAccessSource.java b/io/src/main/java/com/itextpdf/io/source/WindowRandomAccessSource.java
index d9d36989ec..d890457581 100644
--- a/io/src/main/java/com/itextpdf/io/source/WindowRandomAccessSource.java
+++ b/io/src/main/java/com/itextpdf/io/source/WindowRandomAccessSource.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/ArrayUtil.java b/io/src/main/java/com/itextpdf/io/util/ArrayUtil.java
index 163ea103e8..1a6a346b0c 100644
--- a/io/src/main/java/com/itextpdf/io/util/ArrayUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/ArrayUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/CliCommandUtil.java b/io/src/main/java/com/itextpdf/io/util/CliCommandUtil.java
index 5939f2387a..7f63550521 100644
--- a/io/src/main/java/com/itextpdf/io/util/CliCommandUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/CliCommandUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/DecimalFormatUtil.java b/io/src/main/java/com/itextpdf/io/util/DecimalFormatUtil.java
index 608f269b5e..0396398786 100644
--- a/io/src/main/java/com/itextpdf/io/util/DecimalFormatUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/DecimalFormatUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/EnumUtil.java b/io/src/main/java/com/itextpdf/io/util/EnumUtil.java
index 9d48d79a71..870a396081 100644
--- a/io/src/main/java/com/itextpdf/io/util/EnumUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/EnumUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/util/FilterUtil.java b/io/src/main/java/com/itextpdf/io/util/FilterUtil.java
index 3d54700f94..640df44402 100644
--- a/io/src/main/java/com/itextpdf/io/util/FilterUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/FilterUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/GenericArray.java b/io/src/main/java/com/itextpdf/io/util/GenericArray.java
index ce84b72e40..89b4e3cf97 100644
--- a/io/src/main/java/com/itextpdf/io/util/GenericArray.java
+++ b/io/src/main/java/com/itextpdf/io/util/GenericArray.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/GhostscriptHelper.java b/io/src/main/java/com/itextpdf/io/util/GhostscriptHelper.java
index c154aa30fd..323873dae3 100644
--- a/io/src/main/java/com/itextpdf/io/util/GhostscriptHelper.java
+++ b/io/src/main/java/com/itextpdf/io/util/GhostscriptHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/HashCode.java b/io/src/main/java/com/itextpdf/io/util/HashCode.java
index 7914a86933..50480cd9b2 100644
--- a/io/src/main/java/com/itextpdf/io/util/HashCode.java
+++ b/io/src/main/java/com/itextpdf/io/util/HashCode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/ImageMagickCompareResult.java b/io/src/main/java/com/itextpdf/io/util/ImageMagickCompareResult.java
index 9b592fd844..9bfa2b3d70 100644
--- a/io/src/main/java/com/itextpdf/io/util/ImageMagickCompareResult.java
+++ b/io/src/main/java/com/itextpdf/io/util/ImageMagickCompareResult.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/main/java/com/itextpdf/io/util/ImageMagickHelper.java b/io/src/main/java/com/itextpdf/io/util/ImageMagickHelper.java
index ecd68c6a79..46d9dd919f 100644
--- a/io/src/main/java/com/itextpdf/io/util/ImageMagickHelper.java
+++ b/io/src/main/java/com/itextpdf/io/util/ImageMagickHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/IntHashtable.java b/io/src/main/java/com/itextpdf/io/util/IntHashtable.java
index f2fe65adda..86c3622d5e 100644
--- a/io/src/main/java/com/itextpdf/io/util/IntHashtable.java
+++ b/io/src/main/java/com/itextpdf/io/util/IntHashtable.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/NumberUtil.java b/io/src/main/java/com/itextpdf/io/util/NumberUtil.java
index 3b3601d504..fdb0468761 100644
--- a/io/src/main/java/com/itextpdf/io/util/NumberUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/NumberUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/main/java/com/itextpdf/io/util/ResourceUtil.java b/io/src/main/java/com/itextpdf/io/util/ResourceUtil.java
index 2c77d9c1f6..b6f6491254 100644
--- a/io/src/main/java/com/itextpdf/io/util/ResourceUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/ResourceUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/StreamUtil.java b/io/src/main/java/com/itextpdf/io/util/StreamUtil.java
index e6dd33fbe1..fb2b1c425c 100644
--- a/io/src/main/java/com/itextpdf/io/util/StreamUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/StreamUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/TextUtil.java b/io/src/main/java/com/itextpdf/io/util/TextUtil.java
index 9027992087..b9a7e4a48e 100644
--- a/io/src/main/java/com/itextpdf/io/util/TextUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/TextUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/UrlUtil.java b/io/src/main/java/com/itextpdf/io/util/UrlUtil.java
index e3b766db98..52f9d6eb5d 100644
--- a/io/src/main/java/com/itextpdf/io/util/UrlUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/UrlUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/main/java/com/itextpdf/io/util/XmlUtil.java b/io/src/main/java/com/itextpdf/io/util/XmlUtil.java
index b5e28e4918..e74ffa8a75 100644
--- a/io/src/main/java/com/itextpdf/io/util/XmlUtil.java
+++ b/io/src/main/java/com/itextpdf/io/util/XmlUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/test/java/com/itextpdf/io/AdobeGlyphListTest.java b/io/src/test/java/com/itextpdf/io/AdobeGlyphListTest.java
index d6a66fc9a9..96eac39c79 100644
--- a/io/src/test/java/com/itextpdf/io/AdobeGlyphListTest.java
+++ b/io/src/test/java/com/itextpdf/io/AdobeGlyphListTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/UtilitiesTest.java b/io/src/test/java/com/itextpdf/io/UtilitiesTest.java
index 61c30d7fbf..fed7d80d18 100644
--- a/io/src/test/java/com/itextpdf/io/UtilitiesTest.java
+++ b/io/src/test/java/com/itextpdf/io/UtilitiesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/CFFFontSubsetIntegrationTest.java b/io/src/test/java/com/itextpdf/io/font/CFFFontSubsetIntegrationTest.java
index a7db7ca18a..d75b16111f 100644
--- a/io/src/test/java/com/itextpdf/io/font/CFFFontSubsetIntegrationTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/CFFFontSubsetIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/CFFFontTest.java b/io/src/test/java/com/itextpdf/io/font/CFFFontTest.java
index e05c180e18..d9d59f5103 100644
--- a/io/src/test/java/com/itextpdf/io/font/CFFFontTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/CFFFontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/FontCacheNoFontAsianTest.java b/io/src/test/java/com/itextpdf/io/font/FontCacheNoFontAsianTest.java
index e0cf5e8d8d..4ef3ab3183 100644
--- a/io/src/test/java/com/itextpdf/io/font/FontCacheNoFontAsianTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/FontCacheNoFontAsianTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/FontEncodingTest.java b/io/src/test/java/com/itextpdf/io/font/FontEncodingTest.java
index d7f5d6050c..09e2e25ed8 100644
--- a/io/src/test/java/com/itextpdf/io/font/FontEncodingTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/FontEncodingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/FontProgramTest.java b/io/src/test/java/com/itextpdf/io/font/FontProgramTest.java
index 5d1d196497..774768ef0d 100644
--- a/io/src/test/java/com/itextpdf/io/font/FontProgramTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/FontProgramTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/MonospaceFontTest.java b/io/src/test/java/com/itextpdf/io/font/MonospaceFontTest.java
index ccc6a5cf97..fb290fbd49 100644
--- a/io/src/test/java/com/itextpdf/io/font/MonospaceFontTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/MonospaceFontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/TrueTypeFontTest.java b/io/src/test/java/com/itextpdf/io/font/TrueTypeFontTest.java
index 1039404a86..d66838a148 100644
--- a/io/src/test/java/com/itextpdf/io/font/TrueTypeFontTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/TrueTypeFontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/cmap/CMapByteCidTest.java b/io/src/test/java/com/itextpdf/io/font/cmap/CMapByteCidTest.java
index 5a9c1be24b..4a0ecc1663 100644
--- a/io/src/test/java/com/itextpdf/io/font/cmap/CMapByteCidTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/cmap/CMapByteCidTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/ActualTextIteratorTest.java b/io/src/test/java/com/itextpdf/io/font/otf/ActualTextIteratorTest.java
index 0c5074f3ed..4543a725fb 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/ActualTextIteratorTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/ActualTextIteratorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/GlyphLineTest.java b/io/src/test/java/com/itextpdf/io/font/otf/GlyphLineTest.java
index 6ffb7de717..1b614ddafe 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/GlyphLineTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/GlyphLineTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/GlyphTest.java b/io/src/test/java/com/itextpdf/io/font/otf/GlyphTest.java
index 51c91ec500..5c28157898 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/GlyphTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/GlyphTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType1Test.java b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType1Test.java
index ac8e298604..a9c4733370 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType1Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType1Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType4Test.java b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType4Test.java
index f41eccc2d5..03e18440d2 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType4Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType4Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType5Test.java b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType5Test.java
index b41161abbb..78158e01e9 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType5Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType5Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType7Test.java b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType7Test.java
index c7bc59b6ee..e81eb2483c 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType7Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType7Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType8Test.java b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType8Test.java
index df2ed09694..483906e4da 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType8Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/GposLookupType8Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/GsubLookupType4Test.java b/io/src/test/java/com/itextpdf/io/font/otf/GsubLookupType4Test.java
index 0daf7313e9..a0a6c35790 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/GsubLookupType4Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/GsubLookupType4Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/GsubLookupType6Test.java b/io/src/test/java/com/itextpdf/io/font/otf/GsubLookupType6Test.java
index 158820b64f..3e2a3765f5 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/GsubLookupType6Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/GsubLookupType6Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/OpenTypeFontTableReaderTest.java b/io/src/test/java/com/itextpdf/io/font/otf/OpenTypeFontTableReaderTest.java
index 41e55054fe..4dd842c966 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/OpenTypeFontTableReaderTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/OpenTypeFontTableReaderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/OpenTypeGdefTableReaderTest.java b/io/src/test/java/com/itextpdf/io/font/otf/OpenTypeGdefTableReaderTest.java
index 87726062ac..8d9cf2f9c1 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/OpenTypeGdefTableReaderTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/OpenTypeGdefTableReaderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/otf/OtfReadCommonTest.java b/io/src/test/java/com/itextpdf/io/font/otf/OtfReadCommonTest.java
index 2d5c8124eb..faa485b135 100644
--- a/io/src/test/java/com/itextpdf/io/font/otf/OtfReadCommonTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/otf/OtfReadCommonTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/SimpleWoff2DecodeTest.java b/io/src/test/java/com/itextpdf/io/font/woff2/SimpleWoff2DecodeTest.java
index 2adcb1cb5c..d8fb2b4a99 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/SimpleWoff2DecodeTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/SimpleWoff2DecodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/Woff2DecodeTest.java b/io/src/test/java/com/itextpdf/io/font/woff2/Woff2DecodeTest.java
index ba767bd0e5..92911d9716 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/Woff2DecodeTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/Woff2DecodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/W3CWoff2DecodeTest.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/W3CWoff2DecodeTest.java
index b877f2775c..f80862df11 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/W3CWoff2DecodeTest.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/W3CWoff2DecodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationChecksum001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationChecksum001Test.java
index 9abc53fbb0..eeaf883800 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationChecksum001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationChecksum001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationChecksum002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationChecksum002Test.java
index c05b955e53..b42d0b2054 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationChecksum002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationChecksum002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationLocaFormat001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationLocaFormat001Test.java
index 06c198196b..4489723cf6 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationLocaFormat001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationLocaFormat001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationLocaFormat002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationLocaFormat002Test.java
index e8856bc062..8e57443e99 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationLocaFormat002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationLocaFormat002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff001Test.java
index e25ee0f99b..2d37880189 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff002Test.java
index fb2fccd231..270efc2666 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff003Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff003Test.java
index f53eec1a0f..dbed688d41 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff003Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff003Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff004Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff004Test.java
index 3f1ff79943..d8252464ef 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff004Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff004Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff005Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff005Test.java
index 6a1b51893f..07b0bc7808 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff005Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff005Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff006Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff006Test.java
index 62fe795a42..bf30d5cf06 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff006Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff006Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff007Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff007Test.java
index cf7bd7a45f..83f5c9ecd7 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff007Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff007Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff008Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff008Test.java
index 19c9935548..45d63361ed 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff008Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff008Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff009Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff009Test.java
index 33680a7db1..84bb1d629f 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff009Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff009Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff010Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff010Test.java
index 0a0cd3fe21..ee70b1be33 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff010Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff010Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff011Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff011Test.java
index 0a3db33cd9..e30cff5a95 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff011Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff011Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff012Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff012Test.java
index 72aefbd9b4..5f8e6f5fbb 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff012Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff012Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff013Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff013Test.java
index 4805605e0d..be79e5cb67 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff013Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff013Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff014Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff014Test.java
index 9ce5ddf185..01afd00b17 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff014Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff014Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff015Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff015Test.java
index 9942ea610e..8f1f4e9d7a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff015Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff015Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff016Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff016Test.java
index 8fabb6ad89..a41bc518fc 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff016Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff016Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff017Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff017Test.java
index 6bc1c1175b..2937fd688e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff017Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff017Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff018Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff018Test.java
index 98c06dee01..3a3b96967c 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff018Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff018Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff019Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff019Test.java
index c702c5bb1e..5aa9a9f0f4 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff019Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff019Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff020Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff020Test.java
index 27a214ffb8..d2f07d136e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff020Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff020Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff021Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff021Test.java
index e27efc0757..86673566ac 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff021Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff021Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff022Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff022Test.java
index 900339b53c..c15786684c 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff022Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff022Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff023Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff023Test.java
index 250b196ebb..8fef3b31a5 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff023Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff023Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff024Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff024Test.java
index 2661e2fabf..863b620245 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff024Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff024Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff025Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff025Test.java
index f901f41727..0023edc907 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff025Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff025Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff026Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff026Test.java
index 6805f48559..8b284f4e03 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff026Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff026Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff027Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff027Test.java
index ed35c9f970..5187f4059a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff027Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff027Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff028Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff028Test.java
index 1c33b129c9..d2efb27e83 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff028Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff028Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff029Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff029Test.java
index 52b9c42622..c5b1093492 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff029Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff029Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff030Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff030Test.java
index 1ca5e6dc91..937c037eb4 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff030Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff030Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff031Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff031Test.java
index 93869f990a..9d1598ece0 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff031Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff031Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff032Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff032Test.java
index 3134f4ecd1..8e37d61ba1 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff032Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff032Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff033Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff033Test.java
index 7a175a7db9..48fae92699 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff033Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff033Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff034Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff034Test.java
index e30ed5787d..9d29b044d5 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff034Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff034Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff035Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff035Test.java
index 13ce8abda6..97adf9ba58 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff035Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff035Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff036Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff036Test.java
index f2f9e78621..417f542451 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff036Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff036Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff037Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff037Test.java
index 77246fce15..4839cb05f5 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff037Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff037Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff038Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff038Test.java
index 094b5ea07e..8604816824 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff038Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff038Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff039Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff039Test.java
index 8a4df483a9..9a830f68a7 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff039Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff039Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff040Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff040Test.java
index da0755d2b2..b75281911a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff040Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff040Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff041Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff041Test.java
index fabc034b99..8d6a5f921e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff041Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff041Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff042Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff042Test.java
index 59677dc138..83a7d210c6 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff042Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff042Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff043Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff043Test.java
index fb41fbe05f..e90185ae06 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff043Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff043Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff044Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff044Test.java
index 5c0136e3f3..e48547060e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff044Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff044Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff045Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff045Test.java
index e8a3959c17..68f03df5db 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff045Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff045Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff046Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff046Test.java
index 6a3584019b..799c70b533 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff046Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff046Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff047Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff047Test.java
index 50d5b20dca..73fc4139a9 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff047Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff047Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff048Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff048Test.java
index c80717b5f9..41edd696b6 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff048Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff048Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff049Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff049Test.java
index 4d3c098fbe..ebef7a328d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff049Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff049Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff050Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff050Test.java
index fcca8361ee..ea0b505314 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff050Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff050Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff051Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff051Test.java
index 3b2aa19e2f..cc4f0e8119 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff051Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff051Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff052Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff052Test.java
index 52775c7103..17fdedddaa 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff052Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff052Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff053Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff053Test.java
index 154430bd3d..2dff6f63ee 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff053Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff053Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff054Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff054Test.java
index 1fbffc31b6..6841bce641 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff054Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff054Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff055Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff055Test.java
index 854a05857e..f6df312653 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff055Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff055Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff056Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff056Test.java
index 5c59400f65..2783f7de2a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff056Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff056Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff057Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff057Test.java
index 2d0aa615c7..777e521a5f 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff057Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff057Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff058Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff058Test.java
index b2156cd059..e5b22f6c1d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff058Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff058Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff059Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff059Test.java
index 34220f8d69..97dfe52d7a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff059Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff059Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff060Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff060Test.java
index 9b6a9ec12e..60c9609e09 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff060Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff060Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff061Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff061Test.java
index f98f8d3a79..3453446771 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff061Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff061Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff062Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff062Test.java
index 277037c9f2..4cf627bcab 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff062Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff062Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff063Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff063Test.java
index c4a7f948d6..dc64bd7096 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff063Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff063Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff064Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff064Test.java
index 9171cec7f1..0f499aa23b 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff064Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff064Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff065Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff065Test.java
index 566f755258..0baa1e2a54 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff065Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff065Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff066Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff066Test.java
index 260aaea53d..37804162a0 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff066Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff066Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff067Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff067Test.java
index db255d15cb..7385795bc7 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff067Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff067Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff068Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff068Test.java
index ecf9bbfbfb..a1cd028ee9 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff068Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff068Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff069Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff069Test.java
index 02a326cb98..05ed3d598a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff069Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff069Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff070Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff070Test.java
index 3e5035e51d..0eaef27d70 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff070Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff070Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff071Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff071Test.java
index eaceccbfe6..0d2a20f919 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff071Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff071Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff072Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff072Test.java
index aaa03e706a..ef8e7685da 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff072Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff072Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff073Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff073Test.java
index 7473995cff..0f10600096 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff073Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff073Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff074Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff074Test.java
index 9736083d35..dde19a8352 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff074Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff074Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff075Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff075Test.java
index db82c39d86..461fe57f17 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff075Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff075Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff076Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff076Test.java
index 8a22d4ac7e..adb6befdd0 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff076Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff076Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff077Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff077Test.java
index ef4f80bc87..c0290b7c7d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff077Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff077Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff078Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff078Test.java
index eae5f986a6..69c042202f 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff078Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff078Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff079Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff079Test.java
index 1f6e04ae2d..8ab46f2de8 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff079Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff079Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff080Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff080Test.java
index e4b16295ec..adaeddc85c 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff080Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff080Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff081Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff081Test.java
index 82d68c25e6..50bb19b046 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff081Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff081Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff082Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff082Test.java
index b5609cf001..9cf99814ab 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff082Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff082Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff083Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff083Test.java
index 5f814dbe74..56a6ecd204 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff083Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff083Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff084Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff084Test.java
index aea8bd51f9..0ad5888d96 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff084Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff084Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff085Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff085Test.java
index 2fe498da06..1ea194460e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff085Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff085Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff086Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff086Test.java
index 6803c32664..40cebfd835 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff086Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff086Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff087Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff087Test.java
index 178730e478..b51724c1a7 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff087Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff087Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff088Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff088Test.java
index 26f835867d..335eb648fd 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff088Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff088Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff089Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff089Test.java
index 7e5664e548..264b844436 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff089Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff089Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff090Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff090Test.java
index f5ad90216e..260653cf20 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff090Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff090Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff091Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff091Test.java
index 91bdaa9641..d438cc1ea5 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff091Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff091Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff092Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff092Test.java
index db2709e1dd..61f333dec9 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff092Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff092Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff093Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff093Test.java
index d98658717c..3df673a3fb 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff093Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff093Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff094Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff094Test.java
index 0f1851a5e5..d8b2b3892b 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff094Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff094Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff095Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff095Test.java
index bf87069263..92ac8752a1 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff095Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff095Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff096Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff096Test.java
index 6aac2b061f..908ed230c4 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff096Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff096Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff097Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff097Test.java
index c478b93589..ed6c11cdaf 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff097Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff097Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff098Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff098Test.java
index cbf20aced9..c853d43031 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff098Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff098Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff099Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff099Test.java
index 453352ffe6..38ebf5a0f1 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff099Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff099Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff100Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff100Test.java
index 7fd7366862..15a23f0195 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff100Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff100Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff101Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff101Test.java
index 00b71bb28a..89ff40e60a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff101Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff101Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff102Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff102Test.java
index c9d8992bc6..b13d5ada82 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff102Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff102Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff103Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff103Test.java
index 6e438a779c..02b4725a32 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff103Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff103Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff104Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff104Test.java
index cdf510c391..a7e7a9c6b8 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff104Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff104Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff105Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff105Test.java
index d38d9366d8..bd3b3e1242 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff105Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff105Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff106Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff106Test.java
index be8b70dda5..a95936a161 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff106Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff106Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff107Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff107Test.java
index 601dff81da..df6dfae45c 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff107Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff107Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff108Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff108Test.java
index 1dbb0545bf..b67eed2c4a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff108Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff108Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff109Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff109Test.java
index 002b5e144a..b7648dd911 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff109Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff109Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff110Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff110Test.java
index 3e174ea890..13ce409914 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff110Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff110Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff111Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff111Test.java
index 741dcff3df..fef6fb76d8 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff111Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff111Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff112Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff112Test.java
index 395f56cc36..fd8d789af9 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff112Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff112Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff113Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff113Test.java
index 2557fe40ed..0edc2d5929 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff113Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff113Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff114Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff114Test.java
index d075c934b0..a3a718ff5c 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff114Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff114Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff115Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff115Test.java
index 03dce1705d..6d153d8568 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff115Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff115Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff116Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff116Test.java
index e22c19c8df..5e762d9d7d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff116Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff116Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff117Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff117Test.java
index 2b96eba994..fcedef3187 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff117Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff117Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff118Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff118Test.java
index 27199a4bed..4832bca50e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff118Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff118Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff119Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff119Test.java
index c446abe9ec..8670a6ffde 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff119Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff119Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff120Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff120Test.java
index 9692e71295..52ba9ff98d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff120Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff120Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff121Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff121Test.java
index 62cffeaeed..af3d046adc 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff121Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff121Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff122Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff122Test.java
index d0d981a80f..3069ae391d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff122Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff122Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff123Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff123Test.java
index 2a43496489..d9d76baed0 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff123Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff123Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff124Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff124Test.java
index 09d0808755..d300cd96dc 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff124Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff124Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff125Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff125Test.java
index 5e16b3e435..5310e79ade 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff125Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff125Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff126Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff126Test.java
index 75d2aefbac..d89e3a2703 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff126Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff126Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff127Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff127Test.java
index f3dbda753b..22fcd05ab1 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff127Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff127Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff128Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff128Test.java
index 7decb8f9cd..e00aceb383 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff128Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff128Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff129Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff129Test.java
index 6caf1e6027..8fcf56e17f 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff129Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff129Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff130Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff130Test.java
index ed825c6a79..3c8a098fa5 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff130Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff130Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff131Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff131Test.java
index 513bc4c1fe..7507affd7c 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff131Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff131Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff132Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff132Test.java
index 1058fb3a5c..c491b8161e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff132Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff132Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff133Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff133Test.java
index 330344f28b..036921c511 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff133Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff133Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff134Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff134Test.java
index 51c9c0c5d9..7a1768ce0f 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff134Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff134Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff135Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff135Test.java
index 8ca81c0592..dbd2941047 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff135Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff135Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff136Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff136Test.java
index 372d9192fc..0e55ad8593 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff136Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff136Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff137Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff137Test.java
index 4292b04ac2..46795ecf71 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff137Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff137Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff138Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff138Test.java
index e011a1331b..a1c412b39a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff138Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff138Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff139Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff139Test.java
index 6c6b2f08b9..3f1f95fadd 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff139Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff139Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff140Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff140Test.java
index eeae81e9d8..1323ccdbc9 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff140Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff140Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff141Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff141Test.java
index 291333161f..5fd8943ee6 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff141Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff141Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff142Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff142Test.java
index 1f1bfc7438..a0823eb095 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff142Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff142Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff143Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff143Test.java
index a8d0d1b56b..460e649440 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff143Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff143Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff144Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff144Test.java
index 19d747779f..941d9d4749 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff144Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff144Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff145Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff145Test.java
index f87688f34d..55b027b606 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff145Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff145Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff146Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff146Test.java
index efc09b4123..eae07b7523 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff146Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff146Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff147Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff147Test.java
index 8701cd79c4..f74203385f 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff147Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff147Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff148Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff148Test.java
index 3814be41d8..a8bfc0ed4a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff148Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff148Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff149Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff149Test.java
index bdefb80c54..dabce630cd 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff149Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff149Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff150Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff150Test.java
index f03f601408..a3f902e70e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff150Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff150Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff151Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff151Test.java
index 6b31736cd4..d693ee6f7a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff151Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff151Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff152Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff152Test.java
index 38ec3ce7fd..784cb2ab49 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff152Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff152Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff153Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff153Test.java
index 6a1b514881..e72df24ca2 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff153Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff153Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff154Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff154Test.java
index 4911cccfeb..d3f3f1c152 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff154Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff154Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff155Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff155Test.java
index d083fbb70b..e481e78480 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff155Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/decoder/ValidationOff155Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData001Test.java
index 2b6388997f..6f0f9bd714 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData002Test.java
index a73c2acfac..8402a11798 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData003Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData003Test.java
index a2bf9d3a4a..5852a0b65b 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData003Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData003Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData004Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData004Test.java
index 70dbb8cada..965d31aff6 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData004Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData004Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData005Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData005Test.java
index 81da9d0af3..d6e6cb1013 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData005Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData005Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData006Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData006Test.java
index 8fc06450ce..21d1ce2b38 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData006Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData006Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData007Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData007Test.java
index 4bc1f5a024..4bb3dfd87d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData007Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksExtraneousData007Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataAbsent002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataAbsent002Test.java
index 352bbdc0bb..81e999cb87 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataAbsent002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataAbsent002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding001Test.java
index 672ca949b4..785aed8391 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding002Test.java
index 7f623c4c78..07b16a14e6 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding003Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding003Test.java
index 6f0536302c..5ad64285cb 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding003Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding003Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding004Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding004Test.java
index 2d0a0cfaca..3d48b99ca3 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding004Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksMetadataPadding004Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksOrdering003Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksOrdering003Test.java
index 5a9374d731..20bf268826 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksOrdering003Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksOrdering003Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksOrdering004Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksOrdering004Test.java
index c356ae1e27..ccaeb00891 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksOrdering004Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksOrdering004Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksPrivate001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksPrivate001Test.java
index ba61609a5b..7cdb9f5dce 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksPrivate001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksPrivate001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksPrivate002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksPrivate002Test.java
index a033f8e0f7..bb852c138f 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksPrivate002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/BlocksPrivate002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/DirectoryTableOrder001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/DirectoryTableOrder001Test.java
index 838c24c2bf..2f2926c4e8 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/DirectoryTableOrder001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/DirectoryTableOrder001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/DirectoryTableOrder002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/DirectoryTableOrder002Test.java
index 78be17ac66..7d492fe865 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/DirectoryTableOrder002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/DirectoryTableOrder002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderFlavor001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderFlavor001Test.java
index e9fe6c5a3b..d1e8ca3546 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderFlavor001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderFlavor001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderFlavor002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderFlavor002Test.java
index fdc0a837ef..78d9ea81f0 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderFlavor002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderFlavor002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderLength001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderLength001Test.java
index a5ac1ef170..07afc9ed9d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderLength001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderLength001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderLength002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderLength002Test.java
index 4dac32e78d..f687ac8e5f 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderLength002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderLength002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderNumTables001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderNumTables001Test.java
index 0d3ad8eae6..ecc19aca9d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderNumTables001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderNumTables001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderReserved001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderReserved001Test.java
index 91df868af8..4bc07ec111 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderReserved001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderReserved001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderSignature001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderSignature001Test.java
index 9940c1bf12..7578c996cd 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderSignature001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/HeaderSignature001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataBrotli001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataBrotli001Test.java
index 2649c843a6..24bb229ad0 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataBrotli001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataBrotli001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength001Test.java
index b629430b9e..0c618c5b2e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength002Test.java
index 22c01919ea..61b2e3368e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength003Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength003Test.java
index 897226319d..f3d4c71e1c 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength003Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength003Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength004Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength004Test.java
index a2e1264332..6877277c6b 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength004Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataDecompressedLength004Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataExtraneousData001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataExtraneousData001Test.java
index 299d1f46c8..a540cbd029 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataExtraneousData001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataExtraneousData001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataGlyfCompositeBbox001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataGlyfCompositeBbox001Test.java
index b6f0fdb8fa..9ae54e5bb2 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataGlyfCompositeBbox001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataGlyfCompositeBbox001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform001Test.java
index 632ba952d1..0bce309f6c 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform002Test.java
index 45acf1345c..434455df3d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform003Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform003Test.java
index 03f9f958f1..b9477c9c3b 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform003Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataHmtxTransform003Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize001Test.java
index 3ee7c47bbd..7db344328f 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize002Test.java
index dcc58243aa..b775f4271a 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize003Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize003Test.java
index cc207cbfec..c61c1d42e6 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize003Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataLocaSize003Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformGlyfLoca001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformGlyfLoca001Test.java
index 966e715f7e..4493d3bc99 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformGlyfLoca001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformGlyfLoca001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformGlyfLoca002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformGlyfLoca002Test.java
index 7325d34c19..ea2e756fdb 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformGlyfLoca002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformGlyfLoca002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformLength001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformLength001Test.java
index 8c191cbeb2..438163709d 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformLength001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformLength001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformLength002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformLength002Test.java
index 055cd923c5..cfa8edb8cb 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformLength002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/TabledataTransformLength002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid001Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid001Test.java
index d8ebc8ebb1..dc06ea244e 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid001Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid001Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid002Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid002Test.java
index 78381faca4..6d8e3fba49 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid002Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid002Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid003Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid003Test.java
index 5a023a4a85..137d8b72e3 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid003Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid003Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid004Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid004Test.java
index 6e0d668eb0..521ff7d7f5 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid004Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid004Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid005Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid005Test.java
index 24ac68997c..5fac2ef735 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid005Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid005Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid006Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid006Test.java
index 00555dcdd8..a8d6d23d98 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid006Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid006Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid007Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid007Test.java
index 63d209ec17..154912e1ac 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid007Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid007Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid008Test.java b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid008Test.java
index 63d1543ba0..e6ae57ded2 100644
--- a/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid008Test.java
+++ b/io/src/test/java/com/itextpdf/io/font/woff2/w3c/format/Valid008Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/image/BmpTest.java b/io/src/test/java/com/itextpdf/io/image/BmpTest.java
index 220b34a798..87271ce1fd 100644
--- a/io/src/test/java/com/itextpdf/io/image/BmpTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/BmpTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/image/GifTest.java b/io/src/test/java/com/itextpdf/io/image/GifTest.java
index 06e29721a8..f6fa0c9cf9 100644
--- a/io/src/test/java/com/itextpdf/io/image/GifTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/GifTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/image/ImageDataFactoryTest.java b/io/src/test/java/com/itextpdf/io/image/ImageDataFactoryTest.java
index 6799d466f9..80236a33c4 100644
--- a/io/src/test/java/com/itextpdf/io/image/ImageDataFactoryTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/ImageDataFactoryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/image/ImageTypeDetectorTest.java b/io/src/test/java/com/itextpdf/io/image/ImageTypeDetectorTest.java
index a0abbd1c9f..9dc252876a 100644
--- a/io/src/test/java/com/itextpdf/io/image/ImageTypeDetectorTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/ImageTypeDetectorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/image/Jbig2Test.java b/io/src/test/java/com/itextpdf/io/image/Jbig2Test.java
index fad82106eb..ec2854367d 100644
--- a/io/src/test/java/com/itextpdf/io/image/Jbig2Test.java
+++ b/io/src/test/java/com/itextpdf/io/image/Jbig2Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/image/Jpeg2000Test.java b/io/src/test/java/com/itextpdf/io/image/Jpeg2000Test.java
index c13f71a706..2a2fcdea0a 100644
--- a/io/src/test/java/com/itextpdf/io/image/Jpeg2000Test.java
+++ b/io/src/test/java/com/itextpdf/io/image/Jpeg2000Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/image/JpegImageHelperTest.java b/io/src/test/java/com/itextpdf/io/image/JpegImageHelperTest.java
index ee2a5bcddf..bdabc7949f 100644
--- a/io/src/test/java/com/itextpdf/io/image/JpegImageHelperTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/JpegImageHelperTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/image/JpegTest.java b/io/src/test/java/com/itextpdf/io/image/JpegTest.java
index c9b6deba03..7bc90259e0 100644
--- a/io/src/test/java/com/itextpdf/io/image/JpegTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/JpegTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/image/PngTest.java b/io/src/test/java/com/itextpdf/io/image/PngTest.java
index f33702ced4..85f00cfbf9 100644
--- a/io/src/test/java/com/itextpdf/io/image/PngTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/PngTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/image/TiffTest.java b/io/src/test/java/com/itextpdf/io/image/TiffTest.java
index e9b894870d..5d92275dc7 100644
--- a/io/src/test/java/com/itextpdf/io/image/TiffTest.java
+++ b/io/src/test/java/com/itextpdf/io/image/TiffTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/source/ByteBufferRandomAccessSourceTest.java b/io/src/test/java/com/itextpdf/io/source/ByteBufferRandomAccessSourceTest.java
index 04044475bc..340ce4be0a 100644
--- a/io/src/test/java/com/itextpdf/io/source/ByteBufferRandomAccessSourceTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/ByteBufferRandomAccessSourceTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/source/OutputStreamTest.java b/io/src/test/java/com/itextpdf/io/source/OutputStreamTest.java
index 8c8f2ebaf7..6e4ad0896a 100644
--- a/io/src/test/java/com/itextpdf/io/source/OutputStreamTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/OutputStreamTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/io/src/test/java/com/itextpdf/io/source/PdfTokenizerTest.java b/io/src/test/java/com/itextpdf/io/source/PdfTokenizerTest.java
index 708e6a63be..9ed6e20fee 100644
--- a/io/src/test/java/com/itextpdf/io/source/PdfTokenizerTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/PdfTokenizerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/source/RAFRandomAccessSourceTest.java b/io/src/test/java/com/itextpdf/io/source/RAFRandomAccessSourceTest.java
index 361c157ca0..2e41969877 100644
--- a/io/src/test/java/com/itextpdf/io/source/RAFRandomAccessSourceTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/RAFRandomAccessSourceTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/source/RandomAccessSourceFactoryTest.java b/io/src/test/java/com/itextpdf/io/source/RandomAccessSourceFactoryTest.java
index 085e533e44..65c52de849 100644
--- a/io/src/test/java/com/itextpdf/io/source/RandomAccessSourceFactoryTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/RandomAccessSourceFactoryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/source/WriteNumbersTest.java b/io/src/test/java/com/itextpdf/io/source/WriteNumbersTest.java
index 6f30fc0b9c..6acd52e92c 100644
--- a/io/src/test/java/com/itextpdf/io/source/WriteNumbersTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/WriteNumbersTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/source/WriteStringsTest.java b/io/src/test/java/com/itextpdf/io/source/WriteStringsTest.java
index 90fbdf25f9..4b792db9e8 100644
--- a/io/src/test/java/com/itextpdf/io/source/WriteStringsTest.java
+++ b/io/src/test/java/com/itextpdf/io/source/WriteStringsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/util/DateTimeUtilTest.java b/io/src/test/java/com/itextpdf/io/util/DateTimeUtilTest.java
index 629915075c..5bb5989a33 100644
--- a/io/src/test/java/com/itextpdf/io/util/DateTimeUtilTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/DateTimeUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/util/GhostScriptHelperUnitTest.java b/io/src/test/java/com/itextpdf/io/util/GhostScriptHelperUnitTest.java
index 4479130473..4047fb608b 100644
--- a/io/src/test/java/com/itextpdf/io/util/GhostScriptHelperUnitTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/GhostScriptHelperUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/util/GhostscriptHelperTest.java b/io/src/test/java/com/itextpdf/io/util/GhostscriptHelperTest.java
index ba87d65f03..47fd920c0d 100644
--- a/io/src/test/java/com/itextpdf/io/util/GhostscriptHelperTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/GhostscriptHelperTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperTest.java b/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperTest.java
index 6ca78749ea..bb943130a4 100644
--- a/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperUnitTest.java b/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperUnitTest.java
index 68117cf2ea..c83e61961a 100644
--- a/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperUnitTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/ImageMagickHelperUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/util/IntHashtableTest.java b/io/src/test/java/com/itextpdf/io/util/IntHashtableTest.java
index 8d3ca996f7..2b15078c2c 100644
--- a/io/src/test/java/com/itextpdf/io/util/IntHashtableTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/IntHashtableTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/util/MatcherTest.java b/io/src/test/java/com/itextpdf/io/util/MatcherTest.java
index 7a1796cfd1..4844505103 100644
--- a/io/src/test/java/com/itextpdf/io/util/MatcherTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/MatcherTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/io/src/test/java/com/itextpdf/io/util/StandardOutUtil.java b/io/src/test/java/com/itextpdf/io/util/StandardOutUtil.java
index e4b2e8c251..85b468c3c6 100644
--- a/io/src/test/java/com/itextpdf/io/util/StandardOutUtil.java
+++ b/io/src/test/java/com/itextpdf/io/util/StandardOutUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/util/TextUtilTest.java b/io/src/test/java/com/itextpdf/io/util/TextUtilTest.java
index eaa5dae12b..a01e99bd0e 100644
--- a/io/src/test/java/com/itextpdf/io/util/TextUtilTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/TextUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/util/UrlUtilTest.java b/io/src/test/java/com/itextpdf/io/util/UrlUtilTest.java
index 183ebd216a..ab84566552 100644
--- a/io/src/test/java/com/itextpdf/io/util/UrlUtilTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/UrlUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/io/src/test/java/com/itextpdf/io/util/XmlUtilTest.java b/io/src/test/java/com/itextpdf/io/util/XmlUtilTest.java
index 1a5a2465b5..f3829424bf 100644
--- a/io/src/test/java/com/itextpdf/io/util/XmlUtilTest.java
+++ b/io/src/test/java/com/itextpdf/io/util/XmlUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/itextcore/pom.xml b/itextcore/pom.xml
index a865df08ba..7505885a99 100644
--- a/itextcore/pom.xml
+++ b/itextcore/pom.xml
@@ -3,14 +3,14 @@
4.0.0
com.itextpdf
itext7-core
- 7.2.5
+ 7.2.6
pom
iText 7 Core
A Free Java-PDF library
https://itextpdf.com/
1998
- iText Group NV
+ Apryse Group NV
https://itextpdf.com/
diff --git a/kernel/pom.xml b/kernel/pom.xml
index 2bea9fa79f..88704eb921 100644
--- a/kernel/pom.xml
+++ b/kernel/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
kernel
iText 7 - kernel
@@ -20,12 +20,12 @@
org.bouncycastle
- bcpkix-jdk15on
+ bcpkix-jdk18on
${bouncycastle.version}
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
${bouncycastle.version}
diff --git a/kernel/src/main/java/com/itextpdf/kernel/actions/data/ITextCoreProductData.java b/kernel/src/main/java/com/itextpdf/kernel/actions/data/ITextCoreProductData.java
index 887af1e1f6..86c781123c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/actions/data/ITextCoreProductData.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/actions/data/ITextCoreProductData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
@@ -30,9 +30,9 @@ This file is part of the iText (R) project.
*/
public final class ITextCoreProductData {
private static final String CORE_PUBLIC_PRODUCT_NAME = "Core";
- private static final String CORE_VERSION = "7.2.5";
+ private static final String CORE_VERSION = "7.2.6";
private static final int CORE_COPYRIGHT_SINCE = 2000;
- private static final int CORE_COPYRIGHT_TO = 2023;
+ private static final int CORE_COPYRIGHT_TO = 2024;
private static final ProductData ITEXT_PRODUCT_DATA = new ProductData(CORE_PUBLIC_PRODUCT_NAME,
ProductNameConstant.ITEXT_CORE, CORE_VERSION, CORE_COPYRIGHT_SINCE, CORE_COPYRIGHT_TO);
diff --git a/kernel/src/main/java/com/itextpdf/kernel/actions/events/FlushPdfDocumentEvent.java b/kernel/src/main/java/com/itextpdf/kernel/actions/events/FlushPdfDocumentEvent.java
index de51f0670e..0123bb60e2 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/actions/events/FlushPdfDocumentEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/actions/events/FlushPdfDocumentEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
@@ -77,7 +77,7 @@ protected void doAction() {
if (events == null || events.isEmpty()) {
final ProductData productData = ITextCoreProductData.getInstance();
final String noEventProducer = "iText\u00ae \u00a9" + productData.getSinceCopyrightYear() + "-"
- + productData.getToCopyrightYear() + " iText Group NV (no registered products)";
+ + productData.getToCopyrightYear() + " Apryse Group NV (no registered products)";
pdfDocument.getDocumentInfo().setProducer(noEventProducer);
return;
}
diff --git a/kernel/src/main/java/com/itextpdf/kernel/actions/events/ITextCoreProductEvent.java b/kernel/src/main/java/com/itextpdf/kernel/actions/events/ITextCoreProductEvent.java
index 7676607349..7e63c8c8d6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/actions/events/ITextCoreProductEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/actions/events/ITextCoreProductEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/actions/events/LinkDocumentIdEvent.java b/kernel/src/main/java/com/itextpdf/kernel/actions/events/LinkDocumentIdEvent.java
index 268f5aa73a..26e1aab905 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/actions/events/LinkDocumentIdEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/actions/events/LinkDocumentIdEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/CalGray.java b/kernel/src/main/java/com/itextpdf/kernel/colors/CalGray.java
index b14cee56f7..d0c58558fa 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/CalGray.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/CalGray.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/CalRgb.java b/kernel/src/main/java/com/itextpdf/kernel/colors/CalRgb.java
index b4adb4dc3e..575d57cbe7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/CalRgb.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/CalRgb.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/Color.java b/kernel/src/main/java/com/itextpdf/kernel/colors/Color.java
index 045fdeafe1..f300626d60 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/Color.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/Color.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/ColorConstants.java b/kernel/src/main/java/com/itextpdf/kernel/colors/ColorConstants.java
index f9c24055c2..3b4d77a12b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/ColorConstants.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/ColorConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceCmyk.java b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceCmyk.java
index a5bfea2fa0..ece933315d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceCmyk.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceCmyk.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceGray.java b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceGray.java
index 6a4a7d32fc..bd41f7685d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceGray.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceGray.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceN.java b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceN.java
index ac63e3b9b4..06d9bd8fb4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceN.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceN.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceRgb.java b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceRgb.java
index e7939f9c3c..22a170dc0a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceRgb.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/DeviceRgb.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/IccBased.java b/kernel/src/main/java/com/itextpdf/kernel/colors/IccBased.java
index 706756e315..69b3b5b750 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/IccBased.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/IccBased.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/Indexed.java b/kernel/src/main/java/com/itextpdf/kernel/colors/Indexed.java
index 25c56d6bde..880909e5f9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/Indexed.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/Indexed.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/Lab.java b/kernel/src/main/java/com/itextpdf/kernel/colors/Lab.java
index a1cf1e608d..487d8d75bd 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/Lab.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/Lab.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/PatternColor.java b/kernel/src/main/java/com/itextpdf/kernel/colors/PatternColor.java
index 87f74cb0da..52f961ff70 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/PatternColor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/PatternColor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/Separation.java b/kernel/src/main/java/com/itextpdf/kernel/colors/Separation.java
index 5f885064e5..23761d9070 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/Separation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/Separation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/WebColors.java b/kernel/src/main/java/com/itextpdf/kernel/colors/WebColors.java
index b6c50855a5..5e85c393f5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/WebColors.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/WebColors.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/AbstractLinearGradientBuilder.java b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/AbstractLinearGradientBuilder.java
index dd4e7fbd8a..9431a31757 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/AbstractLinearGradientBuilder.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/AbstractLinearGradientBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/GradientColorStop.java b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/GradientColorStop.java
index bd4ef30784..15818cd247 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/GradientColorStop.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/GradientColorStop.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/GradientSpreadMethod.java b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/GradientSpreadMethod.java
index 82cbaae269..6d2a38f8e9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/GradientSpreadMethod.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/GradientSpreadMethod.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/LinearGradientBuilder.java b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/LinearGradientBuilder.java
index d9bec6ba49..cb6eea5bff 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/LinearGradientBuilder.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/LinearGradientBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/StrategyBasedLinearGradientBuilder.java b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/StrategyBasedLinearGradientBuilder.java
index 7d356aea44..aff62287fe 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/StrategyBasedLinearGradientBuilder.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/colors/gradients/StrategyBasedLinearGradientBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipher.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipher.java
index 281eeaba6b..6cf2252600 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipher.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipher.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipherCBCnoPad.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipherCBCnoPad.java
index c97a3a1d4f..299d3659aa 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipherCBCnoPad.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipherCBCnoPad.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/ARCFOUREncryption.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/ARCFOUREncryption.java
index 07078f0d8f..de965f4272 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/ARCFOUREncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/ARCFOUREncryption.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/AesDecryptor.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/AesDecryptor.java
index a8ae9dd4a7..c2db56dccf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/AesDecryptor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/AesDecryptor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/CryptoUtil.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/CryptoUtil.java
index 3d93258bbc..2010287c1a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/CryptoUtil.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/CryptoUtil.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/IDecryptor.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/IDecryptor.java
index cd74537651..fced67fa92 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/IDecryptor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/IDecryptor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/IVGenerator.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/IVGenerator.java
index 4a5ce5fe1f..f55037fcc8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/IVGenerator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/IVGenerator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamAesEncryption.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamAesEncryption.java
index 12a96bd5b7..f7298a0ebb 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamAesEncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamAesEncryption.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamEncryption.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamEncryption.java
index 1eb4f224a6..c36ebc3751 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamEncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamEncryption.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamStandardEncryption.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamStandardEncryption.java
index 41e77769ec..06d4788502 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamStandardEncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/OutputStreamStandardEncryption.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/StandardDecryptor.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/StandardDecryptor.java
index d2e8855cfc..3654b7acd2 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/StandardDecryptor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/StandardDecryptor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/EncryptionUtils.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/EncryptionUtils.java
index 7992927a8c..cf0f4e22c7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/EncryptionUtils.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/EncryptionUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubKeySecurityHandler.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubKeySecurityHandler.java
index ea690ea7e0..a1f3fd783d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubKeySecurityHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubKeySecurityHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingAes128.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingAes128.java
index 79abf90a92..fd9137cbf6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingAes128.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingAes128.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingAes256.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingAes256.java
index 566fb423da..cc9b502ce8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingAes256.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingAes256.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingStandard128.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingStandard128.java
index 2578b57ae9..f16e907d9e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingStandard128.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingStandard128.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingStandard40.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingStandard40.java
index ee6042b8e3..e8f0de8e7f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingStandard40.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PubSecHandlerUsingStandard40.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PublicKeyRecipient.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PublicKeyRecipient.java
index 385d53d590..ec047ab732 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PublicKeyRecipient.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/PublicKeyRecipient.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/SecurityHandler.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/SecurityHandler.java
index 6cf3edfad9..181bff3cf0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/SecurityHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/SecurityHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingAes128.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingAes128.java
index 60c59d1493..c3fc65832a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingAes128.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingAes128.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingAes256.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingAes256.java
index dcdaee1d38..e49bf1af26 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingAes256.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingAes256.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingStandard128.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingStandard128.java
index df1bbc3ca8..2771ce2124 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingStandard128.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingStandard128.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingStandard40.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingStandard40.java
index 4fd9f814c1..8af0780e09 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingStandard40.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardHandlerUsingStandard40.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardSecurityHandler.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardSecurityHandler.java
index e1c49eab84..e120987dfd 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardSecurityHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/StandardSecurityHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/UnsupportedSecurityHandlerException.java b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/UnsupportedSecurityHandlerException.java
index 56161ea6e1..681a9be935 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/UnsupportedSecurityHandlerException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/UnsupportedSecurityHandlerException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/events/Event.java b/kernel/src/main/java/com/itextpdf/kernel/events/Event.java
index f1f000a712..9e5ba2ea1b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/Event.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/Event.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/events/EventDispatcher.java b/kernel/src/main/java/com/itextpdf/kernel/events/EventDispatcher.java
index 15568721f2..d15773cd30 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/EventDispatcher.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/EventDispatcher.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/events/IEventDispatcher.java b/kernel/src/main/java/com/itextpdf/kernel/events/IEventDispatcher.java
index e46993ab23..be78029717 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/IEventDispatcher.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/IEventDispatcher.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/events/IEventHandler.java b/kernel/src/main/java/com/itextpdf/kernel/events/IEventHandler.java
index 7f0ec1d9f8..972cf4277a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/IEventHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/IEventHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/events/PdfDocumentEvent.java b/kernel/src/main/java/com/itextpdf/kernel/events/PdfDocumentEvent.java
index 24dc94a53c..213536288a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/events/PdfDocumentEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/events/PdfDocumentEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/exceptions/BadPasswordException.java b/kernel/src/main/java/com/itextpdf/kernel/exceptions/BadPasswordException.java
index 551dc7e6e3..a342a6abc1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/exceptions/BadPasswordException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/exceptions/BadPasswordException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/exceptions/InvalidXRefPrevException.java b/kernel/src/main/java/com/itextpdf/kernel/exceptions/InvalidXRefPrevException.java
index f95858751a..ece6679ebd 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/exceptions/InvalidXRefPrevException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/exceptions/InvalidXRefPrevException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/exceptions/KernelExceptionMessageConstant.java b/kernel/src/main/java/com/itextpdf/kernel/exceptions/KernelExceptionMessageConstant.java
index cbbf129be5..8967c14e7e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/exceptions/KernelExceptionMessageConstant.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/exceptions/KernelExceptionMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/exceptions/MemoryLimitsAwareException.java b/kernel/src/main/java/com/itextpdf/kernel/exceptions/MemoryLimitsAwareException.java
index 550fdc650e..a4d74f37b2 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/exceptions/MemoryLimitsAwareException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/exceptions/MemoryLimitsAwareException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/exceptions/PdfException.java b/kernel/src/main/java/com/itextpdf/kernel/exceptions/PdfException.java
index 27a3939691..3134cc20e0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/exceptions/PdfException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/exceptions/PdfException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/exceptions/XrefCycledReferencesException.java b/kernel/src/main/java/com/itextpdf/kernel/exceptions/XrefCycledReferencesException.java
index 0d6aafa80b..cedde96d00 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/exceptions/XrefCycledReferencesException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/exceptions/XrefCycledReferencesException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/DocFontEncoding.java b/kernel/src/main/java/com/itextpdf/kernel/font/DocFontEncoding.java
index 0277180bb9..791bb4f958 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/DocFontEncoding.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/DocFontEncoding.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/DocTrueTypeFont.java b/kernel/src/main/java/com/itextpdf/kernel/font/DocTrueTypeFont.java
index 2d415b9dd3..fcc4b67ce4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/DocTrueTypeFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/DocTrueTypeFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/DocType1Font.java b/kernel/src/main/java/com/itextpdf/kernel/font/DocType1Font.java
index 5fd8b98612..00779c4250 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/DocType1Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/DocType1Font.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/FontUtil.java b/kernel/src/main/java/com/itextpdf/kernel/font/FontUtil.java
index 44f5edf3ac..1a781c0a5c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/FontUtil.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/FontUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/IDocFontProgram.java b/kernel/src/main/java/com/itextpdf/kernel/font/IDocFontProgram.java
index fa271320e0..488a5c70b4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/IDocFontProgram.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/IDocFontProgram.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/PdfFont.java b/kernel/src/main/java/com/itextpdf/kernel/font/PdfFont.java
index e40a75b55b..ae22652a47 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/PdfFontFactory.java b/kernel/src/main/java/com/itextpdf/kernel/font/PdfFontFactory.java
index 99534faaff..55e17c0357 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfFontFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfFontFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/PdfSimpleFont.java b/kernel/src/main/java/com/itextpdf/kernel/font/PdfSimpleFont.java
index 1c67c163e6..509b141b5c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfSimpleFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfSimpleFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/PdfTrueTypeFont.java b/kernel/src/main/java/com/itextpdf/kernel/font/PdfTrueTypeFont.java
index 8872d303f8..e939574d55 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfTrueTypeFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfTrueTypeFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/PdfType0Font.java b/kernel/src/main/java/com/itextpdf/kernel/font/PdfType0Font.java
index 400bda260c..d98572a60c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfType0Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfType0Font.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/PdfType1Font.java b/kernel/src/main/java/com/itextpdf/kernel/font/PdfType1Font.java
index 2daef76d79..33ab3f3913 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfType1Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfType1Font.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/PdfType3Font.java b/kernel/src/main/java/com/itextpdf/kernel/font/PdfType3Font.java
index 08031a347b..b62fe154be 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/PdfType3Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/PdfType3Font.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/Type3Font.java b/kernel/src/main/java/com/itextpdf/kernel/font/Type3Font.java
index 01742e1d01..50e048817f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/Type3Font.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/Type3Font.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/font/Type3Glyph.java b/kernel/src/main/java/com/itextpdf/kernel/font/Type3Glyph.java
index 23ed3d1ee4..4a393f97c3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/font/Type3Glyph.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/font/Type3Glyph.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/AffineTransform.java b/kernel/src/main/java/com/itextpdf/kernel/geom/AffineTransform.java
index 14a8754c4e..9042ed94af 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/AffineTransform.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/AffineTransform.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/BezierCurve.java b/kernel/src/main/java/com/itextpdf/kernel/geom/BezierCurve.java
index 4c40e3886d..40b783949b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/BezierCurve.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/BezierCurve.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/IShape.java b/kernel/src/main/java/com/itextpdf/kernel/geom/IShape.java
index 558d7a30d0..5b2265ae09 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/IShape.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/IShape.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/Line.java b/kernel/src/main/java/com/itextpdf/kernel/geom/Line.java
index cdf56cd6a0..e9ce3868ed 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Line.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Line.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/LineSegment.java b/kernel/src/main/java/com/itextpdf/kernel/geom/LineSegment.java
index 3f84ff0e2c..7161c4b63a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/LineSegment.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/LineSegment.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/Matrix.java b/kernel/src/main/java/com/itextpdf/kernel/geom/Matrix.java
index a3d54e64d9..2f4fddd0d5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Matrix.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Matrix.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/PageSize.java b/kernel/src/main/java/com/itextpdf/kernel/geom/PageSize.java
index ab8fda8e79..277dcbd75c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/PageSize.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/PageSize.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/Path.java b/kernel/src/main/java/com/itextpdf/kernel/geom/Path.java
index 862de59a28..b70d7d29fd 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Path.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Path.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/Rectangle.java b/kernel/src/main/java/com/itextpdf/kernel/geom/Rectangle.java
index 8fdc4a7502..6bdf17581a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Rectangle.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Rectangle.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/ShapeTransformUtil.java b/kernel/src/main/java/com/itextpdf/kernel/geom/ShapeTransformUtil.java
index 1ca043fbb9..452053032f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/ShapeTransformUtil.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/ShapeTransformUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/Subpath.java b/kernel/src/main/java/com/itextpdf/kernel/geom/Subpath.java
index 2199204998..9189576b37 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Subpath.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Subpath.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/geom/Vector.java b/kernel/src/main/java/com/itextpdf/kernel/geom/Vector.java
index cbbe0719d7..d831c331c3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/geom/Vector.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/geom/Vector.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/logs/KernelLogMessageConstant.java b/kernel/src/main/java/com/itextpdf/kernel/logs/KernelLogMessageConstant.java
index ba4a9653a5..de5aef89cb 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/logs/KernelLogMessageConstant.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/logs/KernelLogMessageConstant.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/numbering/AlphabetNumbering.java b/kernel/src/main/java/com/itextpdf/kernel/numbering/AlphabetNumbering.java
index 1296483437..848e34a85a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/AlphabetNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/AlphabetNumbering.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/numbering/ArmenianNumbering.java b/kernel/src/main/java/com/itextpdf/kernel/numbering/ArmenianNumbering.java
index 7066e2d435..fea1d46705 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/ArmenianNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/ArmenianNumbering.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/numbering/EnglishAlphabetNumbering.java b/kernel/src/main/java/com/itextpdf/kernel/numbering/EnglishAlphabetNumbering.java
index 9c9050a434..69354f12a5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/EnglishAlphabetNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/EnglishAlphabetNumbering.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/numbering/GeorgianNumbering.java b/kernel/src/main/java/com/itextpdf/kernel/numbering/GeorgianNumbering.java
index 6d10785da7..148f0b6cd4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/GeorgianNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/GeorgianNumbering.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/numbering/GreekAlphabetNumbering.java b/kernel/src/main/java/com/itextpdf/kernel/numbering/GreekAlphabetNumbering.java
index 8c9d2863f3..25397d2c60 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/GreekAlphabetNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/GreekAlphabetNumbering.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/numbering/RomanNumbering.java b/kernel/src/main/java/com/itextpdf/kernel/numbering/RomanNumbering.java
index 75890c0f5d..9765ec6f9d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/numbering/RomanNumbering.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/numbering/RomanNumbering.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/CompressionConstants.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/CompressionConstants.java
index a68b42d125..c9666943b7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/CompressionConstants.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/CompressionConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/CountOutputStream.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/CountOutputStream.java
index f832ed540e..37a38239da 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/CountOutputStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/CountOutputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/DestinationResolverCopyFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/DestinationResolverCopyFilter.java
index 11591a9e78..56aebc3026 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/DestinationResolverCopyFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/DestinationResolverCopyFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/DocumentProperties.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/DocumentProperties.java
index d7faf7581b..971365f63e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/DocumentProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/DocumentProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptedEmbeddedStreamsHandler.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptedEmbeddedStreamsHandler.java
index 318f00ea2c..86718a4a7c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptedEmbeddedStreamsHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptedEmbeddedStreamsHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionConstants.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionConstants.java
index e337ae4347..3ae5f5e20c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionConstants.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionProperties.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionProperties.java
index 56a2da40f9..87d3c788c7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/EncryptionProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/FingerPrint.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/FingerPrint.java
index 38a1c13bd7..5a271f13f0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/FingerPrint.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/FingerPrint.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageExtraCopier.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageExtraCopier.java
index 67bf8d6dd2..9f479ae243 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageExtraCopier.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageExtraCopier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageFactory.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageFactory.java
index bd4faeaab6..7a7cfd81ec 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/IPdfPageFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/IndirectFilterUtils.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/IndirectFilterUtils.java
index 5fba54e727..8d0d299dac 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/IndirectFilterUtils.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/IndirectFilterUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/IsoKey.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/IsoKey.java
index baefc1f8d3..206c6def1d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/IsoKey.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/IsoKey.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareFilter.java
index 58a123897a..79c17b5b89 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandler.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandler.java
index e5b44cc2b8..f56efa50b3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStream.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStream.java
index 5b501894a8..da30e66941 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/OcgPropertiesCopier.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/OcgPropertiesCopier.java
index 84ec109a2b..5011dab037 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/OcgPropertiesCopier.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/OcgPropertiesCopier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PageFlushingHelper.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PageFlushingHelper.java
index 9424577da2..8754fc07c6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PageFlushingHelper.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PageFlushingHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PageLabelNumberingStyle.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PageLabelNumberingStyle.java
index 574b362423..70beac0821 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PageLabelNumberingStyle.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PageLabelNumberingStyle.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAConformanceLevel.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAConformanceLevel.java
index 5fedc26631..bd8e4ecb80 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAConformanceLevel.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAConformanceLevel.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAnnotationBorder.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAnnotationBorder.java
index ba77645b3d..62ca32d16f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAnnotationBorder.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfAnnotationBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArray.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArray.java
index c760989fc1..bc6d1a43d4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArray.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArray.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArrayDirectIterator.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArrayDirectIterator.java
index 5bc5f023d0..403e697354 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArrayDirectIterator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfArrayDirectIterator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfBoolean.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfBoolean.java
index dcc119a7c3..04ac3ea130 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfBoolean.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfBoolean.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfCatalog.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfCatalog.java
index fadc8f39e8..9ed4c4a64a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfCatalog.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfCatalog.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDashPattern.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDashPattern.java
index 5d2e5f664a..d9fe6afab9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDashPattern.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDashPattern.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDate.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDate.java
index 9f47a3edde..9ebfccd55b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDate.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDate.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDeveloperExtension.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDeveloperExtension.java
index 62e9458ff8..9f22426f9f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDeveloperExtension.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDeveloperExtension.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionary.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionary.java
index f9d271bfa5..d65c932895 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionary.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionary.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryEntrySet.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryEntrySet.java
index ce1691be0b..f2d1ddc40c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryEntrySet.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryEntrySet.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryValues.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryValues.java
index f6c267e0b6..aaa5d32ee5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryValues.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDictionaryValues.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocument.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocument.java
index 761022f95b..a228e1c695 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocument.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocument.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocumentInfo.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocumentInfo.java
index f916d5be35..2d30037328 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocumentInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfDocumentInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayload.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayload.java
index e3c8e5e41f..0c995d20c4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayload.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayload.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayloadDocument.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayloadDocument.java
index 3f2a12e0da..b35e6432e5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayloadDocument.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptedPayloadDocument.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryption.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryption.java
index ee2fe06328..694185b5fb 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryption.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryption.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptor.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptor.java
index 6e3a9d0a2d..673ce53492 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfEncryptor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfIndirectReference.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfIndirectReference.java
index 7360871295..237ed03a64 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfIndirectReference.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfIndirectReference.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfLiteral.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfLiteral.java
index 9c7ca2c939..b33a92276e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfLiteral.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfLiteral.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfName.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfName.java
index 5afa5ab27c..cee3d6cc36 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfName.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfName.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameLoader.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameLoader.java
index 6e7945ea15..e4a23d0a5a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameLoader.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameLoader.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameTree.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameTree.java
index fa0ec31f66..101c08f86f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameTree.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNameTree.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNull.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNull.java
index 33a3979f02..31fb9cd878 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNull.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNull.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumTree.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumTree.java
index 8f37979775..2625171316 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumTree.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumTree.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumber.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumber.java
index 1b5a1206af..56bed2901d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumber.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfNumber.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObject.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObject.java
index bfc94378b1..b92ee7d499 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObject.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectStream.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectStream.java
index 48489f7f23..d01b0b1aae 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectWrapper.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectWrapper.java
index 56c4c2e665..e5ca2f7cb7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectWrapper.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfObjectWrapper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutline.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutline.java
index f7f6dd046c..49f79d8bec 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutline.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutline.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputIntent.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputIntent.java
index 6a714ae8a9..ae1e02802e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputIntent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputIntent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputStream.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputStream.java
index 021a698a3e..cdf9c334fe 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfOutputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPage.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPage.java
index c27f158425..c29bf06999 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPage.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPage.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPageFactory.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPageFactory.java
index 78a33b1fa7..f2f3e8e285 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPageFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPageFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPages.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPages.java
index 283710b31b..d16682a815 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPages.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPages.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPagesTree.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPagesTree.java
index 00fb5f6fe0..716adbc056 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPagesTree.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPagesTree.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
@@ -43,19 +43,20 @@ This file is part of the iText (R) project.
*/
package com.itextpdf.kernel.pdf;
-import com.itextpdf.io.logs.IoLogMessageConstant;
import com.itextpdf.commons.utils.MessageFormatUtil;
-import com.itextpdf.kernel.exceptions.PdfException;
+import com.itextpdf.io.logs.IoLogMessageConstant;
import com.itextpdf.kernel.exceptions.KernelExceptionMessageConstant;
+import com.itextpdf.kernel.exceptions.PdfException;
+import java.util.ArrayList;
+import java.util.HashMap;
import java.util.HashSet;
+import java.util.List;
+import java.util.Map;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-import java.util.ArrayList;
-import java.util.List;
-
/**
* Algorithm for construction {@link PdfPages} tree
*/
@@ -65,9 +66,9 @@ class PdfPagesTree {
private final int leafSize = DEFAULT_LEAF_SIZE;
- private List pageRefs;
+ private NullUnlimitedList pageRefs;
private List parents;
- private List pages;
+ private NullUnlimitedList pages;
private PdfDocument document;
private boolean generated = false;
private PdfPages root;
@@ -81,9 +82,9 @@ class PdfPagesTree {
*/
public PdfPagesTree(PdfCatalog pdfCatalog) {
this.document = pdfCatalog.getDocument();
- this.pageRefs = new ArrayList<>();
+ this.pageRefs = new NullUnlimitedList<>();
this.parents = new ArrayList<>();
- this.pages = new ArrayList<>();
+ this.pages = new NullUnlimitedList<>();
if (pdfCatalog.getPdfObject().containsKey(PdfName.Pages)) {
PdfDictionary pages = pdfCatalog.getPdfObject().getAsDictionary(PdfName.Pages);
if (pages == null) {
@@ -472,10 +473,9 @@ private void loadPage(int pageNum, Set processedParents) {
} else {
int from = parent.getFrom();
- // Possible exception in case kids.getSize() < parent.getCount().
- // In any case parent.getCount() has higher priority.
// NOTE optimization? when we already found needed index
- for (int i = 0; i < parent.getCount(); i++) {
+ final int pageCount = Math.min(parent.getCount(), kids.size());
+ for (int i = 0; i < pageCount; i++) {
PdfObject kid = kids.get(i, false);
if (kid instanceof PdfIndirectReference) {
pageRefs.set(from + i, (PdfIndirectReference) kid);
@@ -533,4 +533,99 @@ private void correctPdfPagesFromProperty(int index, int correction) {
}
}
}
+
+ /**
+ * The class represents a list which allows null elements, but doesn't allocate a memory for them, in the rest of
+ * cases it behaves like usual {@link ArrayList} and should have the same complexity (because keys are unique
+ * integers, so collisions are impossible). Class doesn't implement {@code List} interface because it provides
+ * only methods which are in use in {@link PdfPagesTree} class.
+ *
+ * @param elements of the list
+ */
+ static final class NullUnlimitedList {
+ private final Map map = new HashMap<>();
+ private int size = 0;
+
+ // O(1)
+ public void add(T element) {
+ if (element == null) {
+ size++;
+ return;
+ }
+ map.put(size++, element);
+ }
+
+ // In worth scenario O(n^2) but it is mostly impossible because keys shouldn't have
+ // collisions at all (they are integers). So in average should be O(n).
+ public void add(int index, T element) {
+ if (index < 0 || index > size) {
+ return;
+ }
+ size++;
+ // Shifts the element currently at that position (if any) and any
+ // subsequent elements to the right (adds one to their indices).
+ T previous = map.get(index);
+ for (int i = index + 1; i < size; i++) {
+ T currentToAdd = previous;
+ previous = map.get(i);
+ this.set(i, currentToAdd);
+ }
+
+ this.set(index, element);
+ }
+
+ // average O(1), worth O(n) (mostly impossible in case when keys are integers)
+ public T get(int index) {
+ return map.get(index);
+ }
+
+ // average O(1), worth O(n) (mostly impossible in case when keys are integers)
+ public void set(int index, T element) {
+ if (element == null) {
+ map.remove(index);
+ } else {
+ map.put(index, element);
+ }
+ }
+
+ // O(n)
+ public int indexOf(T element) {
+ if (element == null) {
+ for (int i = 0; i < size; i++) {
+ if (!map.containsKey(i)) {
+ return i;
+ }
+ }
+ return -1;
+ }
+ for (Map.Entry entry : map.entrySet()) {
+ if (element.equals(entry.getValue())) {
+ return entry.getKey();
+ }
+ }
+ return -1;
+ }
+
+ // In worth scenario O(n^2) but it is mostly impossible because keys shouldn't have
+ // collisions at all (they are integers). So in average should be O(n).
+ public void remove(int index) {
+ if (index < 0 || index >= size) {
+ return;
+ }
+ map.remove(index);
+ // Shifts any subsequent elements to the left (subtracts one from their indices).
+ T previous = map.get(size - 1);
+ for (int i = size - 2; i >= index; i--) {
+ T current = previous;
+ previous = map.get(i);
+ this.set(i, current);
+ }
+ map.remove(--size);
+ }
+
+ // O(1)
+ public int size() {
+ return size;
+ }
+ }
}
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPrimitiveObject.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPrimitiveObject.java
index 3c5f7a2105..664897e954 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPrimitiveObject.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfPrimitiveObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfReader.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfReader.java
index eb83203f76..70e31657df 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfReader.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfReader.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfResources.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfResources.java
index 392af837a6..04742bddad 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfResources.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfResources.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfStream.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfStream.java
index 52e2874a56..b32a40ae9e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfString.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfString.java
index 07d5dc8ac0..a8ad3fc5d3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfString.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfString.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfTextArray.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfTextArray.java
index da3061e259..0e473ca341 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfTextArray.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfTextArray.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfVersion.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfVersion.java
index cc833df63d..22a7cdf5d1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfVersion.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfVersion.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfViewerPreferences.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfViewerPreferences.java
index 79ec0b7f11..b1bd358e87 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfViewerPreferences.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfViewerPreferences.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfWriter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfWriter.java
index 02d1390997..e25a95a9e4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfWriter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfWriter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfXrefTable.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfXrefTable.java
index 14e95dad56..229b45ae19 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfXrefTable.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/PdfXrefTable.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/ReaderProperties.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/ReaderProperties.java
index 6f01b6bd79..b8bcc79ab1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/ReaderProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/ReaderProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/SerializedObjectContent.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/SerializedObjectContent.java
index 8b2779e40d..04f6ef2657 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/SerializedObjectContent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/SerializedObjectContent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializer.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializer.java
index bb9414ec6c..9f1c4e31a0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializer.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/StampingProperties.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/StampingProperties.java
index 53e94290bd..4200d6398a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/StampingProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/StampingProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/VersionConforming.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/VersionConforming.java
index e1c4636fc5..d5ef05948e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/VersionConforming.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/VersionConforming.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/WriterProperties.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/WriterProperties.java
index 584ff23952..c077df2f85 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/WriterProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/WriterProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/XmpMetaInfoConverter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/XmpMetaInfoConverter.java
index 0e690c409f..0107f47d18 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/XmpMetaInfoConverter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/XmpMetaInfoConverter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfAction.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfAction.java
index 5842c79e7c..04a7e2000a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfAction.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfAction.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfActionOcgState.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfActionOcgState.java
index 6cca3d0a48..4ae3e1d199 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfActionOcgState.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfActionOcgState.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfAnnotationAdditionalActions.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfAnnotationAdditionalActions.java
index fe7b5421d0..ee6779c689 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfAnnotationAdditionalActions.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfAnnotationAdditionalActions.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfMediaClipData.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfMediaClipData.java
index 62ea4ed5c7..2590f3aa5a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfMediaClipData.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfMediaClipData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfRendition.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfRendition.java
index e8b0a58d03..f4e4317657 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfRendition.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfRendition.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfTarget.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfTarget.java
index 12c74898ad..748daab55a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfTarget.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfTarget.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfWin.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfWin.java
index a77b91217f..ab165f192d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfWin.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/action/PdfWin.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/BorderStyleUtil.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/BorderStyleUtil.java
index e297a07070..afb2533336 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/BorderStyleUtil.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/BorderStyleUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/InteriorColorUtil.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/InteriorColorUtil.java
index e775ab9f1c..cd846b5148 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/InteriorColorUtil.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/InteriorColorUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/Pdf3DAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/Pdf3DAnnotation.java
index 4d7fffe1d2..0dcd80f8b7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/Pdf3DAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/Pdf3DAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfAnnotation.java
index cc8ae77daf..451a301c81 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfAnnotationAppearance.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfAnnotationAppearance.java
index ee4aaee3c8..74020c0712 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfAnnotationAppearance.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfAnnotationAppearance.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfCaretAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfCaretAnnotation.java
index 13dab2986e..e61cfb0966 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfCaretAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfCaretAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfCircleAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfCircleAnnotation.java
index 3ae780e357..5ffc55e80b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfCircleAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfCircleAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFileAttachmentAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFileAttachmentAnnotation.java
index 6e5a7e4116..204276eb20 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFileAttachmentAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFileAttachmentAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFixedPrint.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFixedPrint.java
index f40bb9d394..411a82bb90 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFixedPrint.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFixedPrint.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFreeTextAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFreeTextAnnotation.java
index 26d6318a52..2b8842a4d9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFreeTextAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfFreeTextAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfInkAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfInkAnnotation.java
index 3e5e0e924d..89b1e96487 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfInkAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfInkAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfLineAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfLineAnnotation.java
index 48448d8ab6..d65e47436f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfLineAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfLineAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfLinkAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfLinkAnnotation.java
index c1941f738a..38abfdf50a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfLinkAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfLinkAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfMarkupAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfMarkupAnnotation.java
index 7ac95f94a2..be95054059 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfMarkupAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfMarkupAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolyGeomAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolyGeomAnnotation.java
index d228b01712..4738fe3702 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolyGeomAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolyGeomAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolygonAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolygonAnnotation.java
index ef2fe0917e..5e1c46311c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolygonAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolygonAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolylineAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolylineAnnotation.java
index 4c0bbba53c..a9ec746d81 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolylineAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPolylineAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPopupAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPopupAnnotation.java
index ce1e176737..426af945b0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPopupAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPopupAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPrinterMarkAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPrinterMarkAnnotation.java
index c0217016f5..290fb792b3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPrinterMarkAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfPrinterMarkAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRedactAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRedactAnnotation.java
index e52c041df1..83bd3c630d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRedactAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRedactAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfScreenAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfScreenAnnotation.java
index fdcad3abcb..296fb5ef06 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfScreenAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfScreenAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfSoundAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfSoundAnnotation.java
index 682b1c676c..1615459fe4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfSoundAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfSoundAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfSquareAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfSquareAnnotation.java
index d68a1f7b6e..a161c22214 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfSquareAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfSquareAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfStampAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfStampAnnotation.java
index 8d4b76de86..4c0a2e8f6a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfStampAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfStampAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTextAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTextAnnotation.java
index c5fadd6aa8..3722652783 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTextAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTextAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTextMarkupAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTextMarkupAnnotation.java
index db42849527..e5b343d7a9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTextMarkupAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTextMarkupAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTrapNetworkAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTrapNetworkAnnotation.java
index 521748f4f6..82f5f4bfae 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTrapNetworkAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfTrapNetworkAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfWatermarkAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfWatermarkAnnotation.java
index 66c5e84e29..1b108147c4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfWatermarkAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfWatermarkAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfWidgetAnnotation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfWidgetAnnotation.java
index 314b3ea95d..5f4ebb8cb9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfWidgetAnnotation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfWidgetAnnotation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/AnnotationDefaultAppearance.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/AnnotationDefaultAppearance.java
index 9bd3e0317c..e7a1e60d0c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/AnnotationDefaultAppearance.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/AnnotationDefaultAppearance.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/ExtendedAnnotationFont.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/ExtendedAnnotationFont.java
index 5527c653f4..d1e8dbc481 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/ExtendedAnnotationFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/ExtendedAnnotationFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/StandardAnnotationFont.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/StandardAnnotationFont.java
index 6e27bbfa03..90459a226a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/StandardAnnotationFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/annot/da/StandardAnnotationFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasArtifact.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasArtifact.java
index c8a87bc511..7e0eab0bb5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasArtifact.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasArtifact.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasGraphicsState.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasGraphicsState.java
index f94cf1aa0c..d0792e23e0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasGraphicsState.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasGraphicsState.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasTag.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasTag.java
index 6a24b92775..0969c46109 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasTag.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/CanvasTag.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfCanvas.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfCanvas.java
index 6a1a26e051..bf91507b13 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfCanvas.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfCanvas.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasConstants.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasConstants.java
index a35d6aa758..dee0b54070 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasConstants.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfPatternCanvas.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfPatternCanvas.java
index 9f2f1db784..2fe9820584 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfPatternCanvas.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfPatternCanvas.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/DashedLine.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/DashedLine.java
index d30d96901d..3b2c41b925 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/DashedLine.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/DashedLine.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/DottedLine.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/DottedLine.java
index ed900581ba..e479a8f384 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/DottedLine.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/DottedLine.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/ILineDrawer.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/ILineDrawer.java
index b5aa66d88b..a542255365 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/ILineDrawer.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/ILineDrawer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/SolidLine.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/SolidLine.java
index 183ce188bf..90fbd20995 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/SolidLine.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/draw/SolidLine.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/EventType.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/EventType.java
index c57734fbd1..1db1ed02a4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/EventType.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/EventType.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/IContentOperator.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/IContentOperator.java
index c666602902..2661cb8bb6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/IContentOperator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/IContentOperator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/IXObjectDoHandler.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/IXObjectDoHandler.java
index 9674d9c63c..83f9c9ec36 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/IXObjectDoHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/IXObjectDoHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/ParserGraphicsState.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/ParserGraphicsState.java
index da08c1e329..8b73af5246 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/ParserGraphicsState.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/ParserGraphicsState.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessor.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessor.java
index 4e051c3bf2..23fc8c432a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfDocumentContentParser.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfDocumentContentParser.java
index 80b373d1a3..838406aa1d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfDocumentContentParser.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfDocumentContentParser.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractor.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractor.java
index ca532bf3f8..fcaaced9e6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperBridge.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperBridge.java
index b168a377e8..5868d4e0b9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperBridge.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperBridge.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperException.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperException.java
index e7e03ea5a3..04689bae10 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperException.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperExceptionConstant.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperExceptionConstant.java
index b2a1909822..492a754533 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperExceptionConstant.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperExceptionConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/AbstractRenderInfo.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/AbstractRenderInfo.java
index 94c1395cd3..d3771dbd16 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/AbstractRenderInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/AbstractRenderInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/ClippingPathInfo.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/ClippingPathInfo.java
index 6dbc6734e3..1205c0d0b4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/ClippingPathInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/ClippingPathInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/IEventData.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/IEventData.java
index 8141a365a3..08592f36f5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/IEventData.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/IEventData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/ImageRenderInfo.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/ImageRenderInfo.java
index 26140238aa..a01da8282a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/ImageRenderInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/ImageRenderInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/PathRenderInfo.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/PathRenderInfo.java
index 4135743be9..fab7e404d4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/PathRenderInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/PathRenderInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/TextRenderInfo.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/TextRenderInfo.java
index e65fd6d196..5a46257ad8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/TextRenderInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/data/TextRenderInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/filter/IEventFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/filter/IEventFilter.java
index b866fe28e3..50f0396c68 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/filter/IEventFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/filter/IEventFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/filter/TextRegionEventFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/filter/TextRegionEventFilter.java
index 9996d2bd66..fa54be22a4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/filter/TextRegionEventFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/filter/TextRegionEventFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/CharacterRenderInfo.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/CharacterRenderInfo.java
index 87b93b2465..d22da8151b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/CharacterRenderInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/CharacterRenderInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/DefaultPdfTextLocation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/DefaultPdfTextLocation.java
index 5e5376e122..79beb8a07d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/DefaultPdfTextLocation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/DefaultPdfTextLocation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/DefaultTextChunkLocationComparator.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/DefaultTextChunkLocationComparator.java
index 786bcde2da..5d7720499e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/DefaultTextChunkLocationComparator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/DefaultTextChunkLocationComparator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/FilteredEventListener.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/FilteredEventListener.java
index 9f022e27db..ad2ceeb997 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/FilteredEventListener.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/FilteredEventListener.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/FilteredTextEventListener.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/FilteredTextEventListener.java
index 2adba332b0..64f5951619 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/FilteredTextEventListener.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/FilteredTextEventListener.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/GlyphEventListener.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/GlyphEventListener.java
index c92d25957f..02f7ed7960 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/GlyphEventListener.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/GlyphEventListener.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/GlyphTextEventListener.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/GlyphTextEventListener.java
index e070c6f690..f71f6d6629 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/GlyphTextEventListener.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/GlyphTextEventListener.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/IEventListener.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/IEventListener.java
index 071c18198c..966ccd95fd 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/IEventListener.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/IEventListener.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ILocationExtractionStrategy.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ILocationExtractionStrategy.java
index 25636fab78..5fcb398088 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ILocationExtractionStrategy.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ILocationExtractionStrategy.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/IPdfTextLocation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/IPdfTextLocation.java
index f09939f836..2a26c56192 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/IPdfTextLocation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/IPdfTextLocation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ITextChunkLocation.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ITextChunkLocation.java
index 5b91e00d69..c6cda0b0e5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ITextChunkLocation.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ITextChunkLocation.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ITextExtractionStrategy.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ITextExtractionStrategy.java
index f5a0589d78..8ea22d0ebe 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ITextExtractionStrategy.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/ITextExtractionStrategy.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/LocationTextExtractionStrategy.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/LocationTextExtractionStrategy.java
index 5803e97863..910d107994 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/LocationTextExtractionStrategy.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/LocationTextExtractionStrategy.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/RegexBasedLocationExtractionStrategy.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/RegexBasedLocationExtractionStrategy.java
index b736472cc1..7d1212df9b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/RegexBasedLocationExtractionStrategy.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/RegexBasedLocationExtractionStrategy.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/SimpleTextExtractionStrategy.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/SimpleTextExtractionStrategy.java
index 4a06eaeb9f..d373aff561 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/SimpleTextExtractionStrategy.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/SimpleTextExtractionStrategy.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunk.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunk.java
index 21338693a4..ac156f7884 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunk.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunk.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunkLocationBasedComparator.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunkLocationBasedComparator.java
index 1fc26bf9c0..cabfcb9392 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunkLocationBasedComparator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunkLocationBasedComparator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunkLocationDefaultImp.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunkLocationDefaultImp.java
index 9bd1aa7605..feac6d44c0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunkLocationDefaultImp.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextChunkLocationDefaultImp.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextMarginFinder.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextMarginFinder.java
index 395cfd6f1d..0c6a1cc5cd 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextMarginFinder.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/listener/TextMarginFinder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtils.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtils.java
index 6463927c0d..c001920f3a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtils.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/PdfCanvasParser.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/PdfCanvasParser.java
index 22061c8c3c..a3c5570107 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/PdfCanvasParser.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/PdfCanvasParser.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/InputMeta.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/InputMeta.java
index a185621da2..b71e911cad 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/InputMeta.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/InputMeta.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaBrush.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaBrush.java
index 8f4c506632..7e18821c21 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaBrush.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaBrush.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaDo.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaDo.java
index dedce41116..f1f5e51cf7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaDo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaDo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaFont.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaFont.java
index dfa1b30353..8155bcd2c9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaFont.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaFont.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaObject.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaObject.java
index be7ec8110b..05621bff39 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaObject.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaPen.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaPen.java
index aaf723a4a5..7b82992f42 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaPen.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaPen.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaState.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaState.java
index 280bf87ab4..102bec26ec 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaState.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaState.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/WmfImageData.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/WmfImageData.java
index b20f2cbc5c..ede161ff8d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/WmfImageData.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/WmfImageData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/WmfImageHelper.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/WmfImageHelper.java
index 33633e32a8..889f871c22 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/WmfImageHelper.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/wmf/WmfImageHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollection.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollection.java
index 8785f8b3c9..fbee048452 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollection.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollection.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionField.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionField.java
index c287f1086f..8fe6a10627 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionField.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionField.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionItem.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionItem.java
index 1973db7826..76b9fc0a06 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionItem.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSchema.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSchema.java
index 889b0efcfc..149ad0f8c8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSchema.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSchema.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSort.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSort.java
index ee264e36b9..92ffe297e8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSort.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSort.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfCieBasedCs.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfCieBasedCs.java
index 0f1a7c4251..0d11ba9b3a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfCieBasedCs.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfCieBasedCs.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfColorSpace.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfColorSpace.java
index 408488a3da..ed218639ea 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfColorSpace.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfColorSpace.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfDeviceCs.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfDeviceCs.java
index 552b35bf2d..7342caf432 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfDeviceCs.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfDeviceCs.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfPattern.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfPattern.java
index a321e6f9e8..3ad9d2bc9a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfPattern.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfPattern.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfShading.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfShading.java
index 2cfada2a4a..8402a4db29 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfShading.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfShading.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfSpecialCs.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfSpecialCs.java
index 4dbd2323ac..0428e6b856 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfSpecialCs.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/colorspace/PdfSpecialCs.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/extgstate/PdfExtGState.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/extgstate/PdfExtGState.java
index d86d58c896..7302c5c4f7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/extgstate/PdfExtGState.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/extgstate/PdfExtGState.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfDictionaryFS.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfDictionaryFS.java
index 7943dd19aa..24ce362a3e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfDictionaryFS.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfDictionaryFS.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfEncryptedPayloadFileSpecFactory.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfEncryptedPayloadFileSpecFactory.java
index 0419f974a3..46c1aecfec 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfEncryptedPayloadFileSpecFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfEncryptedPayloadFileSpecFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfFileSpec.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfFileSpec.java
index ba72a91dad..46a5a8c554 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfFileSpec.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfFileSpec.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfStringFS.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfStringFS.java
index dc6f935c45..66266c3d02 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfStringFS.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filespec/PdfStringFS.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/ASCII85DecodeFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/ASCII85DecodeFilter.java
index 36de54b6df..9d4ea80105 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/ASCII85DecodeFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/ASCII85DecodeFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/ASCIIHexDecodeFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/ASCIIHexDecodeFilter.java
index ed9a76341c..08aea43909 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/ASCIIHexDecodeFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/ASCIIHexDecodeFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/CCITTFaxDecodeFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/CCITTFaxDecodeFilter.java
index ca52e7eae5..be9f8f8b99 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/CCITTFaxDecodeFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/CCITTFaxDecodeFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/DctDecodeFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/DctDecodeFilter.java
index 64a5388b4d..20529af8b1 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/DctDecodeFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/DctDecodeFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/DoNothingFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/DoNothingFilter.java
index 91238712ec..8204900312 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/DoNothingFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/DoNothingFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FilterHandlers.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FilterHandlers.java
index a1e4091d69..42b8fddd11 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FilterHandlers.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FilterHandlers.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FlateDecodeFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FlateDecodeFilter.java
index 8e6108a988..5147baf532 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FlateDecodeFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FlateDecodeFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FlateDecodeStrictFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FlateDecodeStrictFilter.java
index 4a4056dcb6..d7d849fa4e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FlateDecodeStrictFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/FlateDecodeStrictFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/IFilterHandler.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/IFilterHandler.java
index 52bb767b77..4d437d90fa 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/IFilterHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/IFilterHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/JpxDecodeFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/JpxDecodeFilter.java
index 067bc1eb82..6d198eead6 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/JpxDecodeFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/JpxDecodeFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/LZWDecodeFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/LZWDecodeFilter.java
index 6810cd8edc..3b176d104a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/LZWDecodeFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/LZWDecodeFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/LZWDecoder.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/LZWDecoder.java
index da4e08b73f..df9b44ac63 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/LZWDecoder.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/LZWDecoder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/RunLengthDecodeFilter.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/RunLengthDecodeFilter.java
index b96ee39bf6..954b22891a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/RunLengthDecodeFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/filters/RunLengthDecodeFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/AbstractPdfFunction.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/AbstractPdfFunction.java
index 94d916fe90..dcba0006de 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/AbstractPdfFunction.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/AbstractPdfFunction.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/BaseInputOutPutConvertors.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/BaseInputOutPutConvertors.java
index 0d7fc742a7..7379980d73 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/BaseInputOutPutConvertors.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/BaseInputOutPutConvertors.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IInputConversionFunction.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IInputConversionFunction.java
index 759df92b9c..0dffb68aa8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IInputConversionFunction.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IInputConversionFunction.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IOutputConversionFunction.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IOutputConversionFunction.java
index 83a2ae9854..a317db9808 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IOutputConversionFunction.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IOutputConversionFunction.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IPdfFunction.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IPdfFunction.java
index 4267b723eb..71e6f75f54 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IPdfFunction.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IPdfFunction.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IPdfFunctionFactory.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IPdfFunctionFactory.java
index 358ca24598..78ba4178cf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IPdfFunctionFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/IPdfFunctionFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfFunction.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfFunction.java
index 16dad1f8fc..ce3df16458 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfFunction.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfFunction.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfFunctionFactory.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfFunctionFactory.java
index 0b93b1fdc7..1c2681fc3a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfFunctionFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfFunctionFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType0Function.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType0Function.java
index b79d8c8d7d..e37ff6553b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType0Function.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType0Function.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType2Function.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType2Function.java
index c4fa0ea25e..f8e496b04d 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType2Function.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType2Function.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType3Function.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType3Function.java
index f92e69b3ce..18db9ceaef 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType3Function.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType3Function.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType4Function.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType4Function.java
index 23c50b9e27..6fcbc29a46 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType4Function.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/PdfType4Function.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/utils/AbstractSampleExtractor.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/utils/AbstractSampleExtractor.java
index ac2bba8300..bb0d38a1d8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/utils/AbstractSampleExtractor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/utils/AbstractSampleExtractor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/utils/SampleExtractor.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/utils/SampleExtractor.java
index beaf621895..aff1c1abba 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/function/utils/SampleExtractor.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/function/utils/SampleExtractor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/IPdfOCG.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/IPdfOCG.java
index b00c0199f3..373cb01602 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/IPdfOCG.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/IPdfOCG.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfLayer.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfLayer.java
index 2b7d113417..c2da1adabf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfLayer.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfLayer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfLayerMembership.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfLayerMembership.java
index 7b34baf791..e2416d5c3b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfLayerMembership.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfLayerMembership.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfOCProperties.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfOCProperties.java
index feae776c4a..2559b11cc8 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfOCProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfOCProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfVisibilityExpression.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfVisibilityExpression.java
index 218ce6d563..c7d90025e7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfVisibilityExpression.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/layer/PdfVisibilityExpression.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfDestination.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfDestination.java
index 7a07bdcba6..356c868832 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfDestination.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfDestination.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfExplicitDestination.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfExplicitDestination.java
index d9ab5e696b..184193aea3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfExplicitDestination.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfExplicitDestination.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfExplicitRemoteGoToDestination.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfExplicitRemoteGoToDestination.java
index d90be4a9f2..641f430d2c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfExplicitRemoteGoToDestination.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfExplicitRemoteGoToDestination.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfNamedDestination.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfNamedDestination.java
index 13b2cde4f0..929a9fe690 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfNamedDestination.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfNamedDestination.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfStringDestination.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfStringDestination.java
index 587b3547bc..f5f229fae9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfStringDestination.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfStringDestination.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfStructureDestination.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfStructureDestination.java
index aa31bf742e..45be66e968 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfStructureDestination.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/navigation/PdfStructureDestination.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsAggregator.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsAggregator.java
index 8432d46337..5b20fcae93 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsAggregator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsAggregator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsEvent.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsEvent.java
index 2cb8aa6e38..9539d85651 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsAggregator.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsAggregator.java
index b0a67e0d0d..3d7b170892 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsAggregator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsAggregator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsEvent.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsEvent.java
index 5021a0179b..6c47422651 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsEvent.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/IStructureNode.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/IStructureNode.java
index bbc154ffda..03f045e889 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/IStructureNode.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/IStructureNode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/ParentTreeHandler.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/ParentTreeHandler.java
index faba1c0f3a..a9b21a1e97 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/ParentTreeHandler.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/ParentTreeHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcr.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcr.java
index 543ab6c6af..a60ce59949 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcr.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcr.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcrDictionary.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcrDictionary.java
index 39a350829b..04365f1635 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcrDictionary.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcrDictionary.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcrNumber.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcrNumber.java
index ae6ef375b3..6850b64169 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcrNumber.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfMcrNumber.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfNamespace.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfNamespace.java
index fdc33b41f0..9c5b3dfcee 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfNamespace.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfNamespace.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfObjRef.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfObjRef.java
index d39c505082..1626f3ba91 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfObjRef.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfObjRef.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructElem.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructElem.java
index bc14d17b7f..703c154435 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructElem.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructElem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructTreeRoot.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructTreeRoot.java
index 51bf5958f6..5b32bc21d0 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructTreeRoot.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructTreeRoot.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructureAttributes.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructureAttributes.java
index f9f5e836a2..3f74d28cbf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructureAttributes.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfStructureAttributes.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfUserPropertiesAttributes.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfUserPropertiesAttributes.java
index 5957578d3d..b632cd8418 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfUserPropertiesAttributes.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfUserPropertiesAttributes.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfUserProperty.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfUserProperty.java
index 58e16ea080..d6e7358dc4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfUserProperty.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/PdfUserProperty.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StandardNamespaces.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StandardNamespaces.java
index 4a3f5a0fc7..8313de5854 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StandardNamespaces.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StandardNamespaces.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StandardRoles.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StandardRoles.java
index 66d0212d96..10708f0b36 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StandardRoles.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StandardRoles.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StructureTreeCopier.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StructureTreeCopier.java
index 78f465b67d..637b7fb473 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StructureTreeCopier.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StructureTreeCopier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityProperties.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityProperties.java
index 3bb6634db0..6180645e01 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityPropertiesToStructElem.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityPropertiesToStructElem.java
index 165f9432aa..cdc1617a74 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityPropertiesToStructElem.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityPropertiesToStructElem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/BackedAccessibilityProperties.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/BackedAccessibilityProperties.java
index 742f283f20..2aebcfdadf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/BackedAccessibilityProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/BackedAccessibilityProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/DefaultAccessibilityProperties.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/DefaultAccessibilityProperties.java
index d485015d2b..4623242a5f 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/DefaultAccessibilityProperties.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/DefaultAccessibilityProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/IRoleMappingResolver.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/IRoleMappingResolver.java
index f6d3462926..1ab5f5077e 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/IRoleMappingResolver.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/IRoleMappingResolver.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RoleMappingResolver.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RoleMappingResolver.java
index 7d9cb63f5b..5a3e3716ff 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RoleMappingResolver.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RoleMappingResolver.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RoleMappingResolverPdf2.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RoleMappingResolverPdf2.java
index d2fcfcec3c..3279ef50b7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RoleMappingResolverPdf2.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RoleMappingResolverPdf2.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RootTagNormalizer.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RootTagNormalizer.java
index 671e747193..fca3ec85bb 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RootTagNormalizer.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/RootTagNormalizer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagReference.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagReference.java
index de4fbf8d4b..4fe4a54481 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagReference.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagReference.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagStructureContext.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagStructureContext.java
index fb822ab54b..1a59744fc5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagStructureContext.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagStructureContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagTreePointer.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagTreePointer.java
index 069cd7c1f5..77187688ea 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagTreePointer.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/TagTreePointer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/WaitingTagsManager.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/WaitingTagsManager.java
index 8baea5b1df..b90833c136 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/WaitingTagsManager.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils/WaitingTagsManager.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/ImagePdfBytesInfo.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/ImagePdfBytesInfo.java
index 6a8c6e782c..7c7830c6e7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/ImagePdfBytesInfo.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/ImagePdfBytesInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
@@ -63,7 +63,7 @@ class ImagePdfBytesInfo {
private static final String TIFFTAG_SOFTWARE_VALUE = "iText\u00ae " +
ITextCoreProductData.getInstance().getVersion() + " \u00a9" + ITextCoreProductData.getInstance()
.getSinceCopyrightYear() + "-" + ITextCoreProductData.getInstance().getToCopyrightYear()
- + " iText Group NV";
+ + " Apryse Group NV";
private final int bpc;
private final int width;
private final int height;
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfFormXObject.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfFormXObject.java
index fb7136ed67..a4b241ffe5 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfFormXObject.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfFormXObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfImageXObject.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfImageXObject.java
index cb21f53a91..b6f436c272 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfImageXObject.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfImageXObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfTransparencyGroup.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfTransparencyGroup.java
index d849ac2dba..4c532ae5d7 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfTransparencyGroup.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfTransparencyGroup.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfXObject.java b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfXObject.java
index 2427093e66..476f62b208 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfXObject.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/pdf/xobject/PdfXObject.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/security/IExternalDecryptionProcess.java b/kernel/src/main/java/com/itextpdf/kernel/security/IExternalDecryptionProcess.java
index 9b0f7fee97..5b032ad0ea 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/security/IExternalDecryptionProcess.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/security/IExternalDecryptionProcess.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/CompareTool.java b/kernel/src/main/java/com/itextpdf/kernel/utils/CompareTool.java
index 6f1a05b073..216dcf567a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/CompareTool.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/CompareTool.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
@@ -135,8 +135,8 @@ public class CompareTool {
private static final String VERSION_REGEXP = "(\\d+\\.)+\\d+(-SNAPSHOT)?";
private static final String VERSION_REPLACEMENT = "";
- private static final String COPYRIGHT_REGEXP = "\u00a9\\d+-\\d+ iText Group NV";
- private static final String COPYRIGHT_REPLACEMENT = "\u00a9 iText Group NV";
+ private static final String COPYRIGHT_REGEXP = "\u00a9\\d+-\\d+ (?:iText Group NV|Apryse Group NV)";
+ private static final String COPYRIGHT_REPLACEMENT = "\u00a9 Apryse Group NV";
private static final String NEW_LINES = "\\r|\\n";
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/DefaultSafeXmlParserFactory.java b/kernel/src/main/java/com/itextpdf/kernel/utils/DefaultSafeXmlParserFactory.java
index 3fccabacbb..44f68ccfe3 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/DefaultSafeXmlParserFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/DefaultSafeXmlParserFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/ICopyFilter.java b/kernel/src/main/java/com/itextpdf/kernel/utils/ICopyFilter.java
index 1fa6f932b2..cdd1a9cbbb 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/ICopyFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/ICopyFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/IXmlParserFactory.java b/kernel/src/main/java/com/itextpdf/kernel/utils/IXmlParserFactory.java
index 91464261d6..de94a14a89 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/IXmlParserFactory.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/IXmlParserFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/IdleOutputStream.java b/kernel/src/main/java/com/itextpdf/kernel/utils/IdleOutputStream.java
index 3ca43341bb..95327d4b7c 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/IdleOutputStream.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/IdleOutputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/NullCopyFilter.java b/kernel/src/main/java/com/itextpdf/kernel/utils/NullCopyFilter.java
index b568eb18da..b6b8f1481a 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/NullCopyFilter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/NullCopyFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/PageRange.java b/kernel/src/main/java/com/itextpdf/kernel/utils/PageRange.java
index ee6181f139..2c567cd281 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/PageRange.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/PageRange.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/PdfMerger.java b/kernel/src/main/java/com/itextpdf/kernel/utils/PdfMerger.java
index b2ea350579..3487b2e9b9 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/PdfMerger.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/PdfMerger.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/PdfResourceCounter.java b/kernel/src/main/java/com/itextpdf/kernel/utils/PdfResourceCounter.java
index e341b2dace..7ae2a24024 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/PdfResourceCounter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/PdfResourceCounter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/PdfSplitter.java b/kernel/src/main/java/com/itextpdf/kernel/utils/PdfSplitter.java
index f41681a9c6..dae58a6ecf 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/PdfSplitter.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/PdfSplitter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/TaggedPdfReaderTool.java b/kernel/src/main/java/com/itextpdf/kernel/utils/TaggedPdfReaderTool.java
index 621b596321..c90ff4ec18 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/TaggedPdfReaderTool.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/TaggedPdfReaderTool.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/XmlProcessorCreator.java b/kernel/src/main/java/com/itextpdf/kernel/utils/XmlProcessorCreator.java
index 9a0068a1be..043faa06ff 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/XmlProcessorCreator.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/XmlProcessorCreator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/XmlUtils.java b/kernel/src/main/java/com/itextpdf/kernel/utils/XmlUtils.java
index 42f43aed4b..8935b55334 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/XmlUtils.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/XmlUtils.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/ArrayPathItem.java b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/ArrayPathItem.java
index 1467a8f6b9..0536e7c31b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/ArrayPathItem.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/ArrayPathItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/DictPathItem.java b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/DictPathItem.java
index 0104b1ac69..d5cce4aae2 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/DictPathItem.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/DictPathItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/IndirectPathItem.java b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/IndirectPathItem.java
index 9eaf239096..0f18318f2b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/IndirectPathItem.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/IndirectPathItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/LocalPathItem.java b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/LocalPathItem.java
index 94719da36d..e2acf0eefe 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/LocalPathItem.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/LocalPathItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/ObjectPath.java b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/ObjectPath.java
index ab883c7441..791b05748b 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/ObjectPath.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/ObjectPath.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/OffsetPathItem.java b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/OffsetPathItem.java
index e969fcb186..6e6548eb75 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/OffsetPathItem.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/OffsetPathItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/TrailerPath.java b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/TrailerPath.java
index 6f8141f013..ad87487bf4 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/TrailerPath.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/utils/objectpathitems/TrailerPath.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/main/java/com/itextpdf/kernel/xmp/PdfConst.java b/kernel/src/main/java/com/itextpdf/kernel/xmp/PdfConst.java
index fe0a8e7d6c..e96798bc98 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/xmp/PdfConst.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/xmp/PdfConst.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/test/java/com/itextpdf/kernel/PdfExceptionTest.java b/kernel/src/test/java/com/itextpdf/kernel/PdfExceptionTest.java
index 40c19e85b6..4ad88d945f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/PdfExceptionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/PdfExceptionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/actions/ProductEventHandlerAccess.java b/kernel/src/test/java/com/itextpdf/kernel/actions/ProductEventHandlerAccess.java
index 2c720642aa..428c5a69ae 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/actions/ProductEventHandlerAccess.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/actions/ProductEventHandlerAccess.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/actions/ProductEventHandlerTest.java b/kernel/src/test/java/com/itextpdf/kernel/actions/ProductEventHandlerTest.java
index 42200f50fb..1947532913 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/actions/ProductEventHandlerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/actions/ProductEventHandlerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/ITextTestEvent.java b/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/ITextTestEvent.java
index 8201757a15..c86108c200 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/ITextTestEvent.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/ITextTestEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/TestConfigurationEvent.java b/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/TestConfigurationEvent.java
index 69ae15c04a..a25d754efb 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/TestConfigurationEvent.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/TestConfigurationEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/TestMetaInfo.java b/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/TestMetaInfo.java
index e294582b49..b25d92304a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/TestMetaInfo.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/actions/ecosystem/TestMetaInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/actions/events/FlushPdfDocumentEventTest.java b/kernel/src/test/java/com/itextpdf/kernel/actions/events/FlushPdfDocumentEventTest.java
index d106706826..12e3d609ef 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/actions/events/FlushPdfDocumentEventTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/actions/events/FlushPdfDocumentEventTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/actions/events/ITextCoreProductEventTest.java b/kernel/src/test/java/com/itextpdf/kernel/actions/events/ITextCoreProductEventTest.java
index c6b16bc5b7..446cbdd32f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/actions/events/ITextCoreProductEventTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/actions/events/ITextCoreProductEventTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/actions/events/LinkDocumentIdEventTest.java b/kernel/src/test/java/com/itextpdf/kernel/actions/events/LinkDocumentIdEventTest.java
index fc9ef46aad..15dafa2212 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/actions/events/LinkDocumentIdEventTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/actions/events/LinkDocumentIdEventTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/colors/ColorTest.java b/kernel/src/test/java/com/itextpdf/kernel/colors/ColorTest.java
index fdb18b1c45..ff93ac4e79 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/colors/ColorTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/colors/ColorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/colors/DeviceRgbTest.java b/kernel/src/test/java/com/itextpdf/kernel/colors/DeviceRgbTest.java
index ff32bb11df..28d2deb2aa 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/colors/DeviceRgbTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/colors/DeviceRgbTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/colors/WebColorsTest.java b/kernel/src/test/java/com/itextpdf/kernel/colors/WebColorsTest.java
index 6b18eb5726..12d45bcd75 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/colors/WebColorsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/colors/WebColorsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/GradientColorStopTest.java b/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/GradientColorStopTest.java
index c344726946..642d4e8d1d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/GradientColorStopTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/GradientColorStopTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/LinearGradientBuilderTest.java b/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/LinearGradientBuilderTest.java
index e99dc79fb5..d9dd5838eb 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/LinearGradientBuilderTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/LinearGradientBuilderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/StrategyBasedLinearGradientBuilderTest.java b/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/StrategyBasedLinearGradientBuilderTest.java
index 5bd2249ece..009f8f897b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/StrategyBasedLinearGradientBuilderTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/colors/gradients/StrategyBasedLinearGradientBuilderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/crypto/CryptoUtilTest.java b/kernel/src/test/java/com/itextpdf/kernel/crypto/CryptoUtilTest.java
index 2b65027c0b..c916320fa6 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/crypto/CryptoUtilTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/crypto/CryptoUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfEncryptionTest.java b/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfEncryptionTest.java
index bef0c7371d..bebbf10166 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfEncryptionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfEncryptionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfReaderCustomFilterTest.java b/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfReaderCustomFilterTest.java
index b3b9f43b2b..30474b4341 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfReaderCustomFilterTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/crypto/PdfReaderCustomFilterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/crypto/UnencryptedWrapperTest.java b/kernel/src/test/java/com/itextpdf/kernel/crypto/UnencryptedWrapperTest.java
index a14faed977..f071304634 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/crypto/UnencryptedWrapperTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/crypto/UnencryptedWrapperTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/crypto/UnicodeBasedPasswordEncryptionTest.java b/kernel/src/test/java/com/itextpdf/kernel/crypto/UnicodeBasedPasswordEncryptionTest.java
index 769b438761..4b5fd65bdd 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/crypto/UnicodeBasedPasswordEncryptionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/crypto/UnicodeBasedPasswordEncryptionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontFactoryTest.java b/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontFactoryTest.java
index 20aa9d2ec8..9de56b8fd2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontFactoryTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontFactoryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontUnitTest.java
index fad457c8a8..fe3d1b3b8b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/PdfFontUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/font/PdfSimpleFontTest.java b/kernel/src/test/java/com/itextpdf/kernel/font/PdfSimpleFontTest.java
index 80bee4d9d4..7405a52826 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/PdfSimpleFontTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/PdfSimpleFontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/font/PdfTrueTypeFontTest.java b/kernel/src/test/java/com/itextpdf/kernel/font/PdfTrueTypeFontTest.java
index 929b4a524d..11a441013f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/PdfTrueTypeFontTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/PdfTrueTypeFontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/font/PdfType0FontTest.java b/kernel/src/test/java/com/itextpdf/kernel/font/PdfType0FontTest.java
index bf16e2bd33..3b89d15bfb 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/PdfType0FontTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/PdfType0FontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/font/PdfType3FontTest.java b/kernel/src/test/java/com/itextpdf/kernel/font/PdfType3FontTest.java
index 8b5239ad2f..e0df949a19 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/PdfType3FontTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/PdfType3FontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/font/Type3FontTest.java b/kernel/src/test/java/com/itextpdf/kernel/font/Type3FontTest.java
index eaa13501d8..c12aea8c5f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/Type3FontTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/Type3FontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/font/Type3GlyphUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/font/Type3GlyphUnitTest.java
index 17fba38885..2263dfe03b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/font/Type3GlyphUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/font/Type3GlyphUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/geom/AffineTransformTest.java b/kernel/src/test/java/com/itextpdf/kernel/geom/AffineTransformTest.java
index 77f113ceff..d1061b89ee 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/AffineTransformTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/AffineTransformTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/geom/BezierCurveTest.java b/kernel/src/test/java/com/itextpdf/kernel/geom/BezierCurveTest.java
index eae79da1a2..d0be559205 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/BezierCurveTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/BezierCurveTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/geom/LineSegmentTest.java b/kernel/src/test/java/com/itextpdf/kernel/geom/LineSegmentTest.java
index 824565b5d5..c45de06b0e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/LineSegmentTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/LineSegmentTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/geom/MatrixTest.java b/kernel/src/test/java/com/itextpdf/kernel/geom/MatrixTest.java
index 3e62363723..46e6b94b7c 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/MatrixTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/MatrixTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/geom/PageSizeUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/geom/PageSizeUnitTest.java
index a7abf4c89f..c417fd8069 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/PageSizeUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/PageSizeUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/geom/PointTest.java b/kernel/src/test/java/com/itextpdf/kernel/geom/PointTest.java
index d089899d13..565907fe37 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/PointTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/PointTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/geom/RectangleTest.java b/kernel/src/test/java/com/itextpdf/kernel/geom/RectangleTest.java
index 5c3c21a3ea..b745c99aa6 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/RectangleTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/RectangleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/geom/ShapeTransformUtilTest.java b/kernel/src/test/java/com/itextpdf/kernel/geom/ShapeTransformUtilTest.java
index 59d1482003..3f4a3816b6 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/ShapeTransformUtilTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/ShapeTransformUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/geom/VectorTest.java b/kernel/src/test/java/com/itextpdf/kernel/geom/VectorTest.java
index 2249c85110..2f939aeb74 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/geom/VectorTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/geom/VectorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/numbering/ArmenianNumberingTest.java b/kernel/src/test/java/com/itextpdf/kernel/numbering/ArmenianNumberingTest.java
index 1670269f01..5856ab7dc2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/numbering/ArmenianNumberingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/numbering/ArmenianNumberingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/numbering/GeorgianNumberingTest.java b/kernel/src/test/java/com/itextpdf/kernel/numbering/GeorgianNumberingTest.java
index 7078bb6c13..2594f5da45 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/numbering/GeorgianNumberingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/numbering/GeorgianNumberingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/numbering/GreekAlphabetNumberingTest.java b/kernel/src/test/java/com/itextpdf/kernel/numbering/GreekAlphabetNumberingTest.java
index b8e91b153a..e684a061c2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/numbering/GreekAlphabetNumberingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/numbering/GreekAlphabetNumberingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/numbering/RomanNumberingTest.java b/kernel/src/test/java/com/itextpdf/kernel/numbering/RomanNumberingTest.java
index f6afde3959..4cde678c5e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/numbering/RomanNumberingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/numbering/RomanNumberingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/EncodingTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/EncodingTest.java
index fa1d4e92cc..755a37b336 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/EncodingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/EncodingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/EncryptedEmbeddedStreamsHandlerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/EncryptedEmbeddedStreamsHandlerTest.java
index b913a81998..32d8c67fd7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/EncryptedEmbeddedStreamsHandlerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/EncryptedEmbeddedStreamsHandlerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/FingerPrintTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/FingerPrintTest.java
index b23a49d377..454b54d85e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/FingerPrintTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/FingerPrintTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/FontToUnicodeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/FontToUnicodeTest.java
index 2bc433f647..18e1a3b53b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/FontToUnicodeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/FontToUnicodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/FreeReferencesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/FreeReferencesTest.java
index a153a66e39..727cdfaec0 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/FreeReferencesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/FreeReferencesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/ImageFormatsTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/ImageFormatsTest.java
index 510b7559ec..f832630ec7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/ImageFormatsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/ImageFormatsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/InheritedPageEntriesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/InheritedPageEntriesTest.java
index e3f9b6ba6a..f50b25b660 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/InheritedPageEntriesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/InheritedPageEntriesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandlerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandlerTest.java
index bf700a3ce1..0a52589607 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandlerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareHandlerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStreamTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStreamTest.java
index 23cedb1d72..7b4b97bb4f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStreamTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/MemoryLimitsAwareOutputStreamTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/OcgPropertiesCopierTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/OcgPropertiesCopierTest.java
index af5757ef69..c5de8a64f3 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/OcgPropertiesCopierTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/OcgPropertiesCopierTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingHelperUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingHelperUnitTest.java
index baeaefd4c4..1e338781c4 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingHelperUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingHelperUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingTest.java
index 826e06f955..e605480593 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PageFlushingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/ParentTreeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/ParentTreeTest.java
index de6ef04d3e..b74c5d13f6 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/ParentTreeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/ParentTreeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfActionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfActionTest.java
index 3282dcecf4..b538764134 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfActionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfActionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfAnnotationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfAnnotationTest.java
index 3b5910fb5d..2ce2dbfa58 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfAnnotationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfAnnotationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayTest.java
index 56ac57245e..82f56122e5 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayUnitTest.java
index 96fd223fdf..f3b840d0b3 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfArrayUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfCopyTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfCopyTest.java
index 7f57d5e7cb..52df63997e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfCopyTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfCopyTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDashPatternTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDashPatternTest.java
index 6f1cdc253a..b4beb5e805 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDashPatternTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDashPatternTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDestinationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDestinationTest.java
index bafae90d06..ed48c4178f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDestinationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDestinationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryDictionaryValuesModificationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryDictionaryValuesModificationTest.java
index 4cb05b85a5..ba01959143 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryDictionaryValuesModificationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryDictionaryValuesModificationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTest.java
index 44ec6f0274..b72c8e23d2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTokenizerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTokenizerTest.java
index 7ad5436354..c7e60691c3 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTokenizerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDictionaryTokenizerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentAppendModeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentAppendModeTest.java
index c89409ebca..5942e5a645 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentAppendModeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentAppendModeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentIdTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentIdTest.java
index f3b85d665a..e121a4017d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentIdTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentIdTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentInfoTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentInfoTest.java
index 6e923b309f..f716145385 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentInfoTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentInfoTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentTest.java
index c0a23e170c..b45efe70f6 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentUnitTest.java
index c8f6a5c8d3..7fc55613d2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfDocumentUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptionUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptionUnitTest.java
index 326cbf2742..5bb36c67d4 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptionUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptionUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptorTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptorTest.java
index 2afb18f851..d19c476e67 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptorTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfEncryptorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfExtGStateTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfExtGStateTest.java
index bbe22f8e70..6fb9cada97 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfExtGStateTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfExtGStateTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontCacheTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontCacheTest.java
index 84ab284231..b82df4e3f4 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontCacheTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontCacheTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontTest.java
index 0b7e63eadd..5f4a18afff 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfFontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfIndirectReferenceTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfIndirectReferenceTest.java
index 32de38ff55..9c9375b6a5 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfIndirectReferenceTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfIndirectReferenceTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTest.java
index e6e5985d29..00462581bd 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTreeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTreeTest.java
index dfc7dccefd..a1069c6870 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTreeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNameTreeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNumberTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNumberTest.java
index f2b33394f7..0a102ec705 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNumberTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfNumberTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectReleaseTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectReleaseTest.java
index f2815fc530..2c2ca58148 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectReleaseTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectReleaseTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectStreamUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectStreamUnitTest.java
index ffaf3de892..278c0502a0 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectStreamUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectStreamUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectTest.java
index e05e42d22e..6b9f0ca989 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectUnitTest.java
index 44e73b2bae..d4b6c1db0d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectWrapperUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectWrapperUnitTest.java
index d2b5602bc5..e48601ccd6 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectWrapperUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfObjectWrapperUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfOutlineTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfOutlineTest.java
index 266acb4474..7649be1a0d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfOutlineTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfOutlineTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPageUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPageUnitTest.java
index dd63837fd9..d8a9e209e9 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPageUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPageUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTest.java
index 905f357655..af8e30cb1e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
@@ -42,13 +42,13 @@ This file is part of the iText (R) project.
*/
package com.itextpdf.kernel.pdf;
-import com.itextpdf.io.logs.IoLogMessageConstant;
+import com.itextpdf.commons.utils.MessageFormatUtil;
import com.itextpdf.io.image.ImageDataFactory;
+import com.itextpdf.io.logs.IoLogMessageConstant;
import com.itextpdf.io.source.RandomAccessSourceFactory;
-import com.itextpdf.commons.utils.MessageFormatUtil;
-import com.itextpdf.kernel.exceptions.PdfException;
import com.itextpdf.kernel.colors.ColorConstants;
import com.itextpdf.kernel.exceptions.KernelExceptionMessageConstant;
+import com.itextpdf.kernel.exceptions.PdfException;
import com.itextpdf.kernel.geom.PageSize;
import com.itextpdf.kernel.geom.Rectangle;
import com.itextpdf.kernel.pdf.annot.PdfAnnotation;
@@ -62,10 +62,6 @@ This file is part of the iText (R) project.
import com.itextpdf.test.annotations.LogMessage;
import com.itextpdf.test.annotations.LogMessages;
import com.itextpdf.test.annotations.type.IntegrationTest;
-import org.junit.Assert;
-import org.junit.BeforeClass;
-import org.junit.Test;
-import org.junit.experimental.categories.Category;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
@@ -75,6 +71,10 @@ This file is part of the iText (R) project.
import java.util.List;
import java.util.Random;
import java.util.Set;
+import org.junit.Assert;
+import org.junit.BeforeClass;
+import org.junit.Test;
+import org.junit.experimental.categories.Category;
@Category(IntegrationTest.class)
public class PdfPagesTest extends ExtendedITextTest {
@@ -87,6 +87,25 @@ public static void setup() {
createDestinationFolder(DESTINATION_FOLDER);
}
+ @Test
+ public void hugeNumberOfPagesWithOnePageTest() throws IOException {
+ PdfDocument pdfDoc = new PdfDocument(new PdfReader(SOURCE_FOLDER + "hugeNumberOfPagesWithOnePage.pdf"),
+ new PdfWriter(new ByteArrayOutputStream()));
+ PdfPage page = new PdfPage(pdfDoc, pdfDoc.getDefaultPageSize());
+ AssertUtil.doesNotThrow(() -> pdfDoc.addPage(1, page));
+ }
+
+ @Test
+ public void countDontCorrespondToRealTest() throws IOException {
+ PdfDocument pdfDoc = new PdfDocument(new PdfReader(SOURCE_FOLDER + "countDontCorrespondToReal.pdf"),
+ new PdfWriter(new ByteArrayOutputStream()));
+ PdfPage page = new PdfPage(pdfDoc, pdfDoc.getDefaultPageSize());
+ AssertUtil.doesNotThrow(() -> pdfDoc.addPage(1, page));
+
+ // we don't expect that Count will be different from real number of pages
+ Assert.assertThrows(NullPointerException.class, () -> pdfDoc.close());
+ }
+
@Test
public void simplePagesTest() throws IOException {
String filename = "simplePagesTest.pdf";
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTreeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTreeTest.java
index 0a3f6c83a8..8878447cd0 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTreeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPagesTreeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
@@ -23,14 +23,11 @@ This file is part of the iText (R) project.
package com.itextpdf.kernel.pdf;
import com.itextpdf.io.source.ByteArrayOutputStream;
-import com.itextpdf.kernel.events.PdfDocumentEvent;
-import com.itextpdf.kernel.pdf.layer.PdfLayer;
-import com.itextpdf.kernel.utils.CompareTool;
+import com.itextpdf.kernel.pdf.PdfPagesTree.NullUnlimitedList;
import com.itextpdf.test.AssertUtil;
import com.itextpdf.test.ExtendedITextTest;
import com.itextpdf.test.annotations.type.UnitTest;
-import java.io.IOException;
import org.junit.Assert;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@@ -42,4 +39,37 @@ public void generateTreeDocHasNoPagesTest() {
PdfDocument pdfDoc = new PdfDocument(new PdfWriter(new ByteArrayOutputStream()));
AssertUtil.doesNotThrow(() -> pdfDoc.close());
}
+
+ @Test
+ public void nullUnlimitedListAddTest() {
+ NullUnlimitedList list = new NullUnlimitedList<>();
+ list.add("hey");
+ list.add("bye");
+ Assert.assertEquals(2, list.size());
+ list.add(-1, "hello");
+ list.add(3, "goodbye");
+ Assert.assertEquals(2, list.size());
+ }
+
+ @Test
+ public void nullUnlimitedListIndexOfTest() {
+ NullUnlimitedList list = new NullUnlimitedList<>();
+ list.add("hey");
+ list.add(null);
+ list.add("bye");
+ list.add(null);
+ Assert.assertEquals(4, list.size());
+ Assert.assertEquals(1, list.indexOf(null));
+ }
+
+ @Test
+ public void nullUnlimitedListRemoveTest() {
+ NullUnlimitedList list = new NullUnlimitedList<>();
+ list.add("hey");
+ list.add("bye");
+ Assert.assertEquals(2, list.size());
+ list.remove(-1);
+ list.remove(2);
+ Assert.assertEquals(2, list.size());
+ }
}
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPrimitivesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPrimitivesTest.java
index f299cce470..4a025d3676 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPrimitivesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfPrimitivesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderDecodeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderDecodeTest.java
index fc2a4c42d4..a6a32a9053 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderDecodeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderDecodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderTest.java
index 5dbe00b59d..6ed4afe9b0 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfReaderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfResourcesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfResourcesTest.java
index caa8e7dc40..08f042f469 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfResourcesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfResourcesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStampingTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStampingTest.java
index a4bed45171..db823178bf 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStampingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStampingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamDecodeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamDecodeTest.java
index 7fd127a719..f9d7c2004e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamDecodeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamDecodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamTest.java
index d4904c2d92..36b34aabab 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamUnitTest.java
index 6b717df6c8..78e9e028db 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStreamUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStringTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStringTest.java
index f1d2fd66d5..8ea86f5fdc 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStringTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStringTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructElemTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructElemTest.java
index 7b8074c0ef..eab67ed52a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructElemTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructElemTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootTest.java
index 736e7243ce..bdb164aae1 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootUnitTest.java
index 0c6e75cf69..ce5523d72e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfStructTreeRootUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTextArrayTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTextArrayTest.java
index 9a9d8646cd..5ed1880797 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTextArrayTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTextArrayTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTokenizerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTokenizerTest.java
index 1119fbf353..5560e0aa87 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTokenizerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfTokenizerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfType0FontIntegrationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfType0FontIntegrationTest.java
index d5c3305e17..3f7b09958b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfType0FontIntegrationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfType0FontIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesTest.java
index 9becc14545..7e1cf992eb 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesUnitTest.java
index b017b4dc4c..fc4459aff3 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfViewerPreferencesUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfWriterTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfWriterTest.java
index a0f71e6cba..ea59f17620 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfWriterTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfWriterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXObjectTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXObjectTest.java
index 83a4ec79fb..c1101b1b0d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXObjectTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXObjectTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableTest.java
index 963d171c8a..226e06fea6 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableUnitTest.java
index 312c26ea89..015a22ea5f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/PdfXrefTableUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/ReorderPagesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/ReorderPagesTest.java
index 44b51469fc..c5711aafe2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/ReorderPagesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/ReorderPagesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializerTest.java
index 87a1be72fa..f60cd829f5 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModePdfObjectsSerializerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModeTest.java
index 1fa3ddb402..bb772a1fdb 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/SmartModeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/TagTreePointerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/TagTreePointerTest.java
index 44e7c3da28..10db7bcb78 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/TagTreePointerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/TagTreePointerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/TrailerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/TrailerTest.java
index 1dd9bfe15d..3de1d826be 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/TrailerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/TrailerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/XMPMetadataTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/XMPMetadataTest.java
index 92e8d693a4..52eb8480f5 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/XMPMetadataTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/XMPMetadataTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/XrefStreamDocumentUpdatesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/XrefStreamDocumentUpdatesTest.java
index c9141daba8..f39f1ee7a5 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/XrefStreamDocumentUpdatesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/XrefStreamDocumentUpdatesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfActionOcgStateTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfActionOcgStateTest.java
index ac71cec19c..52fa90fd06 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfActionOcgStateTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfActionOcgStateTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfAnnotationAdditionalActionsTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfAnnotationAdditionalActionsTest.java
index 012c328109..ef3e0f23e6 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfAnnotationAdditionalActionsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfAnnotationAdditionalActionsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfTargetTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfTargetTest.java
index 592490af1c..8f7c1c9d30 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfTargetTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfTargetTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfWinTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfWinTest.java
index 6d3ad8ae8a..5c5e591994 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfWinTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/action/PdfWinTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/Pdf3DAnnotationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/Pdf3DAnnotationTest.java
index 59082dbafe..9312ff3d0d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/Pdf3DAnnotationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/Pdf3DAnnotationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfAnnotationMakeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfAnnotationMakeTest.java
index 7d7cb37ca1..d49357e6aa 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfAnnotationMakeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfAnnotationMakeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfLineAnnotationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfLineAnnotationTest.java
index 25cbdb25e3..eeb98c724e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfLineAnnotationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfLineAnnotationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfMarkupAnnotationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfMarkupAnnotationTest.java
index 6f819d8c1c..e61264faaf 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfMarkupAnnotationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfMarkupAnnotationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfPolyGeomAnnotationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfPolyGeomAnnotationTest.java
index 70b96cb188..22505d8df5 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfPolyGeomAnnotationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/annot/PdfPolyGeomAnnotationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/CanvasTagTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/CanvasTagTest.java
index f585ff63f3..c9fb1d3894 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/CanvasTagTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/CanvasTagTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/CharacterRenderInfoTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/CharacterRenderInfoTest.java
index 6c1520f797..c3fd220a0e 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/CharacterRenderInfoTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/CharacterRenderInfoTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/ImageMasksTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/ImageMasksTest.java
index 04eaaf382d..ea3fa15608 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/ImageMasksTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/ImageMasksTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasColorTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasColorTest.java
index ed34b9e991..cd16dff363 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasColorTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasColorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasGlyphlineShowTextTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasGlyphlineShowTextTest.java
index c832471fdb..8a3bac872b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasGlyphlineShowTextTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasGlyphlineShowTextTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasInlineImagesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasInlineImagesTest.java
index 3fc54ef869..83f9baf8e1 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasInlineImagesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasInlineImagesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasTest.java
index b191477828..aeb4800709 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasUnitTest.java
index ba1e19ccc9..e7995d81f0 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasXObjectTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasXObjectTest.java
index 8f5d317480..3f8de2e3b7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasXObjectTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/PdfCanvasXObjectTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/TextRenderInfoUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/TextRenderInfoUnitTest.java
index c52d184683..ec4dad60d8 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/TextRenderInfoUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/TextRenderInfoUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/DashedLineTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/DashedLineTest.java
index b8247eb0f2..4007027723 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/DashedLineTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/DashedLineTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/DottedLineTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/DottedLineTest.java
index f55ab33b14..857d0b58d8 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/DottedLineTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/DottedLineTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/SolidLineTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/SolidLineTest.java
index 91760ef3fb..bf230aaecd 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/SolidLineTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/draw/SolidLineTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/BidiTextExtractionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/BidiTextExtractionTest.java
index 26692bb899..c12a0bd706 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/BidiTextExtractionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/BidiTextExtractionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/FilteredEventListenerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/FilteredEventListenerTest.java
index 650ab2976e..999634af23 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/FilteredEventListenerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/FilteredEventListenerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/FilteredTextEventListenerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/FilteredTextEventListenerTest.java
index 1f1bad7fc9..5f22b2266c 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/FilteredTextEventListenerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/FilteredTextEventListenerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/GlyphBboxCalculationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/GlyphBboxCalculationTest.java
index cac39d7f52..7638762a97 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/GlyphBboxCalculationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/GlyphBboxCalculationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/GlyphTextEventListenerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/GlyphTextEventListenerTest.java
index a16407b889..57136051dd 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/GlyphTextEventListenerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/GlyphTextEventListenerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/HighlightItemsTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/HighlightItemsTest.java
index 7845350d05..db2fcb6457 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/HighlightItemsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/HighlightItemsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/IndicTextExtractionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/IndicTextExtractionTest.java
index 28e2182ff2..0b642b2a41 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/IndicTextExtractionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/IndicTextExtractionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/InlineImageExtractionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/InlineImageExtractionTest.java
index 743d646ed6..ff8477209c 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/InlineImageExtractionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/InlineImageExtractionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/LocationExtractTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/LocationExtractTest.java
index 62b907a2a3..2ba1f29fda 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/LocationExtractTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/LocationExtractTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessorIntegrationTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessorIntegrationTest.java
index 523adea8b8..44dcdf0b39 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessorIntegrationTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessorIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessorUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessorUnitTest.java
index c29278a608..85fbcce7d2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessorUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfCanvasProcessorUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfContentExtractionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfContentExtractionTest.java
index 9d6fe0cc3f..226abfbb42 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfContentExtractionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfContentExtractionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractorTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractorTest.java
index 191340fb1c..5f6240a764 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractorTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractorUnicodeIdentityTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractorUnicodeIdentityTest.java
index 05c5f6f2a4..ed118e79f8 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractorUnicodeIdentityTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/PdfTextExtractorUnicodeIdentityTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/SimpleFontToUnicodeExtractionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/SimpleFontToUnicodeExtractionTest.java
index cb3a12b70d..9d9d013b7f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/SimpleFontToUnicodeExtractionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/SimpleFontToUnicodeExtractionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextExtractIllegalDifferencesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextExtractIllegalDifferencesTest.java
index 3dfffcb293..b2d1c75e0f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextExtractIllegalDifferencesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextExtractIllegalDifferencesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextMarginFinderTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextMarginFinderTest.java
index 6ca4e88478..582faba8fa 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextMarginFinderTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextMarginFinderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextRenderInfoTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextRenderInfoTest.java
index 772a4ef8a4..aea0b0bd96 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextRenderInfoTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/TextRenderInfoTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperBridgeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperBridgeTest.java
index a097974a40..d0d5bebe97 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperBridgeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/ClipperBridgeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/LongRectTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/LongRectTest.java
index 68312c5365..7832821d73 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/LongRectTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/LongRectTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PointTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PointTest.java
index fb3b47bb6f..ffd24ea933 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PointTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PointTest.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PolyNodeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PolyNodeTest.java
index 2e20c5abd2..3d93513350 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PolyNodeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PolyNodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PolyTreeTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PolyTreeTest.java
index 3c9a9043cd..1423ab4648 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PolyTreeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/clipper/PolyTreeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/data/ImageRenderInfoTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/data/ImageRenderInfoTest.java
index 6c92fae5b6..bf796ede74 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/data/ImageRenderInfoTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/data/ImageRenderInfoTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/listener/RegexBasedLocationExtractionStrategyTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/listener/RegexBasedLocationExtractionStrategyTest.java
index d51965e6ba..f549c8bd7f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/listener/RegexBasedLocationExtractionStrategyTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/listener/RegexBasedLocationExtractionStrategyTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtilsTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtilsTest.java
index 5025ad3775..3d1e0bd7d3 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtilsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtilsTest.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/util/PdfCanvasParserTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/util/PdfCanvasParserTest.java
index ccdb3f58d7..cb7f90d6e0 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/util/PdfCanvasParserTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/util/PdfCanvasParserTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaDoUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaDoUnitTest.java
index bd73743360..42df319781 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaDoUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/wmf/MetaDoUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionFieldTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionFieldTest.java
index 3581a31e78..947e4d0246 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionFieldTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionFieldTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionItemTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionItemTest.java
index 604051c1b9..d3fe8dfd43 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionItemTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionItemTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSchemaTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSchemaTest.java
index f61e77d6aa..2ae0c2450f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSchemaTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSchemaTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSortTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSortTest.java
index 4964e2ac22..9e27fdf2bb 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSortTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/collection/PdfCollectionSortTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/CreateShadingTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/CreateShadingTest.java
index 4559678451..f47895cce1 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/CreateShadingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/CreateShadingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfCieBasedCsUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfCieBasedCsUnitTest.java
index dacf34a04e..5b90405db7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfCieBasedCsUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfCieBasedCsUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfShadingParameterizedTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfShadingParameterizedTest.java
index 1e80ad69ea..e47ee11b93 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfShadingParameterizedTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfShadingParameterizedTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfShadingTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfShadingTest.java
index 1c1835f0ef..8159ef08cf 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfShadingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/colorspace/PdfShadingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/copy/PdfAnnotationCopyingTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/copy/PdfAnnotationCopyingTest.java
index bb1d0c4b49..8df04efc60 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/copy/PdfAnnotationCopyingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/copy/PdfAnnotationCopyingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/copy/PdfDestinationCopyingTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/copy/PdfDestinationCopyingTest.java
index 7238fa3149..cc863cf4f3 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/copy/PdfDestinationCopyingTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/copy/PdfDestinationCopyingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/ASCII85DecodeFilterTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/ASCII85DecodeFilterTest.java
index d7e92e5508..5256995496 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/ASCII85DecodeFilterTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/ASCII85DecodeFilterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/ASCIIHexDecodeFilterTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/ASCIIHexDecodeFilterTest.java
index cc192e25f3..ed00011738 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/ASCIIHexDecodeFilterTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/ASCIIHexDecodeFilterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/LZWDecodeFilterTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/LZWDecodeFilterTest.java
index 1ca7340910..db3b5a1f84 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/LZWDecodeFilterTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/filters/LZWDecodeFilterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/AbstractPdfType0FunctionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/AbstractPdfType0FunctionTest.java
index c922f2df86..050525c315 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/AbstractPdfType0FunctionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/AbstractPdfType0FunctionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/BaseInputOutPutConvertorsTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/BaseInputOutPutConvertorsTest.java
index 3b017b5764..cadff16c1b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/BaseInputOutPutConvertorsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/BaseInputOutPutConvertorsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfFunctionFactoryTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfFunctionFactoryTest.java
index eb37110bef..3adc60a2d8 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfFunctionFactoryTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfFunctionFactoryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfFunctionUtil.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfFunctionUtil.java
index 70bc0ea050..94c0ec9faa 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfFunctionUtil.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfFunctionUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0FunctionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0FunctionTest.java
index 214e6ccb6e..9227b3c504 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0FunctionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0FunctionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0Order1FunctionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0Order1FunctionTest.java
index 5d1e01aa02..8a72913314 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0Order1FunctionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0Order1FunctionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0Order3FunctionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0Order3FunctionTest.java
index 6bbbdc9cc6..181fbfded7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0Order3FunctionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType0Order3FunctionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType2FunctionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType2FunctionTest.java
index 6f1aaa3ce8..810083afcf 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType2FunctionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType2FunctionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType3FunctionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType3FunctionTest.java
index bbe24813eb..5989f7c070 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType3FunctionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/PdfType3FunctionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/utils/SampleExtractorTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/utils/SampleExtractorTest.java
index 6b311afddb..60dbe85ad2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/function/utils/SampleExtractorTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/function/utils/SampleExtractorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerMembershipTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerMembershipTest.java
index 2f3b828756..9d7f206dcb 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerMembershipTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerMembershipTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerTest.java
index 049f5a47c3..99a3f81092 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerTestUtils.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerTestUtils.java
index ad16a4f998..6f1542b1d7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerTestUtils.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfLayerTestUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfVisibilityExpressionTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfVisibilityExpressionTest.java
index 255ba3a506..5e165e7410 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfVisibilityExpressionTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/layer/PdfVisibilityExpressionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsTest.java
index a8d4e99879..b7baaa36fd 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsUnitTest.java
index 63f3a47ab2..ebe7b7bcef 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/NumberOfPagesStatisticsUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsTest.java
index 3129345b29..a177571fc7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsUnitTest.java
index 96da4f236c..635c005fe8 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/statistics/SizeOfPdfStatisticsUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagging/PdfStructElemUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagging/PdfStructElemUnitTest.java
index 9b6037856a..3554171ed7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagging/PdfStructElemUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagging/PdfStructElemUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagging/StructureTreeCopierUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagging/StructureTreeCopierUnitTest.java
index 4f5e694712..dfdd2d9b40 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagging/StructureTreeCopierUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagging/StructureTreeCopierUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityPropertiesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityPropertiesTest.java
index 6e054e5ddf..acf989c9b5 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityPropertiesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/AccessibilityPropertiesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/TagStructureContextUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/TagStructureContextUnitTest.java
index d4b0651c0a..0c6ff1d60b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/TagStructureContextUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/TagStructureContextUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/TagTreePointerUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/TagTreePointerUnitTest.java
index 4ee3b36414..cb2aae1694 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/TagTreePointerUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/tagutils/TagTreePointerUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/CreateImageStreamTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/CreateImageStreamTest.java
index d437c315b0..a10c783a7a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/CreateImageStreamTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/CreateImageStreamTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/GetImageBytesTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/GetImageBytesTest.java
index bd10e7114e..dba7c95877 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/GetImageBytesTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/GetImageBytesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/ImageFromLanguageStandardLibraryTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/ImageFromLanguageStandardLibraryTest.java
index 602500bac4..fbdebf3747 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/ImageFromLanguageStandardLibraryTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/ImageFromLanguageStandardLibraryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
-Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/PdfImageXObjectTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/PdfImageXObjectTest.java
index f3a38505ec..1e9dba5dd3 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/PdfImageXObjectTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/PdfImageXObjectTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/PdfXObjectUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/PdfXObjectUnitTest.java
index 4b89f2ee0d..de23591969 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/PdfXObjectUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/pdf/xobject/PdfXObjectUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolObjectPathTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolObjectPathTest.java
index 11dbeb5dd0..4c5b86db9a 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolObjectPathTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolObjectPathTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolTest.java
index dca830c38b..2447ceae5f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/CompareToolTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
@@ -156,7 +156,7 @@ public void compareToolErrorReportTest04()
@Test
public void differentProducerTest() throws IOException {
- String expectedMessage = "Document info fail. Expected: \"iText\u00ae \u00a9 iText Group NV (iText Software; licensed version)\", actual: \"iText\u00ae \u00a9 iText Group NV (AGPL-version)\"";
+ String expectedMessage = "Document info fail. Expected: \"iText\u00ae \u00a9 Apryse Group NV (iText Software; licensed version)\", actual: \"iText\u00ae \u00a9 Apryse Group NV (AGPL-version)\"";
String licensed = sourceFolder + "producerLicensed.pdf";
String agpl = sourceFolder + "producerAGPL.pdf";
Assert.assertEquals(expectedMessage, new CompareTool().compareDocumentInfo(agpl, licensed));
@@ -164,8 +164,8 @@ public void differentProducerTest() throws IOException {
@Test
public void versionReplaceTest() {
- String initial = "iText® 1.10.10-SNAPSHOT (licensed to iText) ©2000-2018 iText Group NV";
- String replacedExpected = "iText® (licensed to iText) © iText Group NV";
+ String initial = "iText® 1.10.10-SNAPSHOT (licensed to iText) ©2000-2018 Apryse Group NV";
+ String replacedExpected = "iText® (licensed to iText) © Apryse Group NV";
Assert.assertEquals(replacedExpected, new CompareTool().convertProducerLine(initial));
}
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/PageRangeTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/PageRangeTest.java
index d4fa372e1c..3264138977 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/PageRangeTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/PageRangeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/PdfMergerTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/PdfMergerTest.java
index 33745a2638..02ec09695b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/PdfMergerTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/PdfMergerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterTest.java
index d19b38c9af..807a0895a8 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterUnitTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterUnitTest.java
index 9673c62a14..608fb9930b 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterUnitTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/PdfSplitterUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/SecurityTestXmlParserFactory.java b/kernel/src/test/java/com/itextpdf/kernel/utils/SecurityTestXmlParserFactory.java
index 0cdb8edfa1..fc21a24f0f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/SecurityTestXmlParserFactory.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/SecurityTestXmlParserFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/TaggedPdfReaderToolTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/TaggedPdfReaderToolTest.java
index 6277a26067..bd75e5484d 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/TaggedPdfReaderToolTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/TaggedPdfReaderToolTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/XmlProcessorCreatorSecurityTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/XmlProcessorCreatorSecurityTest.java
index 54910bf9d6..b914fae3f2 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/XmlProcessorCreatorSecurityTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/XmlProcessorCreatorSecurityTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/ArrayPathItemTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/ArrayPathItemTest.java
index dd3f6a0ece..5df1aecae7 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/ArrayPathItemTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/ArrayPathItemTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/DictPathItemTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/DictPathItemTest.java
index aaa71e44bb..5fcdb1bc8f 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/DictPathItemTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/DictPathItemTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/IndirectPathItemTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/IndirectPathItemTest.java
index 07f47f1676..e7d8d87a68 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/IndirectPathItemTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/IndirectPathItemTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/ObjectPathTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/ObjectPathTest.java
index a92e73709e..ea8930af20 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/ObjectPathTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/ObjectPathTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/OffsetPathItemTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/OffsetPathItemTest.java
index 8011d303fe..cfde9094fa 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/OffsetPathItemTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/OffsetPathItemTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/TrailerPathTest.java b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/TrailerPathTest.java
index 30cfecfbf1..fd29c2ec38 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/TrailerPathTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/utils/objectpathitems/TrailerPathTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/kernel/src/test/java/com/itextpdf/kernel/xmp/impl/SecurityTestXmlParserFactory.java b/kernel/src/test/java/com/itextpdf/kernel/xmp/impl/SecurityTestXmlParserFactory.java
index eade49e786..08fc2cbeee 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/xmp/impl/SecurityTestXmlParserFactory.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/xmp/impl/SecurityTestXmlParserFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/java/com/itextpdf/kernel/xmp/impl/XMPMetaParserSecurityTest.java b/kernel/src/test/java/com/itextpdf/kernel/xmp/impl/XMPMetaParserSecurityTest.java
index 38f6d89ef0..96f3bba117 100644
--- a/kernel/src/test/java/com/itextpdf/kernel/xmp/impl/XMPMetaParserSecurityTest.java
+++ b/kernel/src/test/java/com/itextpdf/kernel/xmp/impl/XMPMetaParserSecurityTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/kernel/src/test/resources/com/itextpdf/kernel/pdf/PdfPagesTest/countDontCorrespondToReal.pdf b/kernel/src/test/resources/com/itextpdf/kernel/pdf/PdfPagesTest/countDontCorrespondToReal.pdf
new file mode 100644
index 0000000000..de0b23f824
Binary files /dev/null and b/kernel/src/test/resources/com/itextpdf/kernel/pdf/PdfPagesTest/countDontCorrespondToReal.pdf differ
diff --git a/kernel/src/test/resources/com/itextpdf/kernel/pdf/PdfPagesTest/hugeNumberOfPagesWithOnePage.pdf b/kernel/src/test/resources/com/itextpdf/kernel/pdf/PdfPagesTest/hugeNumberOfPagesWithOnePage.pdf
new file mode 100644
index 0000000000..a1f87321f5
Binary files /dev/null and b/kernel/src/test/resources/com/itextpdf/kernel/pdf/PdfPagesTest/hugeNumberOfPagesWithOnePage.pdf differ
diff --git a/layout/pom.xml b/layout/pom.xml
index 55ce95ec42..16ab1f240d 100644
--- a/layout/pom.xml
+++ b/layout/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
layout
iText 7 - layout
diff --git a/layout/src/main/java/com/itextpdf/layout/Canvas.java b/layout/src/main/java/com/itextpdf/layout/Canvas.java
index 5f69856cb5..d43a6cb1dc 100644
--- a/layout/src/main/java/com/itextpdf/layout/Canvas.java
+++ b/layout/src/main/java/com/itextpdf/layout/Canvas.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/ColumnDocumentRenderer.java b/layout/src/main/java/com/itextpdf/layout/ColumnDocumentRenderer.java
index c2b8617d6c..296284fe1d 100644
--- a/layout/src/main/java/com/itextpdf/layout/ColumnDocumentRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/ColumnDocumentRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/Document.java b/layout/src/main/java/com/itextpdf/layout/Document.java
index 1c33b540a7..e069a7f3e4 100644
--- a/layout/src/main/java/com/itextpdf/layout/Document.java
+++ b/layout/src/main/java/com/itextpdf/layout/Document.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/ElementPropertyContainer.java b/layout/src/main/java/com/itextpdf/layout/ElementPropertyContainer.java
index d114cc0026..fcc902ac13 100644
--- a/layout/src/main/java/com/itextpdf/layout/ElementPropertyContainer.java
+++ b/layout/src/main/java/com/itextpdf/layout/ElementPropertyContainer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/IPropertyContainer.java b/layout/src/main/java/com/itextpdf/layout/IPropertyContainer.java
index eb72536db5..1a7a375746 100644
--- a/layout/src/main/java/com/itextpdf/layout/IPropertyContainer.java
+++ b/layout/src/main/java/com/itextpdf/layout/IPropertyContainer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/RootElement.java b/layout/src/main/java/com/itextpdf/layout/RootElement.java
index e1f0ca6cff..5e2f6cb3e5 100644
--- a/layout/src/main/java/com/itextpdf/layout/RootElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/RootElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/Style.java b/layout/src/main/java/com/itextpdf/layout/Style.java
index 0412ca6e49..d0297c3689 100644
--- a/layout/src/main/java/com/itextpdf/layout/Style.java
+++ b/layout/src/main/java/com/itextpdf/layout/Style.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/Border.java b/layout/src/main/java/com/itextpdf/layout/borders/Border.java
index 7ec3b36b68..3fe636ccbb 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/Border.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/Border.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/Border3D.java b/layout/src/main/java/com/itextpdf/layout/borders/Border3D.java
index 74b7139950..d4a975af2f 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/Border3D.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/Border3D.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/DashedBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/DashedBorder.java
index 2de95bb14d..1e6c66900e 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/DashedBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/DashedBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/DottedBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/DottedBorder.java
index 559c3b18cf..220395ed43 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/DottedBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/DottedBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/DoubleBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/DoubleBorder.java
index 93affceb74..04c11f5317 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/DoubleBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/DoubleBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/FixedDashedBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/FixedDashedBorder.java
index 29db137985..a27531db2a 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/FixedDashedBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/FixedDashedBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/GrooveBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/GrooveBorder.java
index ffb33b4160..33c2f87354 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/GrooveBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/GrooveBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/InsetBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/InsetBorder.java
index 162b4dd4dd..003271b20b 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/InsetBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/InsetBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/OutsetBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/OutsetBorder.java
index 31a93dcc76..5687e0b714 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/OutsetBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/OutsetBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/RidgeBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/RidgeBorder.java
index 9ca8fdd429..8f048bd570 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/RidgeBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/RidgeBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/RoundDotsBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/RoundDotsBorder.java
index 5ddfcade30..7a95339292 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/RoundDotsBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/RoundDotsBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/borders/SolidBorder.java b/layout/src/main/java/com/itextpdf/layout/borders/SolidBorder.java
index bc7337b3ed..a52d4acc67 100644
--- a/layout/src/main/java/com/itextpdf/layout/borders/SolidBorder.java
+++ b/layout/src/main/java/com/itextpdf/layout/borders/SolidBorder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/AbstractElement.java b/layout/src/main/java/com/itextpdf/layout/element/AbstractElement.java
index a6752f08e7..4bbeae2baa 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/AbstractElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/AbstractElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/AreaBreak.java b/layout/src/main/java/com/itextpdf/layout/element/AreaBreak.java
index 50ca4db7e9..7c6e6d2101 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/AreaBreak.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/AreaBreak.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/BlockElement.java b/layout/src/main/java/com/itextpdf/layout/element/BlockElement.java
index 73f4480fd8..5df8213c7c 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/BlockElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/BlockElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/Cell.java b/layout/src/main/java/com/itextpdf/layout/element/Cell.java
index 857980fa4c..c073dddb11 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Cell.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Cell.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/Div.java b/layout/src/main/java/com/itextpdf/layout/element/Div.java
index ceae118e2b..07384ddd5f 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Div.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Div.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/FlexContainer.java b/layout/src/main/java/com/itextpdf/layout/element/FlexContainer.java
index 872ea5c935..90543f7c03 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/FlexContainer.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/FlexContainer.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/IAbstractElement.java b/layout/src/main/java/com/itextpdf/layout/element/IAbstractElement.java
index ae79e961e9..d2e6104294 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/IAbstractElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/IAbstractElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/element/IBlockElement.java b/layout/src/main/java/com/itextpdf/layout/element/IBlockElement.java
index 0e10b721b6..7e8f4d9f7c 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/IBlockElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/IBlockElement.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/IElement.java b/layout/src/main/java/com/itextpdf/layout/element/IElement.java
index 0e632c4fcd..a073d02119 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/IElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/IElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/ILargeElement.java b/layout/src/main/java/com/itextpdf/layout/element/ILargeElement.java
index 40e35f952c..86d821b2ba 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/ILargeElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/ILargeElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/ILeafElement.java b/layout/src/main/java/com/itextpdf/layout/element/ILeafElement.java
index a806cabf37..77acf08a79 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/ILeafElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/ILeafElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/Image.java b/layout/src/main/java/com/itextpdf/layout/element/Image.java
index 06b4d4574d..24e6b2fd04 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Image.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Image.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/LineSeparator.java b/layout/src/main/java/com/itextpdf/layout/element/LineSeparator.java
index 253844f3a5..d857cfec67 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/LineSeparator.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/LineSeparator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/Link.java b/layout/src/main/java/com/itextpdf/layout/element/Link.java
index 3c11b34da3..4efea50e66 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Link.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Link.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/List.java b/layout/src/main/java/com/itextpdf/layout/element/List.java
index cc0a4cdde5..6ac2e113f2 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/List.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/List.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/ListItem.java b/layout/src/main/java/com/itextpdf/layout/element/ListItem.java
index 8f3157a5d5..ce3e77ffba 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/ListItem.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/ListItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/Paragraph.java b/layout/src/main/java/com/itextpdf/layout/element/Paragraph.java
index d33c669c12..fadcfada98 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Paragraph.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Paragraph.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/Tab.java b/layout/src/main/java/com/itextpdf/layout/element/Tab.java
index ec59baa89e..5f2726bd93 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Tab.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Tab.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/TabStop.java b/layout/src/main/java/com/itextpdf/layout/element/TabStop.java
index 4059a1a908..61bea20aa1 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/TabStop.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/TabStop.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/Table.java b/layout/src/main/java/com/itextpdf/layout/element/Table.java
index 4726a7de6e..0cba8979e5 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Table.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Table.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/element/Text.java b/layout/src/main/java/com/itextpdf/layout/element/Text.java
index 76a892f5ae..6cf11ea09f 100644
--- a/layout/src/main/java/com/itextpdf/layout/element/Text.java
+++ b/layout/src/main/java/com/itextpdf/layout/element/Text.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/exceptions/LayoutExceptionMessageConstant.java b/layout/src/main/java/com/itextpdf/layout/exceptions/LayoutExceptionMessageConstant.java
index b0506d3b90..415aefe42e 100644
--- a/layout/src/main/java/com/itextpdf/layout/exceptions/LayoutExceptionMessageConstant.java
+++ b/layout/src/main/java/com/itextpdf/layout/exceptions/LayoutExceptionMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/font/ComplexFontSelectorStrategy.java b/layout/src/main/java/com/itextpdf/layout/font/ComplexFontSelectorStrategy.java
index a90f9f1cf8..3540db46b3 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/ComplexFontSelectorStrategy.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/ComplexFontSelectorStrategy.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristics.java b/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristics.java
index f831fac851..428a805a6b 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristics.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristics.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristicsUtils.java b/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristicsUtils.java
index 440d6a8c79..c0cb56cfcb 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristicsUtils.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontCharacteristicsUtils.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontInfo.java b/layout/src/main/java/com/itextpdf/layout/font/FontInfo.java
index 5768b0c211..aef4641c16 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontInfo.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontInfo.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontProvider.java b/layout/src/main/java/com/itextpdf/layout/font/FontProvider.java
index 667953c204..072656cdb5 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontProvider.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontProvider.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontSelector.java b/layout/src/main/java/com/itextpdf/layout/font/FontSelector.java
index e848f74f18..1e7d111b40 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSelector.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSelector.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontSelectorCache.java b/layout/src/main/java/com/itextpdf/layout/font/FontSelectorCache.java
index 0855845e5d..072410b9ea 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSelectorCache.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSelectorCache.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontSelectorKey.java b/layout/src/main/java/com/itextpdf/layout/font/FontSelectorKey.java
index dd8f3bd197..67321fe02a 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSelectorKey.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSelectorKey.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontSelectorStrategy.java b/layout/src/main/java/com/itextpdf/layout/font/FontSelectorStrategy.java
index a30add023b..a01d775861 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSelectorStrategy.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSelectorStrategy.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontSet.java b/layout/src/main/java/com/itextpdf/layout/font/FontSet.java
index ae257e1bae..b6ad21b8f5 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSet.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSet.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/FontSetCollection.java b/layout/src/main/java/com/itextpdf/layout/font/FontSetCollection.java
index f06e84c1ae..2ab43008cb 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/FontSetCollection.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/FontSetCollection.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/font/Range.java b/layout/src/main/java/com/itextpdf/layout/font/Range.java
index ce0c8fed1d..22a34edb47 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/Range.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/Range.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/font/RangeBuilder.java b/layout/src/main/java/com/itextpdf/layout/font/RangeBuilder.java
index 219ebbef58..4df11372cc 100644
--- a/layout/src/main/java/com/itextpdf/layout/font/RangeBuilder.java
+++ b/layout/src/main/java/com/itextpdf/layout/font/RangeBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConfig.java b/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConfig.java
index f72e704b46..eeacba53df 100644
--- a/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConfig.java
+++ b/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConfig.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConstants.java b/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConstants.java
index 370db29063..4dc78f977e 100644
--- a/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConstants.java
+++ b/layout/src/main/java/com/itextpdf/layout/hyphenation/HyphenationConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/hyphenation/TernaryTreeIterator.java b/layout/src/main/java/com/itextpdf/layout/hyphenation/TernaryTreeIterator.java
index 6fa0121515..ad1b7025c9 100644
--- a/layout/src/main/java/com/itextpdf/layout/hyphenation/TernaryTreeIterator.java
+++ b/layout/src/main/java/com/itextpdf/layout/hyphenation/TernaryTreeIterator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/LayoutArea.java b/layout/src/main/java/com/itextpdf/layout/layout/LayoutArea.java
index b667ab2971..53ad87736f 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LayoutArea.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LayoutArea.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/LayoutContext.java b/layout/src/main/java/com/itextpdf/layout/layout/LayoutContext.java
index 161d611110..549b87754a 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LayoutContext.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LayoutContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/LayoutPosition.java b/layout/src/main/java/com/itextpdf/layout/layout/LayoutPosition.java
index bf08f73e19..3d76436849 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LayoutPosition.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LayoutPosition.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/LayoutResult.java b/layout/src/main/java/com/itextpdf/layout/layout/LayoutResult.java
index d7fabf5114..371ae35dff 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LayoutResult.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LayoutResult.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutContext.java b/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutContext.java
index 14370042bc..e7c57c61a5 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutContext.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutResult.java b/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutResult.java
index 3d2cdc5b94..3a9f0f092c 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutResult.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/LineLayoutResult.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/MinMaxWidthLayoutResult.java b/layout/src/main/java/com/itextpdf/layout/layout/MinMaxWidthLayoutResult.java
index 35c393f9de..c8995ea62c 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/MinMaxWidthLayoutResult.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/MinMaxWidthLayoutResult.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/PositionedLayoutContext.java b/layout/src/main/java/com/itextpdf/layout/layout/PositionedLayoutContext.java
index ba853e652f..0a6922a02e 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/PositionedLayoutContext.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/PositionedLayoutContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/RootLayoutArea.java b/layout/src/main/java/com/itextpdf/layout/layout/RootLayoutArea.java
index e6a26dc0fb..f8417ba94d 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/RootLayoutArea.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/RootLayoutArea.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/layout/TextLayoutResult.java b/layout/src/main/java/com/itextpdf/layout/layout/TextLayoutResult.java
index 28fe4b59f1..fd47b436f8 100644
--- a/layout/src/main/java/com/itextpdf/layout/layout/TextLayoutResult.java
+++ b/layout/src/main/java/com/itextpdf/layout/layout/TextLayoutResult.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/logs/LayoutLogMessageConstant.java b/layout/src/main/java/com/itextpdf/layout/logs/LayoutLogMessageConstant.java
index 9ab67d05d0..1ac570ecb7 100644
--- a/layout/src/main/java/com/itextpdf/layout/logs/LayoutLogMessageConstant.java
+++ b/layout/src/main/java/com/itextpdf/layout/logs/LayoutLogMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapse.java b/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapse.java
index a1fb21cb67..dd6d988d43 100644
--- a/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapse.java
+++ b/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapse.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandler.java b/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandler.java
index 4ac8c65c9d..aedcb0727a 100644
--- a/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandler.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseInfo.java b/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseInfo.java
index 120876a3db..f810641c91 100644
--- a/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseInfo.java
+++ b/layout/src/main/java/com/itextpdf/layout/margincollapse/MarginsCollapseInfo.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidth.java b/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidth.java
index 64c333de4a..012ccc411e 100644
--- a/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidth.java
+++ b/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidth.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidthUtils.java b/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidthUtils.java
index 4388ecbafc..72a7c14a48 100644
--- a/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidthUtils.java
+++ b/layout/src/main/java/com/itextpdf/layout/minmaxwidth/MinMaxWidthUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/minmaxwidth/RotationMinMaxWidth.java b/layout/src/main/java/com/itextpdf/layout/minmaxwidth/RotationMinMaxWidth.java
index 8d6b55068b..21170323ab 100644
--- a/layout/src/main/java/com/itextpdf/layout/minmaxwidth/RotationMinMaxWidth.java
+++ b/layout/src/main/java/com/itextpdf/layout/minmaxwidth/RotationMinMaxWidth.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/AlignmentPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/properties/AlignmentPropertyValue.java
index ba4f361f0c..ccc5e17632 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/AlignmentPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/AlignmentPropertyValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/AreaBreakType.java b/layout/src/main/java/com/itextpdf/layout/properties/AreaBreakType.java
index 439067cf42..b3a04ca273 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/AreaBreakType.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/AreaBreakType.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/Background.java b/layout/src/main/java/com/itextpdf/layout/properties/Background.java
index 17060d443f..5571c25c07 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/Background.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/Background.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundBox.java b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundBox.java
index 922d0cd8bd..fafd45df03 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundBox.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundBox.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundImage.java b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundImage.java
index a36a29d2ac..5bb87b5682 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundImage.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundImage.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundPosition.java b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundPosition.java
index fe777a75c9..0c82e75abb 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundPosition.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundPosition.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundRepeat.java b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundRepeat.java
index 39e9724446..0e83634406 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundRepeat.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundRepeat.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundSize.java b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundSize.java
index c363bd5345..ac28162f2b 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BackgroundSize.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BackgroundSize.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BaseDirection.java b/layout/src/main/java/com/itextpdf/layout/properties/BaseDirection.java
index 99bb7f3418..636e65064d 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BaseDirection.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BaseDirection.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BlendMode.java b/layout/src/main/java/com/itextpdf/layout/properties/BlendMode.java
index 72056c2e2b..2825f960fc 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BlendMode.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BlendMode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BorderCollapsePropertyValue.java b/layout/src/main/java/com/itextpdf/layout/properties/BorderCollapsePropertyValue.java
index 19d9596e6b..4b654e17dc 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BorderCollapsePropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BorderCollapsePropertyValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BorderRadius.java b/layout/src/main/java/com/itextpdf/layout/properties/BorderRadius.java
index e69795651d..393ef4bcb0 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BorderRadius.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BorderRadius.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/BoxSizingPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/properties/BoxSizingPropertyValue.java
index dc3750f159..03095f6fe9 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/BoxSizingPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/BoxSizingPropertyValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/CaptionSide.java b/layout/src/main/java/com/itextpdf/layout/properties/CaptionSide.java
index 4585602ca3..6244aabf59 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/CaptionSide.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/CaptionSide.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/ClearPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/properties/ClearPropertyValue.java
index 9774435e6d..92013f16fb 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/ClearPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/ClearPropertyValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/FlexWrapPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/properties/FlexWrapPropertyValue.java
index 9f0fee6926..c9a6933d17 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/FlexWrapPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/FlexWrapPropertyValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/FloatPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/properties/FloatPropertyValue.java
index 6902ab8e2f..0df116832a 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/FloatPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/FloatPropertyValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/FontKerning.java b/layout/src/main/java/com/itextpdf/layout/properties/FontKerning.java
index 096cc24b3d..6c4e1cc27e 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/FontKerning.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/FontKerning.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/HorizontalAlignment.java b/layout/src/main/java/com/itextpdf/layout/properties/HorizontalAlignment.java
index 62a226a881..b13124df89 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/HorizontalAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/HorizontalAlignment.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/IListSymbolFactory.java b/layout/src/main/java/com/itextpdf/layout/properties/IListSymbolFactory.java
index 33cf41adcc..2d7482a3a4 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/IListSymbolFactory.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/IListSymbolFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/InlineVerticalAlignment.java b/layout/src/main/java/com/itextpdf/layout/properties/InlineVerticalAlignment.java
index 1c4e96f332..3e883e9a54 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/InlineVerticalAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/InlineVerticalAlignment.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/InlineVerticalAlignmentType.java b/layout/src/main/java/com/itextpdf/layout/properties/InlineVerticalAlignmentType.java
index 5a06beba06..8f9fa1501c 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/InlineVerticalAlignmentType.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/InlineVerticalAlignmentType.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/JustifyContent.java b/layout/src/main/java/com/itextpdf/layout/properties/JustifyContent.java
index 0701b9236e..7d87849acf 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/JustifyContent.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/JustifyContent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/Leading.java b/layout/src/main/java/com/itextpdf/layout/properties/Leading.java
index 7ae5247e7a..5b2bb9f185 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/Leading.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/Leading.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/LineHeight.java b/layout/src/main/java/com/itextpdf/layout/properties/LineHeight.java
index e6648d576f..9b0b85ce4d 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/LineHeight.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/LineHeight.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/ListNumberingType.java b/layout/src/main/java/com/itextpdf/layout/properties/ListNumberingType.java
index 2068826ce6..7e8bbb85b6 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/ListNumberingType.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/ListNumberingType.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/ListSymbolAlignment.java b/layout/src/main/java/com/itextpdf/layout/properties/ListSymbolAlignment.java
index d9900c4a54..8b8a4d640a 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/ListSymbolAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/ListSymbolAlignment.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/ListSymbolPosition.java b/layout/src/main/java/com/itextpdf/layout/properties/ListSymbolPosition.java
index 1e50a9bf0a..883b6abec4 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/ListSymbolPosition.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/ListSymbolPosition.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/ObjectFit.java b/layout/src/main/java/com/itextpdf/layout/properties/ObjectFit.java
index 648b55a6a2..0fab337c51 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/ObjectFit.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/ObjectFit.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/OverflowPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/properties/OverflowPropertyValue.java
index 4606d618cb..7f0f89975b 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/OverflowPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/OverflowPropertyValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/OverflowWrapPropertyValue.java b/layout/src/main/java/com/itextpdf/layout/properties/OverflowWrapPropertyValue.java
index 6e3b26fe8e..46d5f19b9d 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/OverflowWrapPropertyValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/OverflowWrapPropertyValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/ParagraphOrphansControl.java b/layout/src/main/java/com/itextpdf/layout/properties/ParagraphOrphansControl.java
index 9739526da9..b87eaab6e9 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/ParagraphOrphansControl.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/ParagraphOrphansControl.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/ParagraphWidowsControl.java b/layout/src/main/java/com/itextpdf/layout/properties/ParagraphWidowsControl.java
index 95a3b25e70..472bc35b63 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/ParagraphWidowsControl.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/ParagraphWidowsControl.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/Property.java b/layout/src/main/java/com/itextpdf/layout/properties/Property.java
index 0121e3479c..4a547bf5b5 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/Property.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/Property.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/RenderingMode.java b/layout/src/main/java/com/itextpdf/layout/properties/RenderingMode.java
index 0d8a127766..781bd69a2b 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/RenderingMode.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/RenderingMode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/TabAlignment.java b/layout/src/main/java/com/itextpdf/layout/properties/TabAlignment.java
index 9497d1a198..ed3fa56b60 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/TabAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/TabAlignment.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/TextAlignment.java b/layout/src/main/java/com/itextpdf/layout/properties/TextAlignment.java
index a20c986857..775b55a6f4 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/TextAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/TextAlignment.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/Transform.java b/layout/src/main/java/com/itextpdf/layout/properties/Transform.java
index 1fb043ee9b..6b6a187f36 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/Transform.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/Transform.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/TransparentColor.java b/layout/src/main/java/com/itextpdf/layout/properties/TransparentColor.java
index dd382c21e9..3db4f38fe7 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/TransparentColor.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/TransparentColor.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/Underline.java b/layout/src/main/java/com/itextpdf/layout/properties/Underline.java
index c6ffc8e6e5..59e170d97d 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/Underline.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/Underline.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/UnitValue.java b/layout/src/main/java/com/itextpdf/layout/properties/UnitValue.java
index 9a79b23d5d..dcd3f63057 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/UnitValue.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/UnitValue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/properties/VerticalAlignment.java b/layout/src/main/java/com/itextpdf/layout/properties/VerticalAlignment.java
index a187ab0aa6..63aaa45079 100644
--- a/layout/src/main/java/com/itextpdf/layout/properties/VerticalAlignment.java
+++ b/layout/src/main/java/com/itextpdf/layout/properties/VerticalAlignment.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/AbstractRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/AbstractRenderer.java
index cfaca79695..404093c24c 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AbstractRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AbstractRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/AbstractWidthHandler.java b/layout/src/main/java/com/itextpdf/layout/renderer/AbstractWidthHandler.java
index 218b55cfe0..586459f022 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AbstractWidthHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AbstractWidthHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleAttributesApplier.java b/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleAttributesApplier.java
index 34fedc3614..2559cf8357 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleAttributesApplier.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleAttributesApplier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleTypes.java b/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleTypes.java
index 79b6b0beeb..a9422ad190 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleTypes.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AccessibleTypes.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/AreaBreakRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/AreaBreakRenderer.java
index e201969831..e979b10982 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/AreaBreakRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/AreaBreakRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtil.java b/layout/src/main/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtil.java
index 4abb235b04..984de05437 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtil.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/BlockFormattingContextUtil.java b/layout/src/main/java/com/itextpdf/layout/renderer/BlockFormattingContextUtil.java
index 41f3d9c73b..78961a93d4 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/BlockFormattingContextUtil.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/BlockFormattingContextUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/BlockRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/BlockRenderer.java
index 45d2d84878..3487256b6c 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/BlockRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/BlockRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/CanvasRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/CanvasRenderer.java
index b9606cfbae..b7629c3eb1 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/CanvasRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/CanvasRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/CellRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/CellRenderer.java
index 620210d5c3..bc26198c37 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/CellRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/CellRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/CollapsedTableBorders.java b/layout/src/main/java/com/itextpdf/layout/renderer/CollapsedTableBorders.java
index 24400027d8..5df6fae4fd 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/CollapsedTableBorders.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/CollapsedTableBorders.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/DivRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/DivRenderer.java
index aefabea49b..f62461f703 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/DivRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/DivRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/DocumentRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/DocumentRenderer.java
index 0280b25b47..8498c6b38a 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/DocumentRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/DocumentRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/DrawContext.java b/layout/src/main/java/com/itextpdf/layout/renderer/DrawContext.java
index 3e12e131c7..ad77c09334 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/DrawContext.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/DrawContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/FlexContainerRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/FlexContainerRenderer.java
index 00b9792f27..fdfde42728 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/FlexContainerRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/FlexContainerRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/FlexItemInfo.java b/layout/src/main/java/com/itextpdf/layout/renderer/FlexItemInfo.java
index 286efd3096..62eac6895c 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/FlexItemInfo.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/FlexItemInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/FlexUtil.java b/layout/src/main/java/com/itextpdf/layout/renderer/FlexUtil.java
index 849e3fd07e..102b32676c 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/FlexUtil.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/FlexUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/FloatingHelper.java b/layout/src/main/java/com/itextpdf/layout/renderer/FloatingHelper.java
index b3899a8e66..52f96ba46c 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/FloatingHelper.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/FloatingHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/ILeafElementRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/ILeafElementRenderer.java
index 253423053d..6afc17a238 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ILeafElementRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ILeafElementRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/IRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/IRenderer.java
index bf7857b773..13546ab18f 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/IRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/IRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/ImageRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/ImageRenderer.java
index 7817d1aab8..976ca227b0 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ImageRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ImageRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/InlineVerticalAlignmentHelper.java b/layout/src/main/java/com/itextpdf/layout/renderer/InlineVerticalAlignmentHelper.java
index 380f6de0f4..0fab4cb731 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/InlineVerticalAlignmentHelper.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/InlineVerticalAlignmentHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/LineHeightHelper.java b/layout/src/main/java/com/itextpdf/layout/renderer/LineHeightHelper.java
index 595d76c236..2f1f140666 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/LineHeightHelper.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/LineHeightHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/LineRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/LineRenderer.java
index fbd30d1384..1dc87db7eb 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/LineRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/LineRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/LineSeparatorRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/LineSeparatorRenderer.java
index ebfa2a253c..244a9784b2 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/LineSeparatorRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/LineSeparatorRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/LinkRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/LinkRenderer.java
index 80180cddf1..01af3a4e5c 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/LinkRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/LinkRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/ListItemRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/ListItemRenderer.java
index 0c164e1d8c..fcca42527c 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ListItemRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ListItemRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/ListRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/ListRenderer.java
index ed6b0c9364..ddc16f92c0 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ListRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ListRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/MaxMaxWidthHandler.java b/layout/src/main/java/com/itextpdf/layout/renderer/MaxMaxWidthHandler.java
index c81405bc68..49f5321d9a 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/MaxMaxWidthHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/MaxMaxWidthHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/MaxSumWidthHandler.java b/layout/src/main/java/com/itextpdf/layout/renderer/MaxSumWidthHandler.java
index da722206aa..413928f495 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/MaxSumWidthHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/MaxSumWidthHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/MetaInfoContainer.java b/layout/src/main/java/com/itextpdf/layout/renderer/MetaInfoContainer.java
index 2c1ff774ba..234669d50b 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/MetaInfoContainer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/MetaInfoContainer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/OrphansWidowsLayoutHelper.java b/layout/src/main/java/com/itextpdf/layout/renderer/OrphansWidowsLayoutHelper.java
index f96aa590a0..2b3ecaa48e 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/OrphansWidowsLayoutHelper.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/OrphansWidowsLayoutHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/ParagraphRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/ParagraphRenderer.java
index d11bad1c67..af69bc9632 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/ParagraphRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/ParagraphRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/RootRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/RootRenderer.java
index 34a901faf4..0da97245d1 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/RootRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/RootRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/RootRendererAreaStateHandler.java b/layout/src/main/java/com/itextpdf/layout/renderer/RootRendererAreaStateHandler.java
index 20bbfe7363..137db627c8 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/RootRendererAreaStateHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/RootRendererAreaStateHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/RotationUtils.java b/layout/src/main/java/com/itextpdf/layout/renderer/RotationUtils.java
index 9cdb1e8551..eddeeda19e 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/RotationUtils.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/RotationUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/SeparatedTableBorders.java b/layout/src/main/java/com/itextpdf/layout/renderer/SeparatedTableBorders.java
index ec9a227b88..10381f24fe 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/SeparatedTableBorders.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/SeparatedTableBorders.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/SumSumWidthHandler.java b/layout/src/main/java/com/itextpdf/layout/renderer/SumSumWidthHandler.java
index 462a055faa..1d396d6ca1 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/SumSumWidthHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/SumSumWidthHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TabRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/TabRenderer.java
index 731a5a357d..d5ed1749ba 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TabRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TabRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderDescriptor.java b/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderDescriptor.java
index d4bffec8cd..e3e88afbe0 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderDescriptor.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderDescriptor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderUtil.java b/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderUtil.java
index f7fc44393e..ec9a566f86 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderUtil.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableBorderUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TableBorders.java b/layout/src/main/java/com/itextpdf/layout/renderer/TableBorders.java
index 863f3077e8..e6e6bff7f0 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableBorders.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableBorders.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TableRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/TableRenderer.java
index cfbc3a88b6..7c7b5b850b 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TableWidths.java b/layout/src/main/java/com/itextpdf/layout/renderer/TableWidths.java
index d53b22dbe6..3cb1c9a3e2 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TableWidths.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TableWidths.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TargetCounterHandler.java b/layout/src/main/java/com/itextpdf/layout/renderer/TargetCounterHandler.java
index 3691beeacc..3398a6a287 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TargetCounterHandler.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TargetCounterHandler.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TextPreprocessingUtil.java b/layout/src/main/java/com/itextpdf/layout/renderer/TextPreprocessingUtil.java
index f84184bb4b..e01aebbde8 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TextPreprocessingUtil.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TextPreprocessingUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TextRenderer.java b/layout/src/main/java/com/itextpdf/layout/renderer/TextRenderer.java
index a91b715990..2e36967be3 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TextRenderer.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TextRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TextSequenceWordWrapping.java b/layout/src/main/java/com/itextpdf/layout/renderer/TextSequenceWordWrapping.java
index 8e5ed730fd..738aec1155 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TextSequenceWordWrapping.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TextSequenceWordWrapping.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/TypographyUtils.java b/layout/src/main/java/com/itextpdf/layout/renderer/TypographyUtils.java
index a23843c21c..8db76e77cd 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/TypographyUtils.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/TypographyUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/objectfit/ObjectFitApplyingResult.java b/layout/src/main/java/com/itextpdf/layout/renderer/objectfit/ObjectFitApplyingResult.java
index 7de98ad0f4..cd4183461a 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/objectfit/ObjectFitApplyingResult.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/objectfit/ObjectFitApplyingResult.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/objectfit/ObjectFitCalculator.java b/layout/src/main/java/com/itextpdf/layout/renderer/objectfit/ObjectFitCalculator.java
index 9f931b947f..a96316ec02 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/objectfit/ObjectFitCalculator.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/objectfit/ObjectFitCalculator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/typography/AbstractTypographyApplier.java b/layout/src/main/java/com/itextpdf/layout/renderer/typography/AbstractTypographyApplier.java
index ddd8c69244..29b7083a80 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/typography/AbstractTypographyApplier.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/typography/AbstractTypographyApplier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/renderer/typography/DefaultTypographyApplier.java b/layout/src/main/java/com/itextpdf/layout/renderer/typography/DefaultTypographyApplier.java
index cdb361babc..9c864fbfbe 100644
--- a/layout/src/main/java/com/itextpdf/layout/renderer/typography/DefaultTypographyApplier.java
+++ b/layout/src/main/java/com/itextpdf/layout/renderer/typography/DefaultTypographyApplier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/splitting/BreakAllSplitCharacters.java b/layout/src/main/java/com/itextpdf/layout/splitting/BreakAllSplitCharacters.java
index acd62a1379..1083a0090b 100644
--- a/layout/src/main/java/com/itextpdf/layout/splitting/BreakAllSplitCharacters.java
+++ b/layout/src/main/java/com/itextpdf/layout/splitting/BreakAllSplitCharacters.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/splitting/DefaultSplitCharacters.java b/layout/src/main/java/com/itextpdf/layout/splitting/DefaultSplitCharacters.java
index f10b790e66..496d5c2fa6 100644
--- a/layout/src/main/java/com/itextpdf/layout/splitting/DefaultSplitCharacters.java
+++ b/layout/src/main/java/com/itextpdf/layout/splitting/DefaultSplitCharacters.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/splitting/ISplitCharacters.java b/layout/src/main/java/com/itextpdf/layout/splitting/ISplitCharacters.java
index be7543137a..f145809654 100644
--- a/layout/src/main/java/com/itextpdf/layout/splitting/ISplitCharacters.java
+++ b/layout/src/main/java/com/itextpdf/layout/splitting/ISplitCharacters.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/splitting/KeepAllSplitCharacters.java b/layout/src/main/java/com/itextpdf/layout/splitting/KeepAllSplitCharacters.java
index dc186eb297..1ca64d82c9 100644
--- a/layout/src/main/java/com/itextpdf/layout/splitting/KeepAllSplitCharacters.java
+++ b/layout/src/main/java/com/itextpdf/layout/splitting/KeepAllSplitCharacters.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/main/java/com/itextpdf/layout/tagging/IAccessibleElement.java b/layout/src/main/java/com/itextpdf/layout/tagging/IAccessibleElement.java
index 3057af9233..d64a224326 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/IAccessibleElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/IAccessibleElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/main/java/com/itextpdf/layout/tagging/ITaggingRule.java b/layout/src/main/java/com/itextpdf/layout/tagging/ITaggingRule.java
index 60b484ab73..79ab0515cc 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/ITaggingRule.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/ITaggingRule.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/tagging/LayoutTaggingHelper.java b/layout/src/main/java/com/itextpdf/layout/tagging/LayoutTaggingHelper.java
index 744ece1a97..c0b1970fbf 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/LayoutTaggingHelper.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/LayoutTaggingHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingPriorToOneFiveVersionRule.java b/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingPriorToOneFiveVersionRule.java
index d4b170953d..469675271f 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingPriorToOneFiveVersionRule.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingPriorToOneFiveVersionRule.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingRule.java b/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingRule.java
index 7a99664409..059b041652 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingRule.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/TableTaggingRule.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/tagging/TaggingDummyElement.java b/layout/src/main/java/com/itextpdf/layout/tagging/TaggingDummyElement.java
index 4b7a4d07cf..201884242c 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/TaggingDummyElement.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/TaggingDummyElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/main/java/com/itextpdf/layout/tagging/TaggingHintKey.java b/layout/src/main/java/com/itextpdf/layout/tagging/TaggingHintKey.java
index 264ac8b42f..f4812ae7e2 100644
--- a/layout/src/main/java/com/itextpdf/layout/tagging/TaggingHintKey.java
+++ b/layout/src/main/java/com/itextpdf/layout/tagging/TaggingHintKey.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/AbstractTableTest.java b/layout/src/test/java/com/itextpdf/layout/AbstractTableTest.java
index b4dc921711..212df75f79 100644
--- a/layout/src/test/java/com/itextpdf/layout/AbstractTableTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/AbstractTableTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/AlignmentTest.java b/layout/src/test/java/com/itextpdf/layout/AlignmentTest.java
index b19a966711..59b521f152 100644
--- a/layout/src/test/java/com/itextpdf/layout/AlignmentTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/AlignmentTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/AreaBreakTest.java b/layout/src/test/java/com/itextpdf/layout/AreaBreakTest.java
index c3d5b218d8..2e01763e5f 100644
--- a/layout/src/test/java/com/itextpdf/layout/AreaBreakTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/AreaBreakTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/BackgroundColorTest.java b/layout/src/test/java/com/itextpdf/layout/BackgroundColorTest.java
index 6453c1b677..ac09a212fb 100644
--- a/layout/src/test/java/com/itextpdf/layout/BackgroundColorTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/BackgroundColorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/BackgroundPositionUnitTest.java b/layout/src/test/java/com/itextpdf/layout/BackgroundPositionUnitTest.java
index be8339e35a..55cd7cab9d 100644
--- a/layout/src/test/java/com/itextpdf/layout/BackgroundPositionUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/BackgroundPositionUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/BlockTest.java b/layout/src/test/java/com/itextpdf/layout/BlockTest.java
index 3eafc11c67..d209eb5d9f 100644
--- a/layout/src/test/java/com/itextpdf/layout/BlockTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/BlockTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/BorderTest.java b/layout/src/test/java/com/itextpdf/layout/BorderTest.java
index 5de11b9a89..693414fb9d 100644
--- a/layout/src/test/java/com/itextpdf/layout/BorderTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/BorderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/CanvasTest.java b/layout/src/test/java/com/itextpdf/layout/CanvasTest.java
index a7c86ca799..42fd19c505 100644
--- a/layout/src/test/java/com/itextpdf/layout/CanvasTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/CanvasTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/CanvasUnitTest.java b/layout/src/test/java/com/itextpdf/layout/CanvasUnitTest.java
index 1e785cb48c..f6abfef98d 100644
--- a/layout/src/test/java/com/itextpdf/layout/CanvasUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/CanvasUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/CollapsingMarginsTest.java b/layout/src/test/java/com/itextpdf/layout/CollapsingMarginsTest.java
index 66fe704e02..ca749ab965 100644
--- a/layout/src/test/java/com/itextpdf/layout/CollapsingMarginsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/CollapsingMarginsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/CustomCurrentAreaTest.java b/layout/src/test/java/com/itextpdf/layout/CustomCurrentAreaTest.java
index 4cca7c5be4..37566cac7f 100644
--- a/layout/src/test/java/com/itextpdf/layout/CustomCurrentAreaTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/CustomCurrentAreaTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/DefaultLayoutTest.java b/layout/src/test/java/com/itextpdf/layout/DefaultLayoutTest.java
index ff7e2ce603..bb67c115c5 100644
--- a/layout/src/test/java/com/itextpdf/layout/DefaultLayoutTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/DefaultLayoutTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/DestinationTest.java b/layout/src/test/java/com/itextpdf/layout/DestinationTest.java
index d0fa24b526..8764c7871c 100644
--- a/layout/src/test/java/com/itextpdf/layout/DestinationTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/DestinationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/DocumentTest.java b/layout/src/test/java/com/itextpdf/layout/DocumentTest.java
index 2d89ffdd72..31ae67bbc4 100644
--- a/layout/src/test/java/com/itextpdf/layout/DocumentTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/DocumentTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/FixedHeightTest.java b/layout/src/test/java/com/itextpdf/layout/FixedHeightTest.java
index 1de7a942e1..8a45e0ff9c 100644
--- a/layout/src/test/java/com/itextpdf/layout/FixedHeightTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FixedHeightTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/FloatAndAlignmentTest.java b/layout/src/test/java/com/itextpdf/layout/FloatAndAlignmentTest.java
index 6cc25e640c..85d49b2951 100644
--- a/layout/src/test/java/com/itextpdf/layout/FloatAndAlignmentTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FloatAndAlignmentTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/FloatBlockTest.java b/layout/src/test/java/com/itextpdf/layout/FloatBlockTest.java
index 30587039af..db030f7974 100644
--- a/layout/src/test/java/com/itextpdf/layout/FloatBlockTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FloatBlockTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/FloatImageTest.java b/layout/src/test/java/com/itextpdf/layout/FloatImageTest.java
index 1620834b9c..6be043e97d 100644
--- a/layout/src/test/java/com/itextpdf/layout/FloatImageTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FloatImageTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/FloatTest.java b/layout/src/test/java/com/itextpdf/layout/FloatTest.java
index dd1575befc..de77ccd368 100644
--- a/layout/src/test/java/com/itextpdf/layout/FloatTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FloatTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/FontProviderTest.java b/layout/src/test/java/com/itextpdf/layout/FontProviderTest.java
index 48c283192b..78b46642ed 100644
--- a/layout/src/test/java/com/itextpdf/layout/FontProviderTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FontProviderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/FontSelectorTest.java b/layout/src/test/java/com/itextpdf/layout/FontSelectorTest.java
index d66a2d4f4e..a1da16b93e 100644
--- a/layout/src/test/java/com/itextpdf/layout/FontSelectorTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/FontSelectorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/HyphenateLayoutTest.java b/layout/src/test/java/com/itextpdf/layout/HyphenateLayoutTest.java
index 0b123a63a9..5824789e52 100644
--- a/layout/src/test/java/com/itextpdf/layout/HyphenateLayoutTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/HyphenateLayoutTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java b/layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java
index 3f31150d1e..98f4ad47a6 100644
--- a/layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/HyphenateTest.java b/layout/src/test/java/com/itextpdf/layout/HyphenateTest.java
index ac41e82d74..2e2e0af7d5 100644
--- a/layout/src/test/java/com/itextpdf/layout/HyphenateTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/HyphenateTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/ImageColorProfileTest.java b/layout/src/test/java/com/itextpdf/layout/ImageColorProfileTest.java
index d87a75ddbe..95c7059a66 100644
--- a/layout/src/test/java/com/itextpdf/layout/ImageColorProfileTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ImageColorProfileTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/ImageTest.java b/layout/src/test/java/com/itextpdf/layout/ImageTest.java
index 75a63b0847..4f0d3e3f57 100644
--- a/layout/src/test/java/com/itextpdf/layout/ImageTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ImageTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/InlineBlockTest.java b/layout/src/test/java/com/itextpdf/layout/InlineBlockTest.java
index a9e0986cf0..67273dd93f 100644
--- a/layout/src/test/java/com/itextpdf/layout/InlineBlockTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/InlineBlockTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/KeepTogetherTest.java b/layout/src/test/java/com/itextpdf/layout/KeepTogetherTest.java
index 5d9a908d6d..48d5ea2523 100644
--- a/layout/src/test/java/com/itextpdf/layout/KeepTogetherTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/KeepTogetherTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/KeepWithNextTest.java b/layout/src/test/java/com/itextpdf/layout/KeepWithNextTest.java
index bf9b2a637d..aff786e33d 100644
--- a/layout/src/test/java/com/itextpdf/layout/KeepWithNextTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/KeepWithNextTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/LargeElementTest.java b/layout/src/test/java/com/itextpdf/layout/LargeElementTest.java
index 157c35e0df..9d84ee104e 100644
--- a/layout/src/test/java/com/itextpdf/layout/LargeElementTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LargeElementTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/LayoutTaggingPdf2Test.java b/layout/src/test/java/com/itextpdf/layout/LayoutTaggingPdf2Test.java
index 3bd10482b2..feed583405 100644
--- a/layout/src/test/java/com/itextpdf/layout/LayoutTaggingPdf2Test.java
+++ b/layout/src/test/java/com/itextpdf/layout/LayoutTaggingPdf2Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/LayoutTaggingTest.java b/layout/src/test/java/com/itextpdf/layout/LayoutTaggingTest.java
index 1a2561e558..a912b4e467 100644
--- a/layout/src/test/java/com/itextpdf/layout/LayoutTaggingTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LayoutTaggingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/LeadingHeightTest.java b/layout/src/test/java/com/itextpdf/layout/LeadingHeightTest.java
index 8f873379ae..8b4bb36cc9 100644
--- a/layout/src/test/java/com/itextpdf/layout/LeadingHeightTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LeadingHeightTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/LineSeparatorTest.java b/layout/src/test/java/com/itextpdf/layout/LineSeparatorTest.java
index fc3620e1a7..6086c6e693 100644
--- a/layout/src/test/java/com/itextpdf/layout/LineSeparatorTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LineSeparatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/LinkTest.java b/layout/src/test/java/com/itextpdf/layout/LinkTest.java
index b31236a20d..6c6ab3e0ec 100644
--- a/layout/src/test/java/com/itextpdf/layout/LinkTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LinkTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/ListAlignmentDirectionTest.java b/layout/src/test/java/com/itextpdf/layout/ListAlignmentDirectionTest.java
index 445ecdaff6..4623d0d77a 100644
--- a/layout/src/test/java/com/itextpdf/layout/ListAlignmentDirectionTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ListAlignmentDirectionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/ListItemPositionAlignmentTest.java b/layout/src/test/java/com/itextpdf/layout/ListItemPositionAlignmentTest.java
index 9d0db287fa..8b5ff9187c 100644
--- a/layout/src/test/java/com/itextpdf/layout/ListItemPositionAlignmentTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ListItemPositionAlignmentTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/ListTest.java b/layout/src/test/java/com/itextpdf/layout/ListTest.java
index bf6acadf5d..87049515b7 100644
--- a/layout/src/test/java/com/itextpdf/layout/ListTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ListTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/LocationTextExtractionStrategyTest.java b/layout/src/test/java/com/itextpdf/layout/LocationTextExtractionStrategyTest.java
index 8b9343bd38..bb0eb3db15 100644
--- a/layout/src/test/java/com/itextpdf/layout/LocationTextExtractionStrategyTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/LocationTextExtractionStrategyTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/NewLineTest.java b/layout/src/test/java/com/itextpdf/layout/NewLineTest.java
index 1412b6055f..bfe074fc7c 100644
--- a/layout/src/test/java/com/itextpdf/layout/NewLineTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/NewLineTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/NonBreakableSpaceTest.java b/layout/src/test/java/com/itextpdf/layout/NonBreakableSpaceTest.java
index 73ef1904e5..c6a473614a 100644
--- a/layout/src/test/java/com/itextpdf/layout/NonBreakableSpaceTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/NonBreakableSpaceTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/ObjectFitTest.java b/layout/src/test/java/com/itextpdf/layout/ObjectFitTest.java
index f2a820d25b..685dd48236 100644
--- a/layout/src/test/java/com/itextpdf/layout/ObjectFitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ObjectFitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/OpacityTest.java b/layout/src/test/java/com/itextpdf/layout/OpacityTest.java
index 8d9021947d..15cf053b37 100644
--- a/layout/src/test/java/com/itextpdf/layout/OpacityTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/OpacityTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/OrphansWidowsTest.java b/layout/src/test/java/com/itextpdf/layout/OrphansWidowsTest.java
index dd152247e1..b80de1b563 100644
--- a/layout/src/test/java/com/itextpdf/layout/OrphansWidowsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/OrphansWidowsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/OverflowTest.java b/layout/src/test/java/com/itextpdf/layout/OverflowTest.java
index 8045d2eb29..3ce81f3b83 100644
--- a/layout/src/test/java/com/itextpdf/layout/OverflowTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/OverflowTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/ParagraphTest.java b/layout/src/test/java/com/itextpdf/layout/ParagraphTest.java
index 6ba0892698..ae881ba727 100644
--- a/layout/src/test/java/com/itextpdf/layout/ParagraphTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/ParagraphTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/PdfTextExtractorEncodingsTest.java b/layout/src/test/java/com/itextpdf/layout/PdfTextExtractorEncodingsTest.java
index bfb3d7b749..73f95a63d6 100644
--- a/layout/src/test/java/com/itextpdf/layout/PdfTextExtractorEncodingsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/PdfTextExtractorEncodingsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/PositioningTest.java b/layout/src/test/java/com/itextpdf/layout/PositioningTest.java
index c15de1acae..10b3235147 100644
--- a/layout/src/test/java/com/itextpdf/layout/PositioningTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/PositioningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/PreLayoutTest.java b/layout/src/test/java/com/itextpdf/layout/PreLayoutTest.java
index b9ffee24b5..be3104e0bb 100644
--- a/layout/src/test/java/com/itextpdf/layout/PreLayoutTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/PreLayoutTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/RotationTest.java b/layout/src/test/java/com/itextpdf/layout/RotationTest.java
index cfab1c0b13..f39a798707 100644
--- a/layout/src/test/java/com/itextpdf/layout/RotationTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/RotationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/SimpleTextExtractionStrategyTest.java b/layout/src/test/java/com/itextpdf/layout/SimpleTextExtractionStrategyTest.java
index a7df1fb469..96aefdecfe 100644
--- a/layout/src/test/java/com/itextpdf/layout/SimpleTextExtractionStrategyTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/SimpleTextExtractionStrategyTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/StyleUnitTest.java b/layout/src/test/java/com/itextpdf/layout/StyleUnitTest.java
index 45f4351711..2d0d030180 100644
--- a/layout/src/test/java/com/itextpdf/layout/StyleUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/StyleUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/StylesTest.java b/layout/src/test/java/com/itextpdf/layout/StylesTest.java
index cff499cbd9..58266a8c86 100644
--- a/layout/src/test/java/com/itextpdf/layout/StylesTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/StylesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/SurrPairTest.java b/layout/src/test/java/com/itextpdf/layout/SurrPairTest.java
index 737bacb2f6..aa7d46ffe7 100644
--- a/layout/src/test/java/com/itextpdf/layout/SurrPairTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/SurrPairTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/TableBorderTest.java b/layout/src/test/java/com/itextpdf/layout/TableBorderTest.java
index 596851c019..0635f66797 100644
--- a/layout/src/test/java/com/itextpdf/layout/TableBorderTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/TableBorderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/TableTest.java b/layout/src/test/java/com/itextpdf/layout/TableTest.java
index 67ad1ea452..160f8f1db0 100644
--- a/layout/src/test/java/com/itextpdf/layout/TableTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/TableTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
@@ -82,6 +82,7 @@ This file is part of the iText (R) project.
import com.itextpdf.test.annotations.type.IntegrationTest;
import java.io.ByteArrayOutputStream;
+import java.io.FileNotFoundException;
import java.io.IOException;
import org.junit.Assert;
import org.junit.BeforeClass;
diff --git a/layout/src/test/java/com/itextpdf/layout/TabsTest.java b/layout/src/test/java/com/itextpdf/layout/TabsTest.java
index 2c4684686f..1435471dac 100644
--- a/layout/src/test/java/com/itextpdf/layout/TabsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/TabsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/TextWritingTest.java b/layout/src/test/java/com/itextpdf/layout/TextWritingTest.java
index 7e320982b6..25338dbbfb 100644
--- a/layout/src/test/java/com/itextpdf/layout/TextWritingTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/TextWritingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/XMPWriterTest.java b/layout/src/test/java/com/itextpdf/layout/XMPWriterTest.java
index 59563345ef..ae8c42ea8b 100644
--- a/layout/src/test/java/com/itextpdf/layout/XMPWriterTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/XMPWriterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/element/FlexContainerSplitTest.java b/layout/src/test/java/com/itextpdf/layout/element/FlexContainerSplitTest.java
index b73fc22951..8d58a9e857 100644
--- a/layout/src/test/java/com/itextpdf/layout/element/FlexContainerSplitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/element/FlexContainerSplitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/element/FlexContainerTest.java b/layout/src/test/java/com/itextpdf/layout/element/FlexContainerTest.java
index 63eabe903c..cc258c1cf1 100644
--- a/layout/src/test/java/com/itextpdf/layout/element/FlexContainerTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/element/FlexContainerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsTest.java b/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsTest.java
index b2661fb03e..03c6d08268 100644
--- a/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsUtilsTest.java b/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsUtilsTest.java
index b12615355b..e40d716456 100644
--- a/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsUtilsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/font/FontCharacteristicsUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/font/FontSelectorLayoutTest.java b/layout/src/test/java/com/itextpdf/layout/font/FontSelectorLayoutTest.java
index bbf35053de..5cd9c99460 100644
--- a/layout/src/test/java/com/itextpdf/layout/font/FontSelectorLayoutTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/font/FontSelectorLayoutTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/font/RangeTest.java b/layout/src/test/java/com/itextpdf/layout/font/RangeTest.java
index bc8276e1bd..4e059b5df5 100644
--- a/layout/src/test/java/com/itextpdf/layout/font/RangeTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/font/RangeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/layout/LayoutAreaTest.java b/layout/src/test/java/com/itextpdf/layout/layout/LayoutAreaTest.java
index a3b91da323..47c1565c2b 100644
--- a/layout/src/test/java/com/itextpdf/layout/layout/LayoutAreaTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/layout/LayoutAreaTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandlerTest.java b/layout/src/test/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandlerTest.java
index 7b7ec19fb6..ab36266417 100644
--- a/layout/src/test/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandlerTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/margincollapse/MarginsCollapseHandlerTest.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/test/java/com/itextpdf/layout/properties/BackgroundImageTest.java b/layout/src/test/java/com/itextpdf/layout/properties/BackgroundImageTest.java
index 3e02ba9792..6f76a96e75 100644
--- a/layout/src/test/java/com/itextpdf/layout/properties/BackgroundImageTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/properties/BackgroundImageTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/properties/BackgroundRepeatUnitTest.java b/layout/src/test/java/com/itextpdf/layout/properties/BackgroundRepeatUnitTest.java
index d2cdb862a4..f4f28d6dc7 100644
--- a/layout/src/test/java/com/itextpdf/layout/properties/BackgroundRepeatUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/properties/BackgroundRepeatUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/properties/BackgroundSizeTest.java b/layout/src/test/java/com/itextpdf/layout/properties/BackgroundSizeTest.java
index 0f02e94391..d9a14aedde 100644
--- a/layout/src/test/java/com/itextpdf/layout/properties/BackgroundSizeTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/properties/BackgroundSizeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/properties/BackgroundUnitTest.java b/layout/src/test/java/com/itextpdf/layout/properties/BackgroundUnitTest.java
index 5ae826eec4..9ecc101bae 100644
--- a/layout/src/test/java/com/itextpdf/layout/properties/BackgroundUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/properties/BackgroundUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/properties/PropertyTest.java b/layout/src/test/java/com/itextpdf/layout/properties/PropertyTest.java
index 039b5f2959..92d3aad838 100644
--- a/layout/src/test/java/com/itextpdf/layout/properties/PropertyTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/properties/PropertyTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/properties/TransformTest.java b/layout/src/test/java/com/itextpdf/layout/properties/TransformTest.java
index 8ec40b24c6..56802bb5d8 100644
--- a/layout/src/test/java/com/itextpdf/layout/properties/TransformTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/properties/TransformTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/AbstractRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/AbstractRendererUnitTest.java
index 7e3e9ee797..72cd3539e5 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/AbstractRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/AbstractRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/AreaBreakRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/AreaBreakRendererUnitTest.java
index fa87790ea6..c39964ac7c 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/AreaBreakRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/AreaBreakRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtilUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtilUnitTest.java
index 431691451f..81e1f4b50a 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtilUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/BackgroundSizeCalculationUtilUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/BlockRendererTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/BlockRendererTest.java
index b4929df60a..764d904f97 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/BlockRendererTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/BlockRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/BlockRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/BlockRendererUnitTest.java
index 9ebc486eac..41e48ccc96 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/BlockRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/BlockRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/CellRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/CellRendererUnitTest.java
index 52aa6e2aff..dc6a161311 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/CellRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/CellRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/DivRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/DivRendererUnitTest.java
index e1e48b8d93..8380781d34 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/DivRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/DivRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/EmptyNestedTableTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/EmptyNestedTableTest.java
index e1b7938979..1a9d43b929 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/EmptyNestedTableTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/EmptyNestedTableTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/FlexContainerRendererTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/FlexContainerRendererTest.java
index 86a612e806..73318ca8f7 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/FlexContainerRendererTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/FlexContainerRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/FlexUtilTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/FlexUtilTest.java
index a9ad3aa0ad..d25d87835d 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/FlexUtilTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/FlexUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/FloatExampleTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/FloatExampleTest.java
index 581cf34dc0..a368bdfde9 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/FloatExampleTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/FloatExampleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/ImageWidthTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/ImageWidthTest.java
index a4b7aef157..c76bcffc03 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/ImageWidthTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/ImageWidthTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/LineHeightHelperIntegrationTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/LineHeightHelperIntegrationTest.java
index 59f7f79aa0..bd60f4eaf0 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/LineHeightHelperIntegrationTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/LineHeightHelperIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/LineHeightHelperUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/LineHeightHelperUnitTest.java
index c2d5d5a31a..326e96eb6f 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/LineHeightHelperUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/LineHeightHelperUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/LineRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/LineRendererUnitTest.java
index 7174849571..0cb400db7d 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/LineRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/LineRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/LinkRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/LinkRendererUnitTest.java
index dc8c79a75c..a0df34e36b 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/LinkRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/LinkRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/ListRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/ListRendererUnitTest.java
index a88094efad..014d52ea0a 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/ListRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/ListRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/MetaInfoContainerUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/MetaInfoContainerUnitTest.java
index 7c6d84d992..5abaa3818b 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/MetaInfoContainerUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/MetaInfoContainerUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/MinWidthTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/MinWidthTest.java
index eb5b648273..ab1d1a66f5 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/MinWidthTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/MinWidthTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/ParagraphRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/ParagraphRendererUnitTest.java
index fbb895571e..aa20e3fc8b 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/ParagraphRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/ParagraphRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/RendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/RendererUnitTest.java
index 9807db13f7..b4de903385 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/RendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/RendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TabRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TabRendererUnitTest.java
index 7b382fbd8c..02f51985a7 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TabRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TabRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererTest.java
index dfe1836f54..95cd775046 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererUnitTest.java
index 27431c73a7..f27da797e2 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TableRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TableWidthsTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TableWidthsTest.java
index 2f822a6ce5..152e4f05aa 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TableWidthsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TableWidthsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TargetCounterHandlerTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TargetCounterHandlerTest.java
index de46a0ae2c..c613c75f85 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TargetCounterHandlerTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TargetCounterHandlerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TargetCounterHandlerUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TargetCounterHandlerUnitTest.java
index cb5c4c84a5..0c53b0d2dd 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TargetCounterHandlerUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TargetCounterHandlerUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TextFilteringReversedRangesTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TextFilteringReversedRangesTest.java
index 4b466420ca..2824191149 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TextFilteringReversedRangesTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TextFilteringReversedRangesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TextPreprocessingUtilTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TextPreprocessingUtilTest.java
index db2a0b30f3..89127fb9aa 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TextPreprocessingUtilTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TextPreprocessingUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererIntegrationTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererIntegrationTest.java
index 0bbfa04389..4de956085d 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererIntegrationTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererPositioningTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererPositioningTest.java
index 11eb4b5970..81f9bb527c 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererPositioningTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererPositioningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererTest.java
index 218711c0ec..866106076d 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererUnitTest.java
index c89f0c5e8c..55e84c6eef 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TextRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/TypographyUtilsTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/TypographyUtilsTest.java
index f40c71472a..2065d20245 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/TypographyUtilsTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/TypographyUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/WordWrapUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/WordWrapUnitTest.java
index fa671ac853..4888b68d92 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/WordWrapUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/WordWrapUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/objectfit/ObjectFitApplyingResultUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/objectfit/ObjectFitApplyingResultUnitTest.java
index 026b0d3af8..18cc6f86b4 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/objectfit/ObjectFitApplyingResultUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/objectfit/ObjectFitApplyingResultUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/renderer/objectfit/ObjectFitCalculatorUnitTest.java b/layout/src/test/java/com/itextpdf/layout/renderer/objectfit/ObjectFitCalculatorUnitTest.java
index 1b3b85a529..acdb62df6f 100644
--- a/layout/src/test/java/com/itextpdf/layout/renderer/objectfit/ObjectFitCalculatorUnitTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/renderer/objectfit/ObjectFitCalculatorUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/splitting/BreakAllSplitCharactersTest.java b/layout/src/test/java/com/itextpdf/layout/splitting/BreakAllSplitCharactersTest.java
index 9fe25d9dda..b84432b9e2 100644
--- a/layout/src/test/java/com/itextpdf/layout/splitting/BreakAllSplitCharactersTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/splitting/BreakAllSplitCharactersTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/splitting/DefaultSplitCharacterTest.java b/layout/src/test/java/com/itextpdf/layout/splitting/DefaultSplitCharacterTest.java
index 5b4d385c61..4e03b6c831 100644
--- a/layout/src/test/java/com/itextpdf/layout/splitting/DefaultSplitCharacterTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/splitting/DefaultSplitCharacterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/layout/src/test/java/com/itextpdf/layout/splitting/KeepAllSplitCharactersTest.java b/layout/src/test/java/com/itextpdf/layout/splitting/KeepAllSplitCharactersTest.java
index 23aa01d707..a1a8b48905 100644
--- a/layout/src/test/java/com/itextpdf/layout/splitting/KeepAllSplitCharactersTest.java
+++ b/layout/src/test/java/com/itextpdf/layout/splitting/KeepAllSplitCharactersTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/testutil/OrphansWidowsTestUtil.java b/layout/src/test/java/com/itextpdf/layout/testutil/OrphansWidowsTestUtil.java
index 45f811a317..52d39dec6b 100644
--- a/layout/src/test/java/com/itextpdf/layout/testutil/OrphansWidowsTestUtil.java
+++ b/layout/src/test/java/com/itextpdf/layout/testutil/OrphansWidowsTestUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/testutil/TestConfigurationEvent.java b/layout/src/test/java/com/itextpdf/layout/testutil/TestConfigurationEvent.java
index 39b8aec330..aab06d974e 100644
--- a/layout/src/test/java/com/itextpdf/layout/testutil/TestConfigurationEvent.java
+++ b/layout/src/test/java/com/itextpdf/layout/testutil/TestConfigurationEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/layout/src/test/java/com/itextpdf/layout/testutil/TestProductEvent.java b/layout/src/test/java/com/itextpdf/layout/testutil/TestProductEvent.java
index 9a966407f0..bad6e398b7 100644
--- a/layout/src/test/java/com/itextpdf/layout/testutil/TestProductEvent.java
+++ b/layout/src/test/java/com/itextpdf/layout/testutil/TestProductEvent.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/pom.xml b/pdfa/pom.xml
index db5814c4ad..53e51869ad 100644
--- a/pdfa/pom.xml
+++ b/pdfa/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
pdfa
iText 7 - pdfa
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAAgnosticPdfDocument.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAAgnosticPdfDocument.java
index 90e4f32afd..9819e63861 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAAgnosticPdfDocument.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAAgnosticPdfDocument.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfADocument.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfADocument.java
index e1d8add9aa..0d0f5ce1ed 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfADocument.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfADocument.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPage.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPage.java
index 1e22ce7eb2..531dfa1d20 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPage.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPage.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPageFactory.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPageFactory.java
index 9b0407b2c7..9f7bf21b3e 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPageFactory.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAPageFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAXMPUtil.java b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAXMPUtil.java
index d2d6eb2ece..f75a9761ee 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/PdfAXMPUtil.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/PdfAXMPUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA1Checker.java b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA1Checker.java
index 666dd06368..f213e7c70b 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA1Checker.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA1Checker.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA2Checker.java b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA2Checker.java
index 60e2a9ff76..58542144d3 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA2Checker.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA2Checker.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA3Checker.java b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA3Checker.java
index 28a9fc440a..e62bedc91c 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA3Checker.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfA3Checker.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfAChecker.java b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfAChecker.java
index b2be303195..bc59e8ba77 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfAChecker.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/checker/PdfAChecker.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/exceptions/PdfAConformanceException.java b/pdfa/src/main/java/com/itextpdf/pdfa/exceptions/PdfAConformanceException.java
index ac7b76429a..4de0c98347 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/exceptions/PdfAConformanceException.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/exceptions/PdfAConformanceException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/exceptions/PdfaExceptionMessageConstant.java b/pdfa/src/main/java/com/itextpdf/pdfa/exceptions/PdfaExceptionMessageConstant.java
index 70e538d6d0..185060b460 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/exceptions/PdfaExceptionMessageConstant.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/exceptions/PdfaExceptionMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/logs/PdfAConformanceLogMessageConstant.java b/pdfa/src/main/java/com/itextpdf/pdfa/logs/PdfAConformanceLogMessageConstant.java
index c9524393a7..fe11cfc768 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/logs/PdfAConformanceLogMessageConstant.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/logs/PdfAConformanceLogMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdfa/src/main/java/com/itextpdf/pdfa/logs/PdfALogMessageConstant.java b/pdfa/src/main/java/com/itextpdf/pdfa/logs/PdfALogMessageConstant.java
index 12cefa153a..b8ee5b3ef8 100644
--- a/pdfa/src/main/java/com/itextpdf/pdfa/logs/PdfALogMessageConstant.java
+++ b/pdfa/src/main/java/com/itextpdf/pdfa/logs/PdfALogMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AcroFormCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AcroFormCheckTest.java
index 82d6842c8c..d222549dad 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AcroFormCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AcroFormCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1ActionCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1ActionCheckTest.java
index 15b8debccb..1103155482 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1ActionCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1ActionCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AnnotationCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AnnotationCheckTest.java
index 684bd927f6..0d8aa4d0e5 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AnnotationCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1AnnotationCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1CanvasCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1CanvasCheckTest.java
index 89edb3e792..0008be5c3f 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1CanvasCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1CanvasCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1EmbeddedFilesCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1EmbeddedFilesCheckTest.java
index 906d804da8..7cdf603271 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1EmbeddedFilesCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1EmbeddedFilesCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1GraphicsTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1GraphicsTest.java
index a7f3a80a07..0a5fc6b86e 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1GraphicsTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1GraphicsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1LayoutListTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1LayoutListTest.java
index 52e124e5c6..38182836d8 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1LayoutListTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1LayoutListTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1bCheckfieldAppearanceTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1bCheckfieldAppearanceTest.java
index a8d55b1e4e..f9c6dd7797 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1bCheckfieldAppearanceTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA1bCheckfieldAppearanceTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AcroFormCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AcroFormCheckTest.java
index fcbb8fdb32..7bf494c347 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AcroFormCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AcroFormCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2ActionCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2ActionCheckTest.java
index 4a1fd2aaf8..7b66052b49 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2ActionCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2ActionCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AnnotationCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AnnotationCheckTest.java
index c81e70d256..67818f1212 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AnnotationCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2AnnotationCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CanvasCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CanvasCheckTest.java
index 2d4833d4d5..674b2a3846 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CanvasCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CanvasCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CatalogCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CatalogCheckTest.java
index daa53ff658..e3bf42f9e4 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CatalogCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2CatalogCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2EmbeddedFilesCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2EmbeddedFilesCheckTest.java
index 45813bf5f7..b0581bc0ad 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2EmbeddedFilesCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2EmbeddedFilesCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2GraphicsCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2GraphicsCheckTest.java
index 71d3efbda0..f010aa8d41 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2GraphicsCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2GraphicsCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2LayoutOcgTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2LayoutOcgTest.java
index 42d2a3901e..bdb92ddbc9 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2LayoutOcgTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2LayoutOcgTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2PageCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2PageCheckTest.java
index c9d850fcf9..cce02a3b98 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2PageCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA2PageCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3CatalogCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3CatalogCheckTest.java
index 2087cbae11..c608e77994 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3CatalogCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3CatalogCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3EmbeddedFilesCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3EmbeddedFilesCheckTest.java
index a77dd5ccc1..fd149c6976 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3EmbeddedFilesCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfA3EmbeddedFilesCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAgnosticPdfDocumentUnitTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAgnosticPdfDocumentUnitTest.java
index bba53c497f..8247f840f5 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAgnosticPdfDocumentUnitTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAgnosticPdfDocumentUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAppendModeTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAppendModeTest.java
index f0e0950671..06907c42ef 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAppendModeTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAAppendModeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfABarcodeTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfABarcodeTest.java
index 4cfdfb23ef..cdcc38aa8b 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfABarcodeTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfABarcodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfACheckfieldTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfACheckfieldTest.java
index d65bf19d6f..794da684ce 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfACheckfieldTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfACheckfieldTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFlushingTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFlushingTest.java
index c3241ad744..dc9ef34def 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFlushingTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFlushingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFontTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFontTest.java
index 26d1ea2ea2..f11d0607a2 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFontTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFontTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFormFieldTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFormFieldTest.java
index bd64000d4e..7ae5fcc271 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFormFieldTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAFormFieldTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectObjectsCountLimitTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectObjectsCountLimitTest.java
index 3a91a63f38..86977db512 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectObjectsCountLimitTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectObjectsCountLimitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectResourcesTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectResourcesTest.java
index da7bd3db08..bef1fae014 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectResourcesTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAIndirectResourcesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfALongStringTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfALongStringTest.java
index 9acd384477..675bb68783 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfALongStringTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfALongStringTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPageTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPageTest.java
index 5f4021aa3e..f1cb0b6924 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPageTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPageTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPushbuttonfieldTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPushbuttonfieldTest.java
index fbb9baf32b..b96a3934a8 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPushbuttonfieldTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAPushbuttonfieldTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfARadiofieldTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfARadiofieldTest.java
index e9d5f3cc30..748eeb60c8 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfARadiofieldTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfARadiofieldTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAStampingModeTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAStampingModeTest.java
index fe00f53579..62d83b15b3 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAStampingModeTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAStampingModeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfATransparencyCheckTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfATransparencyCheckTest.java
index 4966a888ad..fb5a578066 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfATransparencyCheckTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfATransparencyCheckTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAXmpTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAXmpTest.java
index ec73803bbe..8181452fe8 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/PdfAXmpTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/PdfAXmpTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1CheckerTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1CheckerTest.java
index a79597e416..eb72b40ca5 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1CheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1CheckerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1ImplementationLimitsCheckerTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1ImplementationLimitsCheckerTest.java
index 37a05cbd04..7bffb15b59 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1ImplementationLimitsCheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA1ImplementationLimitsCheckerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerGlyphsTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerGlyphsTest.java
index a7a76bae0e..e11b88b3d5 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerGlyphsTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerGlyphsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTest.java
index 28102148e7..b2d36d2ebd 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTransparencyTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTransparencyTest.java
index d3277a284c..f606d5fd46 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTransparencyTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2CheckerTransparencyTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2ImplementationLimitsCheckerTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2ImplementationLimitsCheckerTest.java
index 4466cbe193..9c2f8b9018 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2ImplementationLimitsCheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfA2ImplementationLimitsCheckerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTest.java b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTest.java
index eb58e0fcd0..0394ba21cf 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTest.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTestUtils.java b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTestUtils.java
index ae44840db1..f61617b6d4 100644
--- a/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTestUtils.java
+++ b/pdfa/src/test/java/com/itextpdf/pdfa/checker/PdfACheckerTestUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdftest/pom.xml b/pdftest/pom.xml
index cbd095329c..0aff567ff3 100644
--- a/pdftest/pom.xml
+++ b/pdftest/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
pdftest
iText 7 - pdftest
diff --git a/pdftest/src/main/java/com/itextpdf/test/AssertUtil.java b/pdftest/src/main/java/com/itextpdf/test/AssertUtil.java
index b8986ad78a..101b1fc5d6 100644
--- a/pdftest/src/main/java/com/itextpdf/test/AssertUtil.java
+++ b/pdftest/src/main/java/com/itextpdf/test/AssertUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/ExceptionTestUtil.java b/pdftest/src/main/java/com/itextpdf/test/ExceptionTestUtil.java
index 0852d7476d..e33d9f80e4 100644
--- a/pdftest/src/main/java/com/itextpdf/test/ExceptionTestUtil.java
+++ b/pdftest/src/main/java/com/itextpdf/test/ExceptionTestUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/pdftest/src/main/java/com/itextpdf/test/Executor.java b/pdftest/src/main/java/com/itextpdf/test/Executor.java
index 97acdc95b6..8f8b00ad83 100644
--- a/pdftest/src/main/java/com/itextpdf/test/Executor.java
+++ b/pdftest/src/main/java/com/itextpdf/test/Executor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/ExtendedITextTest.java b/pdftest/src/main/java/com/itextpdf/test/ExtendedITextTest.java
index 1297e1632f..79c03016a1 100644
--- a/pdftest/src/main/java/com/itextpdf/test/ExtendedITextTest.java
+++ b/pdftest/src/main/java/com/itextpdf/test/ExtendedITextTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/ITextTest.java b/pdftest/src/main/java/com/itextpdf/test/ITextTest.java
index bb98e698c1..f36d66d53e 100644
--- a/pdftest/src/main/java/com/itextpdf/test/ITextTest.java
+++ b/pdftest/src/main/java/com/itextpdf/test/ITextTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/LogLevelConstants.java b/pdftest/src/main/java/com/itextpdf/test/LogLevelConstants.java
index 44479f38ce..d394ff1773 100644
--- a/pdftest/src/main/java/com/itextpdf/test/LogLevelConstants.java
+++ b/pdftest/src/main/java/com/itextpdf/test/LogLevelConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/pdftest/src/main/java/com/itextpdf/test/LogListener.java b/pdftest/src/main/java/com/itextpdf/test/LogListener.java
index 126c6e6d12..2bec961274 100644
--- a/pdftest/src/main/java/com/itextpdf/test/LogListener.java
+++ b/pdftest/src/main/java/com/itextpdf/test/LogListener.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/LoggerHelper.java b/pdftest/src/main/java/com/itextpdf/test/LoggerHelper.java
index deeb5ffb41..d68ed4d862 100644
--- a/pdftest/src/main/java/com/itextpdf/test/LoggerHelper.java
+++ b/pdftest/src/main/java/com/itextpdf/test/LoggerHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/RunnerSearchConfig.java b/pdftest/src/main/java/com/itextpdf/test/RunnerSearchConfig.java
index 12cc77bc99..9abdabf7a6 100644
--- a/pdftest/src/main/java/com/itextpdf/test/RunnerSearchConfig.java
+++ b/pdftest/src/main/java/com/itextpdf/test/RunnerSearchConfig.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/WrappedSamplesRunner.java b/pdftest/src/main/java/com/itextpdf/test/WrappedSamplesRunner.java
index 64e32ddb07..47396567f5 100644
--- a/pdftest/src/main/java/com/itextpdf/test/WrappedSamplesRunner.java
+++ b/pdftest/src/main/java/com/itextpdf/test/WrappedSamplesRunner.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessage.java b/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessage.java
index f6a973e87f..8eb7aee4c8 100644
--- a/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessage.java
+++ b/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessage.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessages.java b/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessages.java
index b276ff48d7..f5e83d1b6a 100644
--- a/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessages.java
+++ b/pdftest/src/main/java/com/itextpdf/test/annotations/LogMessages.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/annotations/type/IntegrationTest.java b/pdftest/src/main/java/com/itextpdf/test/annotations/type/IntegrationTest.java
index eac27e854a..269af5404b 100644
--- a/pdftest/src/main/java/com/itextpdf/test/annotations/type/IntegrationTest.java
+++ b/pdftest/src/main/java/com/itextpdf/test/annotations/type/IntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/annotations/type/PerformanceTest.java b/pdftest/src/main/java/com/itextpdf/test/annotations/type/PerformanceTest.java
index 7f4584b1b9..1fd46abd20 100644
--- a/pdftest/src/main/java/com/itextpdf/test/annotations/type/PerformanceTest.java
+++ b/pdftest/src/main/java/com/itextpdf/test/annotations/type/PerformanceTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/annotations/type/SampleTest.java b/pdftest/src/main/java/com/itextpdf/test/annotations/type/SampleTest.java
index 335bafe49b..676ae344a4 100644
--- a/pdftest/src/main/java/com/itextpdf/test/annotations/type/SampleTest.java
+++ b/pdftest/src/main/java/com/itextpdf/test/annotations/type/SampleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/annotations/type/SlowTest.java b/pdftest/src/main/java/com/itextpdf/test/annotations/type/SlowTest.java
index e0ec064657..ac3d81ee26 100644
--- a/pdftest/src/main/java/com/itextpdf/test/annotations/type/SlowTest.java
+++ b/pdftest/src/main/java/com/itextpdf/test/annotations/type/SlowTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/annotations/type/UnitTest.java b/pdftest/src/main/java/com/itextpdf/test/annotations/type/UnitTest.java
index d735d47465..19a032be21 100644
--- a/pdftest/src/main/java/com/itextpdf/test/annotations/type/UnitTest.java
+++ b/pdftest/src/main/java/com/itextpdf/test/annotations/type/UnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/pdfa/VeraPdfValidator.java b/pdftest/src/main/java/com/itextpdf/test/pdfa/VeraPdfValidator.java
index 29c742c504..52374fccc1 100644
--- a/pdftest/src/main/java/com/itextpdf/test/pdfa/VeraPdfValidator.java
+++ b/pdftest/src/main/java/com/itextpdf/test/pdfa/VeraPdfValidator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/pdftest/src/main/java/com/itextpdf/test/runners/RetryOnFailure.java b/pdftest/src/main/java/com/itextpdf/test/runners/RetryOnFailure.java
index 8d8daa6150..c1ebc38166 100644
--- a/pdftest/src/main/java/com/itextpdf/test/runners/RetryOnFailure.java
+++ b/pdftest/src/main/java/com/itextpdf/test/runners/RetryOnFailure.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdftest/src/main/java/com/itextpdf/test/runners/RetryRunner.java b/pdftest/src/main/java/com/itextpdf/test/runners/RetryRunner.java
index cca9c3ba3d..a42038c5a6 100644
--- a/pdftest/src/main/java/com/itextpdf/test/runners/RetryRunner.java
+++ b/pdftest/src/main/java/com/itextpdf/test/runners/RetryRunner.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdftest/src/main/java/com/itextpdf/test/signutils/Pkcs12FileHelper.java b/pdftest/src/main/java/com/itextpdf/test/signutils/Pkcs12FileHelper.java
index 93c75614d5..b6f78cb330 100644
--- a/pdftest/src/main/java/com/itextpdf/test/signutils/Pkcs12FileHelper.java
+++ b/pdftest/src/main/java/com/itextpdf/test/signutils/Pkcs12FileHelper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdftest/src/main/java/com/itextpdf/test/utils/FileUtil.java b/pdftest/src/main/java/com/itextpdf/test/utils/FileUtil.java
index 62b158a3d0..0bd76a634d 100644
--- a/pdftest/src/main/java/com/itextpdf/test/utils/FileUtil.java
+++ b/pdftest/src/main/java/com/itextpdf/test/utils/FileUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pdftest/src/test/java/com/itextpdf/test/LoggerHelperTest.java b/pdftest/src/test/java/com/itextpdf/test/LoggerHelperTest.java
index 0a1b6626e4..a217903bc4 100644
--- a/pdftest/src/test/java/com/itextpdf/test/LoggerHelperTest.java
+++ b/pdftest/src/test/java/com/itextpdf/test/LoggerHelperTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/pdftest/src/test/java/com/itextpdf/test/VeraPdfLoggerValidationTest.java b/pdftest/src/test/java/com/itextpdf/test/VeraPdfLoggerValidationTest.java
index 61de29efe9..095cf433b2 100644
--- a/pdftest/src/test/java/com/itextpdf/test/VeraPdfLoggerValidationTest.java
+++ b/pdftest/src/test/java/com/itextpdf/test/VeraPdfLoggerValidationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/pom.xml b/pom.xml
index 4cd61a34b6..f7c1312d7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,14 +3,14 @@
4.0.0
com.itextpdf
root
- 7.2.5
+ 7.2.6
pom
iText 7
A Free Java-PDF library
https://itextpdf.com/
1998
- iText Group NV
+ Apryse Group NV
https://itextpdf.com/
@@ -72,7 +72,7 @@
-Xmx1024m
- 1.70
+ 1.75
7.0.0
3.0.0-M3
com.itextpdf.test.annotations.type.IntegrationTest
diff --git a/sign/pom.xml b/sign/pom.xml
index 193f187b9e..42d343e6e3 100644
--- a/sign/pom.xml
+++ b/sign/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
sign
iText 7 - sign
@@ -32,13 +32,13 @@
org.bouncycastle
- bcpkix-jdk15on
+ bcpkix-jdk18on
${bouncycastle.version}
true
org.bouncycastle
- bcprov-jdk15on
+ bcprov-jdk18on
${bouncycastle.version}
true
diff --git a/sign/src/main/java/com/itextpdf/signatures/BouncyCastleDigest.java b/sign/src/main/java/com/itextpdf/signatures/BouncyCastleDigest.java
index 9e3bc18923..b801780e07 100644
--- a/sign/src/main/java/com/itextpdf/signatures/BouncyCastleDigest.java
+++ b/sign/src/main/java/com/itextpdf/signatures/BouncyCastleDigest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/CRLVerifier.java b/sign/src/main/java/com/itextpdf/signatures/CRLVerifier.java
index 9ec7e9d055..ad3ba86074 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CRLVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CRLVerifier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/CertificateInfo.java b/sign/src/main/java/com/itextpdf/signatures/CertificateInfo.java
index 39a499c157..62b34136ef 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CertificateInfo.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CertificateInfo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/CertificateUtil.java b/sign/src/main/java/com/itextpdf/signatures/CertificateUtil.java
index 90eb0fbcd8..4cf55c8f09 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CertificateUtil.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CertificateUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
@@ -116,7 +116,7 @@ public static String getCRLURL(X509Certificate certificate) {
if (name.getTagNo() != GeneralName.uniformResourceIdentifier) {
continue;
}
- DERIA5String derStr = DERIA5String.getInstance((ASN1TaggedObject)name.toASN1Primitive(), false);
+ DERIA5String derStr = (DERIA5String)DERIA5String.getInstance((ASN1TaggedObject)name.toASN1Primitive(), false);
return derStr.getString();
}
}
diff --git a/sign/src/main/java/com/itextpdf/signatures/CertificateVerification.java b/sign/src/main/java/com/itextpdf/signatures/CertificateVerification.java
index b2bd434c26..5c5fbd24f6 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CertificateVerification.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CertificateVerification.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/CertificateVerifier.java b/sign/src/main/java/com/itextpdf/signatures/CertificateVerifier.java
index 29c7c61c17..87e0095c2c 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CertificateVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CertificateVerifier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/CrlClientOffline.java b/sign/src/main/java/com/itextpdf/signatures/CrlClientOffline.java
index 7271725bfd..a9ca1fd65c 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CrlClientOffline.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CrlClientOffline.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/CrlClientOnline.java b/sign/src/main/java/com/itextpdf/signatures/CrlClientOnline.java
index 6117c1c7f6..225480e099 100644
--- a/sign/src/main/java/com/itextpdf/signatures/CrlClientOnline.java
+++ b/sign/src/main/java/com/itextpdf/signatures/CrlClientOnline.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/DigestAlgorithms.java b/sign/src/main/java/com/itextpdf/signatures/DigestAlgorithms.java
index abcf13d760..05e1e6ba3c 100644
--- a/sign/src/main/java/com/itextpdf/signatures/DigestAlgorithms.java
+++ b/sign/src/main/java/com/itextpdf/signatures/DigestAlgorithms.java
@@ -1,7 +1,7 @@
/*
*
* This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
* Authors: Bruno Lowagie, Paulo Soares, et al.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/EncryptionAlgorithms.java b/sign/src/main/java/com/itextpdf/signatures/EncryptionAlgorithms.java
index 83cdf9af09..55825d15fc 100644
--- a/sign/src/main/java/com/itextpdf/signatures/EncryptionAlgorithms.java
+++ b/sign/src/main/java/com/itextpdf/signatures/EncryptionAlgorithms.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/ExternalBlankSignatureContainer.java b/sign/src/main/java/com/itextpdf/signatures/ExternalBlankSignatureContainer.java
index 37f9854127..7f4af311e3 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ExternalBlankSignatureContainer.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ExternalBlankSignatureContainer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/ICrlClient.java b/sign/src/main/java/com/itextpdf/signatures/ICrlClient.java
index 009ea7e3c2..0e64224e57 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ICrlClient.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ICrlClient.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/IExternalDigest.java b/sign/src/main/java/com/itextpdf/signatures/IExternalDigest.java
index 44afb95522..0d0cdc20a2 100644
--- a/sign/src/main/java/com/itextpdf/signatures/IExternalDigest.java
+++ b/sign/src/main/java/com/itextpdf/signatures/IExternalDigest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/IExternalSignature.java b/sign/src/main/java/com/itextpdf/signatures/IExternalSignature.java
index c1eb079f4d..96f0cfdc98 100644
--- a/sign/src/main/java/com/itextpdf/signatures/IExternalSignature.java
+++ b/sign/src/main/java/com/itextpdf/signatures/IExternalSignature.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/IExternalSignatureContainer.java b/sign/src/main/java/com/itextpdf/signatures/IExternalSignatureContainer.java
index 4ba7029ccc..9f866be82b 100644
--- a/sign/src/main/java/com/itextpdf/signatures/IExternalSignatureContainer.java
+++ b/sign/src/main/java/com/itextpdf/signatures/IExternalSignatureContainer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/IOcspClient.java b/sign/src/main/java/com/itextpdf/signatures/IOcspClient.java
index 33e1d75121..326b4624b3 100644
--- a/sign/src/main/java/com/itextpdf/signatures/IOcspClient.java
+++ b/sign/src/main/java/com/itextpdf/signatures/IOcspClient.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/ITSAClient.java b/sign/src/main/java/com/itextpdf/signatures/ITSAClient.java
index 2905aefdc6..f86c572528 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ITSAClient.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ITSAClient.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/ITSAInfoBouncyCastle.java b/sign/src/main/java/com/itextpdf/signatures/ITSAInfoBouncyCastle.java
index 9ccf260fff..05c21ef757 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ITSAInfoBouncyCastle.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ITSAInfoBouncyCastle.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/KeyStoreUtil.java b/sign/src/main/java/com/itextpdf/signatures/KeyStoreUtil.java
index ec8a3318ba..8eb8e49833 100644
--- a/sign/src/main/java/com/itextpdf/signatures/KeyStoreUtil.java
+++ b/sign/src/main/java/com/itextpdf/signatures/KeyStoreUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/LtvVerification.java b/sign/src/main/java/com/itextpdf/signatures/LtvVerification.java
index db78506f73..d420c77cab 100644
--- a/sign/src/main/java/com/itextpdf/signatures/LtvVerification.java
+++ b/sign/src/main/java/com/itextpdf/signatures/LtvVerification.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/LtvVerifier.java b/sign/src/main/java/com/itextpdf/signatures/LtvVerifier.java
index 63b9b67df0..3996039f97 100644
--- a/sign/src/main/java/com/itextpdf/signatures/LtvVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/LtvVerifier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/OCSPVerifier.java b/sign/src/main/java/com/itextpdf/signatures/OCSPVerifier.java
index 8069b82837..5a01aebe05 100644
--- a/sign/src/main/java/com/itextpdf/signatures/OCSPVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/OCSPVerifier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/OID.java b/sign/src/main/java/com/itextpdf/signatures/OID.java
index 15c3ad388d..1592898521 100644
--- a/sign/src/main/java/com/itextpdf/signatures/OID.java
+++ b/sign/src/main/java/com/itextpdf/signatures/OID.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/main/java/com/itextpdf/signatures/OcspClientBouncyCastle.java b/sign/src/main/java/com/itextpdf/signatures/OcspClientBouncyCastle.java
index 3c9afa0b89..5660541159 100644
--- a/sign/src/main/java/com/itextpdf/signatures/OcspClientBouncyCastle.java
+++ b/sign/src/main/java/com/itextpdf/signatures/OcspClientBouncyCastle.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfPKCS7.java b/sign/src/main/java/com/itextpdf/signatures/PdfPKCS7.java
index 6de8f8d7fb..e383519662 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfPKCS7.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfPKCS7.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
@@ -276,7 +276,7 @@ public PdfPKCS7(byte[] contentsKey, PdfName filterSubtype, String provider) {
if (!objId.getId().equals(SecurityIDs.ID_PKCS7_SIGNED_DATA))
throw new IllegalArgumentException(
SignExceptionMessageConstant.NOT_A_VALID_PKCS7_OBJECT_NOT_SIGNED_DATA);
- ASN1Sequence content = (ASN1Sequence) ((ASN1TaggedObject) signedData.getObjectAt(1)).getObject();
+ ASN1Sequence content = (ASN1Sequence) ((ASN1TaggedObject) signedData.getObjectAt(1)).getBaseObject().toASN1Primitive();
// the positions that we care are:
// 0 - version
// 1 - digestAlgorithms
@@ -300,7 +300,7 @@ public PdfPKCS7(byte[] contentsKey, PdfName filterSubtype, String provider) {
ASN1Sequence rsaData = (ASN1Sequence) content.getObjectAt(2);
if (rsaData.size() > 1) {
ASN1OctetString rsaDataContent =
- (ASN1OctetString) ((ASN1TaggedObject) rsaData.getObjectAt(1)).getObject();
+ (ASN1OctetString) ((ASN1TaggedObject) rsaData.getObjectAt(1)).getBaseObject().toASN1Primitive();
this.rsaData = rsaDataContent.getOctets();
}
@@ -400,11 +400,11 @@ public PdfPKCS7(byte[] contentsKey, PdfName filterSubtype, String provider) {
for (int j = 0; j < seqout.size(); ++j) {
ASN1TaggedObject tg = (ASN1TaggedObject) seqout.getObjectAt(j);
if (tg.getTagNo() == 0) {
- ASN1Sequence seqin = (ASN1Sequence) tg.getObject();
+ ASN1Sequence seqin = (ASN1Sequence) tg.getBaseObject().toASN1Primitive();
findCRL(seqin);
}
if (tg.getTagNo() == 1) {
- ASN1Sequence seqin = (ASN1Sequence) tg.getObject();
+ ASN1Sequence seqin = (ASN1Sequence) tg.getBaseObject().toASN1Primitive();
findOcsp(seqin);
}
}
@@ -1397,8 +1397,8 @@ private void findOcsp(ASN1Sequence seq) throws IOException {
}
if (seq.getObjectAt(k) instanceof ASN1TaggedObject) {
ASN1TaggedObject tag = (ASN1TaggedObject) seq.getObjectAt(k);
- if (tag.getObject() instanceof ASN1Sequence) {
- seq = (ASN1Sequence) tag.getObject();
+ if (tag.getBaseObject().toASN1Primitive() instanceof ASN1Sequence) {
+ seq = (ASN1Sequence) tag.getBaseObject().toASN1Primitive();
ret = false;
break;
} else {
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfSignature.java b/sign/src/main/java/com/itextpdf/signatures/PdfSignature.java
index 89f86a9b6b..43f495742e 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSignature.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSignature.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureApp.java b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureApp.java
index d83be67029..739e0fb34c 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureApp.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureApp.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureAppearance.java b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureAppearance.java
index 5e980063f0..a45e264763 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureAppearance.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureAppearance.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureBuildProperties.java b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureBuildProperties.java
index 561ed31e57..bfe18ea192 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSignatureBuildProperties.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSignatureBuildProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/PdfSigner.java b/sign/src/main/java/com/itextpdf/signatures/PdfSigner.java
index 524a2a1f42..6dfc6f9c64 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PdfSigner.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PdfSigner.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/PrivateKeySignature.java b/sign/src/main/java/com/itextpdf/signatures/PrivateKeySignature.java
index f0edc3c924..72d3a03ea3 100644
--- a/sign/src/main/java/com/itextpdf/signatures/PrivateKeySignature.java
+++ b/sign/src/main/java/com/itextpdf/signatures/PrivateKeySignature.java
@@ -1,7 +1,7 @@
/*
*
* This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
* Authors: Bruno Lowagie, Paulo Soares, et al.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/ProviderDigest.java b/sign/src/main/java/com/itextpdf/signatures/ProviderDigest.java
index 5fd3c5227f..1d43e3b82e 100644
--- a/sign/src/main/java/com/itextpdf/signatures/ProviderDigest.java
+++ b/sign/src/main/java/com/itextpdf/signatures/ProviderDigest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/RootStoreVerifier.java b/sign/src/main/java/com/itextpdf/signatures/RootStoreVerifier.java
index 975413fd16..d22cc863cd 100644
--- a/sign/src/main/java/com/itextpdf/signatures/RootStoreVerifier.java
+++ b/sign/src/main/java/com/itextpdf/signatures/RootStoreVerifier.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/SecurityIDs.java b/sign/src/main/java/com/itextpdf/signatures/SecurityIDs.java
index 35079ba89a..e8a57f3612 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SecurityIDs.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SecurityIDs.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/SignUtils.java b/sign/src/main/java/com/itextpdf/signatures/SignUtils.java
index 3272924b75..9fd1fce83e 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SignUtils.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SignUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/SignaturePermissions.java b/sign/src/main/java/com/itextpdf/signatures/SignaturePermissions.java
index f1e4f22133..f8516872bf 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SignaturePermissions.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SignaturePermissions.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/SignaturePolicyInfo.java b/sign/src/main/java/com/itextpdf/signatures/SignaturePolicyInfo.java
index d142d2df08..9cba468cef 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SignaturePolicyInfo.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SignaturePolicyInfo.java
@@ -2,7 +2,7 @@
$Id$
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/SignatureUtil.java b/sign/src/main/java/com/itextpdf/signatures/SignatureUtil.java
index 1cf5e2096a..cde7dc18d2 100644
--- a/sign/src/main/java/com/itextpdf/signatures/SignatureUtil.java
+++ b/sign/src/main/java/com/itextpdf/signatures/SignatureUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/TSAClientBouncyCastle.java b/sign/src/main/java/com/itextpdf/signatures/TSAClientBouncyCastle.java
index e599bd6e2c..a6bf98e6fe 100644
--- a/sign/src/main/java/com/itextpdf/signatures/TSAClientBouncyCastle.java
+++ b/sign/src/main/java/com/itextpdf/signatures/TSAClientBouncyCastle.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/TimestampConstants.java b/sign/src/main/java/com/itextpdf/signatures/TimestampConstants.java
index 8acd372b23..15d902be9c 100644
--- a/sign/src/main/java/com/itextpdf/signatures/TimestampConstants.java
+++ b/sign/src/main/java/com/itextpdf/signatures/TimestampConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/main/java/com/itextpdf/signatures/VerificationException.java b/sign/src/main/java/com/itextpdf/signatures/VerificationException.java
index bce624c2c4..08f53cb8f6 100644
--- a/sign/src/main/java/com/itextpdf/signatures/VerificationException.java
+++ b/sign/src/main/java/com/itextpdf/signatures/VerificationException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/VerificationOK.java b/sign/src/main/java/com/itextpdf/signatures/VerificationOK.java
index 98082adaa1..1cd956dd48 100644
--- a/sign/src/main/java/com/itextpdf/signatures/VerificationOK.java
+++ b/sign/src/main/java/com/itextpdf/signatures/VerificationOK.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/sign/src/main/java/com/itextpdf/signatures/exceptions/SignExceptionMessageConstant.java b/sign/src/main/java/com/itextpdf/signatures/exceptions/SignExceptionMessageConstant.java
index 6a56f8aef3..771d08f127 100644
--- a/sign/src/main/java/com/itextpdf/signatures/exceptions/SignExceptionMessageConstant.java
+++ b/sign/src/main/java/com/itextpdf/signatures/exceptions/SignExceptionMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/main/java/com/itextpdf/signatures/logs/SignLogMessageConstant.java b/sign/src/main/java/com/itextpdf/signatures/logs/SignLogMessageConstant.java
index cb3d2313db..389b582cdd 100644
--- a/sign/src/main/java/com/itextpdf/signatures/logs/SignLogMessageConstant.java
+++ b/sign/src/main/java/com/itextpdf/signatures/logs/SignLogMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/BouncyCastleDigestUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/BouncyCastleDigestUnitTest.java
index e74ee5b145..9aa75a56c4 100644
--- a/sign/src/test/java/com/itextpdf/signatures/BouncyCastleDigestUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/BouncyCastleDigestUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/CertificateInfoTest.java b/sign/src/test/java/com/itextpdf/signatures/CertificateInfoTest.java
index c2c5103b4e..cc03dc8d33 100644
--- a/sign/src/test/java/com/itextpdf/signatures/CertificateInfoTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/CertificateInfoTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/CertificateSupportedCriticalExtensionsTest.java b/sign/src/test/java/com/itextpdf/signatures/CertificateSupportedCriticalExtensionsTest.java
index 409a7ab6e7..d303950ede 100644
--- a/sign/src/test/java/com/itextpdf/signatures/CertificateSupportedCriticalExtensionsTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/CertificateSupportedCriticalExtensionsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/CertificateUtilTest.java b/sign/src/test/java/com/itextpdf/signatures/CertificateUtilTest.java
index 3449e98f88..d651f2c783 100644
--- a/sign/src/test/java/com/itextpdf/signatures/CertificateUtilTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/CertificateUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/CrlClientOfflineTest.java b/sign/src/test/java/com/itextpdf/signatures/CrlClientOfflineTest.java
index d2ee29584b..3b26439159 100644
--- a/sign/src/test/java/com/itextpdf/signatures/CrlClientOfflineTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/CrlClientOfflineTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/DigestAlgorithmsManualTest.java b/sign/src/test/java/com/itextpdf/signatures/DigestAlgorithmsManualTest.java
index bb44ba5af7..ae6c11731a 100644
--- a/sign/src/test/java/com/itextpdf/signatures/DigestAlgorithmsManualTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/DigestAlgorithmsManualTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/DigestAlgorithmsTest.java b/sign/src/test/java/com/itextpdf/signatures/DigestAlgorithmsTest.java
index 1bff3e2ed5..6d7370dc2e 100644
--- a/sign/src/test/java/com/itextpdf/signatures/DigestAlgorithmsTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/DigestAlgorithmsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/EncryptionAlgorithmsManualTest.java b/sign/src/test/java/com/itextpdf/signatures/EncryptionAlgorithmsManualTest.java
index af4e0fce89..074019a420 100644
--- a/sign/src/test/java/com/itextpdf/signatures/EncryptionAlgorithmsManualTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/EncryptionAlgorithmsManualTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/EncryptionAlgorithmsTest.java b/sign/src/test/java/com/itextpdf/signatures/EncryptionAlgorithmsTest.java
index 143c0fdebc..30e22f62cf 100644
--- a/sign/src/test/java/com/itextpdf/signatures/EncryptionAlgorithmsTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/EncryptionAlgorithmsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/ExternalBlankSignatureContainerUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/ExternalBlankSignatureContainerUnitTest.java
index c4b1539944..b9f37dd878 100644
--- a/sign/src/test/java/com/itextpdf/signatures/ExternalBlankSignatureContainerUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/ExternalBlankSignatureContainerUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/KeyStoreUtilUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/KeyStoreUtilUnitTest.java
index 39d618fe83..9bb097121f 100644
--- a/sign/src/test/java/com/itextpdf/signatures/KeyStoreUtilUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/KeyStoreUtilUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/LtvVerificationTest.java b/sign/src/test/java/com/itextpdf/signatures/LtvVerificationTest.java
index 59ec41bf7f..0ead8fa8aa 100644
--- a/sign/src/test/java/com/itextpdf/signatures/LtvVerificationTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/LtvVerificationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/LtvVerifierIntegrationTest.java b/sign/src/test/java/com/itextpdf/signatures/LtvVerifierIntegrationTest.java
index 941ffc2572..a1aaa65c42 100644
--- a/sign/src/test/java/com/itextpdf/signatures/LtvVerifierIntegrationTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/LtvVerifierIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/LtvVerifierUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/LtvVerifierUnitTest.java
index 47e97e7326..95016109be 100644
--- a/sign/src/test/java/com/itextpdf/signatures/LtvVerifierUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/LtvVerifierUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/OcspClientBouncyCastleTest.java b/sign/src/test/java/com/itextpdf/signatures/OcspClientBouncyCastleTest.java
index c0c417e089..a408daf074 100644
--- a/sign/src/test/java/com/itextpdf/signatures/OcspClientBouncyCastleTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/OcspClientBouncyCastleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/PdfPKCS7Test.java b/sign/src/test/java/com/itextpdf/signatures/PdfPKCS7Test.java
index fb7c6dbbc8..dee5c29aaa 100644
--- a/sign/src/test/java/com/itextpdf/signatures/PdfPKCS7Test.java
+++ b/sign/src/test/java/com/itextpdf/signatures/PdfPKCS7Test.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/PdfSignatureAppearanceUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/PdfSignatureAppearanceUnitTest.java
index 64f25fb606..3bc964f66a 100644
--- a/sign/src/test/java/com/itextpdf/signatures/PdfSignatureAppearanceUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/PdfSignatureAppearanceUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/PdfSignatureBuildPropertiesUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/PdfSignatureBuildPropertiesUnitTest.java
index 07a7b6cf0a..6eafbae194 100644
--- a/sign/src/test/java/com/itextpdf/signatures/PdfSignatureBuildPropertiesUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/PdfSignatureBuildPropertiesUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/PdfSignerUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/PdfSignerUnitTest.java
index f465edda9d..804c11a28c 100644
--- a/sign/src/test/java/com/itextpdf/signatures/PdfSignerUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/PdfSignerUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/ProviderDigestUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/ProviderDigestUnitTest.java
index cea70cfca8..da6b315aa1 100644
--- a/sign/src/test/java/com/itextpdf/signatures/ProviderDigestUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/ProviderDigestUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/SignUtilsManualTest.java b/sign/src/test/java/com/itextpdf/signatures/SignUtilsManualTest.java
index d86f665b2c..a04ca24737 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignUtilsManualTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignUtilsManualTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/SignUtilsUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/SignUtilsUnitTest.java
index 5b5ccee33e..c16e1b974d 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignUtilsUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignUtilsUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/SignaturePermissionsTest.java b/sign/src/test/java/com/itextpdf/signatures/SignaturePermissionsTest.java
index 000531e7d0..d64bf7ccf9 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignaturePermissionsTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignaturePermissionsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/SignaturePolicyInfoTest.java b/sign/src/test/java/com/itextpdf/signatures/SignaturePolicyInfoTest.java
index f47f78a41a..f84259a296 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignaturePolicyInfoTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignaturePolicyInfoTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/SignatureUtilTest.java b/sign/src/test/java/com/itextpdf/signatures/SignatureUtilTest.java
index fd70a89e41..ef8813246a 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignatureUtilTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignatureUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/SignatureUtilUnitTest.java b/sign/src/test/java/com/itextpdf/signatures/SignatureUtilUnitTest.java
index 04133287ab..59e35d4a4c 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignatureUtilUnitTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignatureUtilUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/SignaturesTestUtils.java b/sign/src/test/java/com/itextpdf/signatures/SignaturesTestUtils.java
index 036842d4a8..b5cb1edcdf 100644
--- a/sign/src/test/java/com/itextpdf/signatures/SignaturesTestUtils.java
+++ b/sign/src/test/java/com/itextpdf/signatures/SignaturesTestUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/TSAClientBouncyCastleTest.java b/sign/src/test/java/com/itextpdf/signatures/TSAClientBouncyCastleTest.java
index 8491c3c179..296a0af073 100644
--- a/sign/src/test/java/com/itextpdf/signatures/TSAClientBouncyCastleTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/TSAClientBouncyCastleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/VerificationOKTest.java b/sign/src/test/java/com/itextpdf/signatures/VerificationOKTest.java
index 2d62aabe01..a9ee7f10e7 100644
--- a/sign/src/test/java/com/itextpdf/signatures/VerificationOKTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/VerificationOKTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/AnnotationsSigningTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/AnnotationsSigningTest.java
index 062431c866..4e81cc7a1e 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/AnnotationsSigningTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/AnnotationsSigningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/CrlClientOnlineTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/CrlClientOnlineTest.java
index 573bf3243f..d07f06f5f7 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/CrlClientOnlineTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/CrlClientOnlineTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/EncryptedSigningTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/EncryptedSigningTest.java
index 3dbba177a8..e0e40cbf6d 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/EncryptedSigningTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/EncryptedSigningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/LtvSigTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/LtvSigTest.java
index dc8dadef9c..070b626db7 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/LtvSigTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/LtvSigTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/LtvWithTwoSignaturesTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/LtvWithTwoSignaturesTest.java
index 06accfe44b..b49ac0d093 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/LtvWithTwoSignaturesTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/LtvWithTwoSignaturesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/PadesSigTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/PadesSigTest.java
index d48829bf4e..98c0cde1f1 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/PadesSigTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/PadesSigTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/PadesSignatureLevelTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/PadesSignatureLevelTest.java
index 11dd7cdaa3..11e64756d8 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/PadesSignatureLevelTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/PadesSignatureLevelTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/Pdf20SigningTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/Pdf20SigningTest.java
index 65d2d1360a..b0a9ea73cf 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/Pdf20SigningTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/Pdf20SigningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/PdfASigningTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/PdfASigningTest.java
index f67029ee5d..54f07bc18f 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/PdfASigningTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/PdfASigningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureAppearanceTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureAppearanceTest.java
index 0274c227f1..9b62f23c41 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureAppearanceTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureAppearanceTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureTest.java
index f467b1da02..5eb7fc58cf 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/SequentialSignaturesTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/SequentialSignaturesTest.java
index a25501a52c..f29ec020b8 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/SequentialSignaturesTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/SequentialSignaturesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/SignDeferredTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/SignDeferredTest.java
index c6a4634487..543b4ab1f1 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/SignDeferredTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/SignDeferredTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/SimpleSigningTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/SimpleSigningTest.java
index 921eab6bd6..0a09c13653 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/SimpleSigningTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/SimpleSigningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/TaggedPdfSigningTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/TaggedPdfSigningTest.java
index 9cfe49c5bb..3702d0397f 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/TaggedPdfSigningTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/TaggedPdfSigningTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/sign/TimestampSigTest.java b/sign/src/test/java/com/itextpdf/signatures/sign/TimestampSigTest.java
index 8f39146919..a17c7b96d7 100644
--- a/sign/src/test/java/com/itextpdf/signatures/sign/TimestampSigTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/sign/TimestampSigTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/SignTestPortUtil.java b/sign/src/test/java/com/itextpdf/signatures/testutils/SignTestPortUtil.java
index 76b7035840..7042d10f12 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/SignTestPortUtil.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/SignTestPortUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/SignaturesCompareTool.java b/sign/src/test/java/com/itextpdf/signatures/testutils/SignaturesCompareTool.java
index dc0b01601b..0f36910b5b 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/SignaturesCompareTool.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/SignaturesCompareTool.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
@@ -268,8 +268,8 @@ private static boolean compareSignedData(ASN1Sequence outSignedData, ASN1Sequenc
return false;
}
- ASN1Sequence outContent = (ASN1Sequence) ((ASN1TaggedObject) outSignedData.getObjectAt(1)).getObject();
- ASN1Sequence cmpContent = (ASN1Sequence) ((ASN1TaggedObject) cmpSignedData.getObjectAt(1)).getObject();
+ ASN1Sequence outContent = (ASN1Sequence) ((ASN1TaggedObject) outSignedData.getObjectAt(1)).getBaseObject().toASN1Primitive();
+ ASN1Sequence cmpContent = (ASN1Sequence) ((ASN1TaggedObject) cmpSignedData.getObjectAt(1)).getBaseObject().toASN1Primitive();
if (outContent.size() != cmpContent.size()) {
addError(errorText, "Signatures base elements counts are different",
String.valueOf(outContent.size()),
@@ -359,7 +359,7 @@ private static boolean compareAsn1Structures(ASN1Primitive out, ASN1Primitive cm
if (cmp instanceof ASN1TaggedObject) {
return compareAsn1Structures(
- ((ASN1TaggedObject) out).getObject(), ((ASN1TaggedObject) cmp).getObject(), errorText);
+ ((ASN1TaggedObject) out).getBaseObject().toASN1Primitive(), ((ASN1TaggedObject) cmp).getBaseObject().toASN1Primitive(), errorText);
} else if (cmp instanceof ASN1Sequence) {
if (!compareContainers(((ASN1Sequence) out).toArray(), ((ASN1Sequence) cmp).toArray(), errorText)) {
addError(errorText, "ASN1Sequence objects are different");
@@ -464,8 +464,8 @@ private static boolean compareRevocationInfoArchivalAttribute(ASN1Encodable[] ou
return false;
}
- if (!(outTaggedObject.getObject() instanceof ASN1Sequence)
- || !(cmpTaggedObject.getObject() instanceof ASN1Sequence)) {
+ if (!(outTaggedObject.getBaseObject().toASN1Primitive() instanceof ASN1Sequence)
+ || !(cmpTaggedObject.getBaseObject().toASN1Primitive() instanceof ASN1Sequence)) {
addError(errorText, structureIsInvalidError,
String.join("", Arrays.stream(out).map(e -> ASN1Dump.dumpAsString(e)).collect(Collectors.toList())),
String.join("", Arrays.stream(cmp).map(e -> ASN1Dump.dumpAsString(e)).collect(Collectors.toList())));
@@ -473,8 +473,8 @@ private static boolean compareRevocationInfoArchivalAttribute(ASN1Encodable[] ou
}
// revocation entries can be either CRLs or OCSPs in most cases
- ASN1Sequence outRevocationEntries = (ASN1Sequence) outTaggedObject.getObject();
- ASN1Sequence cmpRevocationEntries = (ASN1Sequence) cmpTaggedObject.getObject();
+ ASN1Sequence outRevocationEntries = (ASN1Sequence) outTaggedObject.getBaseObject().toASN1Primitive();
+ ASN1Sequence cmpRevocationEntries = (ASN1Sequence) cmpTaggedObject.getBaseObject().toASN1Primitive();
if (outRevocationEntries.size() != cmpRevocationEntries.size()) {
addError(errorText,
"Signature revocation info archival attributes have different number of entries",
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/TimeTestUtil.java b/sign/src/test/java/com/itextpdf/signatures/testutils/TimeTestUtil.java
index 811407aa72..78c2dfab42 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/TimeTestUtil.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/TimeTestUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/X509MockCertificate.java b/sign/src/test/java/com/itextpdf/signatures/testutils/X509MockCertificate.java
index f0fea85065..b03d8c56e5 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/X509MockCertificate.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/X509MockCertificate.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestCrlBuilder.java b/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestCrlBuilder.java
index 8195724171..a4f9d01f06 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestCrlBuilder.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestCrlBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestOcspResponseBuilder.java b/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestOcspResponseBuilder.java
index 18b8c5d184..a78f4e5925 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestOcspResponseBuilder.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestOcspResponseBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestTimestampTokenBuilder.java b/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestTimestampTokenBuilder.java
index 595a7eebbc..f9ab8c995f 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestTimestampTokenBuilder.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/builder/TestTimestampTokenBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/cert/TestCertificateBuilder.java b/sign/src/test/java/com/itextpdf/signatures/testutils/cert/TestCertificateBuilder.java
index 59068e1016..4cabbacf8a 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/cert/TestCertificateBuilder.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/cert/TestCertificateBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestCrlClient.java b/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestCrlClient.java
index f8bbaee7cb..d47f851802 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestCrlClient.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestCrlClient.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestOcspClient.java b/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestOcspClient.java
index de0afc55aa..68e1dcea1f 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestOcspClient.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestOcspClient.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestTsaClient.java b/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestTsaClient.java
index fbe6f611d4..95c63d3006 100644
--- a/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestTsaClient.java
+++ b/sign/src/test/java/com/itextpdf/signatures/testutils/client/TestTsaClient.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/verify/CertificateVerificationClassTest.java b/sign/src/test/java/com/itextpdf/signatures/verify/CertificateVerificationClassTest.java
index 09802ae69c..fe4b309c42 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/CertificateVerificationClassTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/CertificateVerificationClassTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/verify/CrlVerifierTest.java b/sign/src/test/java/com/itextpdf/signatures/verify/CrlVerifierTest.java
index e47b3f347b..ca020607b8 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/CrlVerifierTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/CrlVerifierTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/verify/LtvVerifierTest.java b/sign/src/test/java/com/itextpdf/signatures/verify/LtvVerifierTest.java
index 17d6829a48..9e2a0083c6 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/LtvVerifierTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/LtvVerifierTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/verify/OcspCertificateVerificationTest.java b/sign/src/test/java/com/itextpdf/signatures/verify/OcspCertificateVerificationTest.java
index 021b0a88b4..bfa5d19b60 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/OcspCertificateVerificationTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/OcspCertificateVerificationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/sign/src/test/java/com/itextpdf/signatures/verify/OcspVerifierTest.java b/sign/src/test/java/com/itextpdf/signatures/verify/OcspVerifierTest.java
index 65337d62d0..7be5513642 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/OcspVerifierTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/OcspVerifierTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/verify/pdfinsecurity/IncrementalSavingAttackTest.java b/sign/src/test/java/com/itextpdf/signatures/verify/pdfinsecurity/IncrementalSavingAttackTest.java
index 3fb1f5a53c..a794ba608d 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/pdfinsecurity/IncrementalSavingAttackTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/pdfinsecurity/IncrementalSavingAttackTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/sign/src/test/java/com/itextpdf/signatures/verify/pdfinsecurity/SignatureWrappingAttackTest.java b/sign/src/test/java/com/itextpdf/signatures/verify/pdfinsecurity/SignatureWrappingAttackTest.java
index c1963e4749..2fbf337562 100644
--- a/sign/src/test/java/com/itextpdf/signatures/verify/pdfinsecurity/SignatureWrappingAttackTest.java
+++ b/sign/src/test/java/com/itextpdf/signatures/verify/pdfinsecurity/SignatureWrappingAttackTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/pom.xml b/styled-xml-parser/pom.xml
index d72eeeed10..96183bb89d 100644
--- a/styled-xml-parser/pom.xml
+++ b/styled-xml-parser/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
styled-xml-parser
iText 7 - Styled XML Parser
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/CommonAttributeConstants.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/CommonAttributeConstants.java
index c0eaaa01ca..0d3da9d0e7 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/CommonAttributeConstants.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/CommonAttributeConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/CssRuleSetComparator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/CssRuleSetComparator.java
index da6ffa399c..5fc4e64208 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/CssRuleSetComparator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/CssRuleSetComparator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/IXmlParser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/IXmlParser.java
index f2973b48ca..010200c63c 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/IXmlParser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/IXmlParser.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/PortUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/PortUtil.java
index 920e27f2b2..0853eeb249 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/PortUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/PortUtil.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CommonCssConstants.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CommonCssConstants.java
index 569398dbe5..2b6975420b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CommonCssConstants.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CommonCssConstants.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssAtRule.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssAtRule.java
index 9b478cd722..1522b52167 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssAtRule.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssAtRule.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssContextNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssContextNode.java
index 09344af888..5d9251c22f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssContextNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssContextNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssDeclaration.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssDeclaration.java
index 74b7fbe79c..fb33a8c799 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssDeclaration.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssDeclaration.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssFontFaceRule.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssFontFaceRule.java
index b47d854323..54fdb07982 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssFontFaceRule.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssFontFaceRule.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssNestedAtRule.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssNestedAtRule.java
index aa4ab3fa33..3ff57faa38 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssNestedAtRule.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssNestedAtRule.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssNestedAtRuleFactory.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssNestedAtRuleFactory.java
index db5ab9de44..53d2c8a514 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssNestedAtRuleFactory.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssNestedAtRuleFactory.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleName.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleName.java
index bd85f4595d..a8188cabef 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleName.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleName.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleSet.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleSet.java
index 62cc43541e..c912133776 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleSet.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleSet.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleSetComparator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleSetComparator.java
index a744f2d03a..268b4f5d6f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleSetComparator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssRuleSetComparator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssSemicolonAtRule.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssSemicolonAtRule.java
index 23484064b1..871ba642c2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssSemicolonAtRule.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssSemicolonAtRule.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssStatement.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssStatement.java
index 269179aca8..e1f41618d3 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssStatement.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssStatement.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssStyleSheet.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssStyleSheet.java
index 4b31a57420..952121b5a1 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssStyleSheet.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/CssStyleSheet.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/ICssResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/ICssResolver.java
index 660c31719e..dadd0e43f1 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/ICssResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/ICssResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/font/CssFontFace.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/font/CssFontFace.java
index 9ee952f768..690e3dcdc2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/font/CssFontFace.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/font/CssFontFace.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/CssMediaRule.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/CssMediaRule.java
index 9e5c276d53..ce03d3f1cd 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/CssMediaRule.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/CssMediaRule.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaDeviceDescription.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaDeviceDescription.java
index bcae3797f6..9c1eb42bf3 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaDeviceDescription.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaDeviceDescription.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaExpression.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaExpression.java
index facbc52aa0..a7c4bed32e 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaExpression.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaExpression.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaFeature.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaFeature.java
index 94ba12bfdf..12bc4c79e0 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaFeature.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaFeature.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaQuery.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaQuery.java
index 0172914fda..33e3106680 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaQuery.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaQuery.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaQueryParser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaQueryParser.java
index d3ed469079..2421a514dd 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaQueryParser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaQueryParser.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaRuleConstants.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaRuleConstants.java
index c05dacb8d8..fbc49ed413 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaRuleConstants.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaRuleConstants.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaType.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaType.java
index 4d135e1f38..e926d4f1dd 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaType.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/media/MediaType.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssMarginRule.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssMarginRule.java
index 9956178ba9..5337e59870 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssMarginRule.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssMarginRule.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssNonStandardRuleSet.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssNonStandardRuleSet.java
index 3291785716..4476aa9aa6 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssNonStandardRuleSet.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssNonStandardRuleSet.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssPageRule.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssPageRule.java
index ecacd8e952..28cc2f3594 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssPageRule.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/CssPageRule.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageContextConstants.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageContextConstants.java
index 8283425bc3..173ef81f4b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageContextConstants.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageContextConstants.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageContextNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageContextNode.java
index 038f846c99..37e89612f2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageContextNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageContextNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageMarginBoxContextNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageMarginBoxContextNode.java
index 759d851f93..04ef0e3e9e 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageMarginBoxContextNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/page/PageMarginBoxContextNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssDeclarationValueTokenizer.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssDeclarationValueTokenizer.java
index b2ff09a080..ee41de8830 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssDeclarationValueTokenizer.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssDeclarationValueTokenizer.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssPageSelectorParser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssPageSelectorParser.java
index 8fc036a061..938283e85c 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssPageSelectorParser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssPageSelectorParser.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssRuleSetParser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssRuleSetParser.java
index 16242fba68..3ac65c6672 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssRuleSetParser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssRuleSetParser.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssSelectorParser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssSelectorParser.java
index c9f234ac39..6ba5752d55 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssSelectorParser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssSelectorParser.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssStyleSheetParser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssStyleSheetParser.java
index 6e9ea631a9..de6620f0b8 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssStyleSheetParser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/CssStyleSheetParser.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/AtRuleBlockState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/AtRuleBlockState.java
index 2908bc0077..d090206978 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/AtRuleBlockState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/AtRuleBlockState.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/BlockState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/BlockState.java
index 8abb0d9f5e..88233aed32 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/BlockState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/BlockState.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentEndState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentEndState.java
index 91c9e91341..7a858fe365 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentEndState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentEndState.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentInnerState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentInnerState.java
index 40459cea40..cc534df81b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentInnerState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentInnerState.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentStartState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentStartState.java
index 064eb79b22..765f424bcb 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentStartState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CommentStartState.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/ConditionalGroupAtRuleBlockState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/ConditionalGroupAtRuleBlockState.java
index 960672a076..fae75a62ea 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/ConditionalGroupAtRuleBlockState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/ConditionalGroupAtRuleBlockState.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CssParserStateController.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CssParserStateController.java
index 668c3735e6..43a108d374 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CssParserStateController.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CssParserStateController.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/IParserState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/IParserState.java
index a7cec07f3b..c23eac43af 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/IParserState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/IParserState.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/RuleState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/RuleState.java
index bc445b7198..dc643bc2ed 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/RuleState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/RuleState.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/UnknownState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/UnknownState.java
index 8f034dc143..e854a9b7d3 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/UnknownState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/UnknownState.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementNode.java
index 3fa7961439..a87671604f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementUtil.java
index 9c2e05a69e..975a85d63f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementUtil.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/AbstractCssContext.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/AbstractCssContext.java
index 6cac81c780..b4658ddb5a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/AbstractCssContext.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/AbstractCssContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssDefaults.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssDefaults.java
index 4f65119eaa..3ada3d6fac 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssDefaults.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssDefaults.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssInheritance.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssInheritance.java
index df4bf14659..75a00774b3 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssInheritance.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssInheritance.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssPropertyMerger.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssPropertyMerger.java
index 05e30f4ecf..45b749baf9 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssPropertyMerger.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssPropertyMerger.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssQuotes.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssQuotes.java
index e9adc4d43d..e4379911ef 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssQuotes.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/CssQuotes.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/IStyleInheritance.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/IStyleInheritance.java
index a2fdcf1f84..ca35aa034e 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/IStyleInheritance.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/IStyleInheritance.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/IShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/IShorthandResolver.java
index a44c456566..68ee8d2e6a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/IShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/IShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/ShorthandResolverFactory.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/ShorthandResolverFactory.java
index 4424039b31..ba85ae8d12 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/ShorthandResolverFactory.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/ShorthandResolverFactory.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractBorderShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractBorderShorthandResolver.java
index 13bf9c3702..36e3590dc7 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractBorderShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractBorderShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractBoxShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractBoxShorthandResolver.java
index a6126bfa7c..c4dabf2492 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractBoxShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractBoxShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractCornersShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractCornersShorthandResolver.java
index e21395b150..bc8761e1fb 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractCornersShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/AbstractCornersShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BackgroundPositionShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BackgroundPositionShorthandResolver.java
index a9c135aba2..6377e5f3b8 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BackgroundPositionShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BackgroundPositionShorthandResolver.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BackgroundShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BackgroundShorthandResolver.java
index d609eee3a4..48b8c7fd12 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BackgroundShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BackgroundShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderBottomShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderBottomShorthandResolver.java
index 13f67aef0b..943495fc37 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderBottomShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderBottomShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderColorShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderColorShorthandResolver.java
index 68ce24e5e0..4383dd122d 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderColorShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderColorShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderLeftShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderLeftShorthandResolver.java
index 30d135de3b..a235e13abc 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderLeftShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderLeftShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderRadiusShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderRadiusShorthandResolver.java
index cac92f38e6..e687c300fc 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderRadiusShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderRadiusShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderRightShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderRightShorthandResolver.java
index 0d2aea5c97..c8f1946eff 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderRightShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderRightShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderShorthandResolver.java
index 8576841a1c..6ef01c1624 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderStyleShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderStyleShorthandResolver.java
index 718d4c08a7..b0d2f26168 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderStyleShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderStyleShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderTopShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderTopShorthandResolver.java
index 89d1c2b198..c9c09d6507 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderTopShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderTopShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderWidthShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderWidthShorthandResolver.java
index 232baf4063..b950795109 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderWidthShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/BorderWidthShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FlexFlowShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FlexFlowShorthandResolver.java
index 53d96b0231..8443d32ad6 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FlexFlowShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FlexFlowShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FlexShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FlexShorthandResolver.java
index 2b3be0e7b7..25a3131057 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FlexShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FlexShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FontShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FontShorthandResolver.java
index 787a3bb4b9..da65e3c943 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FontShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/FontShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/GapShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/GapShorthandResolver.java
index 32683eef9b..09785b2a96 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/GapShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/GapShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/ListStyleShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/ListStyleShorthandResolver.java
index 596a8f5b2c..7769e2f8c1 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/ListStyleShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/ListStyleShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/MarginShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/MarginShorthandResolver.java
index 52a3f97898..c708b1513d 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/MarginShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/MarginShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/OutlineShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/OutlineShorthandResolver.java
index e590142adf..75a38e0618 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/OutlineShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/OutlineShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/PaddingShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/PaddingShorthandResolver.java
index 27d3e3b98b..fa7a8c5f93 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/PaddingShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/PaddingShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/PlaceItemsShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/PlaceItemsShorthandResolver.java
index d4aeec9388..768ade08fd 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/PlaceItemsShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/PlaceItemsShorthandResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/TextDecorationShorthandResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/TextDecorationShorthandResolver.java
index 0d80c77f1a..e96137ac24 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/TextDecorationShorthandResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/impl/TextDecorationShorthandResolver.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/AbstractCssSelector.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/AbstractCssSelector.java
index a739ac807f..4c28c9e9fd 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/AbstractCssSelector.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/AbstractCssSelector.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssPageMarginBoxSelector.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssPageMarginBoxSelector.java
index db8f72c13d..e0496ca297 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssPageMarginBoxSelector.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssPageMarginBoxSelector.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssPageSelector.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssPageSelector.java
index a1a2aaddae..4a6badd301 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssPageSelector.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssPageSelector.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssSelector.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssSelector.java
index 462712c490..8451ec0416 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssSelector.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssSelector.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssSelectorComparator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssSelectorComparator.java
index aec0dd9c2e..d0387f3de2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssSelectorComparator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/CssSelectorComparator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/ICssSelector.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/ICssSelector.java
index 0c589dd28a..4d0293cb90 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/ICssSelector.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/ICssSelector.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssAttributeSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssAttributeSelectorItem.java
index d540af6f0e..f2e3345c3b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssAttributeSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssAttributeSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssClassSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssClassSelectorItem.java
index daa0a3d3a6..0c6d7b4fd4 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssClassSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssClassSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssIdSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssIdSelectorItem.java
index ddd7231f99..b39267c3b6 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssIdSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssIdSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPagePseudoClassSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPagePseudoClassSelectorItem.java
index 42e752b5b1..86d7bb7178 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPagePseudoClassSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPagePseudoClassSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPageTypeSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPageTypeSelectorItem.java
index d66ca51adf..6e98862534 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPageTypeSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPageTypeSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassChildSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassChildSelectorItem.java
index 07b9089985..82de3125a3 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassChildSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassChildSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassDisabledSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassDisabledSelectorItem.java
index 74dc5e2ff8..115b18cb3f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassDisabledSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassDisabledSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassEmptySelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassEmptySelectorItem.java
index e3a3395151..fafa270f12 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassEmptySelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassEmptySelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassFirstChildSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassFirstChildSelectorItem.java
index b2457d61c6..55468588f3 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassFirstChildSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassFirstChildSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassFirstOfTypeSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassFirstOfTypeSelectorItem.java
index 7203488797..d5becd5db2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassFirstOfTypeSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassFirstOfTypeSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassLastChildSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassLastChildSelectorItem.java
index c3a029e4d3..14421333ef 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassLastChildSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassLastChildSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassLastOfTypeSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassLastOfTypeSelectorItem.java
index 673a5f3ab6..8c6670516f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassLastOfTypeSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassLastOfTypeSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNotSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNotSelectorItem.java
index a7e20a043d..4bc0e8055c 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNotSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNotSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthChildSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthChildSelectorItem.java
index 37495017cd..045418887b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthChildSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthChildSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthOfTypeSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthOfTypeSelectorItem.java
index 02b54e29d5..70bca8f251 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthOfTypeSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthOfTypeSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthSelectorItem.java
index c1cd972dae..2e3d3b8e2c 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassNthSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassRootSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassRootSelectorItem.java
index e928ba8fbd..17cd0338a6 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassRootSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassRootSelectorItem.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassSelectorItem.java
index c840ccd5c2..73d795bab2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoElementSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoElementSelectorItem.java
index d77ef75261..2500b28e36 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoElementSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoElementSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssSeparatorSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssSeparatorSelectorItem.java
index 1b56710044..93436112fd 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssSeparatorSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssSeparatorSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssSpecificityConstants.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssSpecificityConstants.java
index cff99a0990..7f59de3ffc 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssSpecificityConstants.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssSpecificityConstants.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssTagSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssTagSelectorItem.java
index ab520fc686..1d75185f0e 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssTagSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/CssTagSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/ICssSelectorItem.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/ICssSelectorItem.java
index cd1388b01d..63a445f19f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/ICssSelectorItem.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/selector/item/ICssSelectorItem.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssBackgroundUtils.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssBackgroundUtils.java
index 3ef9b9a2de..979c6f8307 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssBackgroundUtils.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssBackgroundUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssDimensionParsingUtils.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssDimensionParsingUtils.java
index 79371a150b..877341187b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssDimensionParsingUtils.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssDimensionParsingUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssGradientUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssGradientUtil.java
index a85bb2116c..4b916ff7a7 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssGradientUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssGradientUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssPropertyNormalizer.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssPropertyNormalizer.java
index 687c3c37f2..eff069ff31 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssPropertyNormalizer.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssPropertyNormalizer.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssTypesValidationUtils.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssTypesValidationUtils.java
index cc9356755f..e6b3dc943c 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssTypesValidationUtils.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssTypesValidationUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssUtils.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssUtils.java
index 5827bbbffd..06e452b56f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssUtils.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/CssUtils.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/EscapeGroup.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/EscapeGroup.java
index a67d012ac2..11206f0a01 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/EscapeGroup.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/util/EscapeGroup.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/CssDeclarationValidationMaster.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/CssDeclarationValidationMaster.java
index 90ff938ec0..c814daafaa 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/CssDeclarationValidationMaster.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/CssDeclarationValidationMaster.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/ICssDataTypeValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/ICssDataTypeValidator.java
index 455f7da9d5..b6f7720cd8 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/ICssDataTypeValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/ICssDataTypeValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/ICssDeclarationValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/ICssDeclarationValidator.java
index 590cd74c04..bf9008f855 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/ICssDeclarationValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/ICssDeclarationValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/CssDefaultValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/CssDefaultValidator.java
index 9c5da0cc7e..2435c69482 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/CssDefaultValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/CssDefaultValidator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/CssDeviceCmykAwareValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/CssDeviceCmykAwareValidator.java
index 2418f21fdb..9a2ed76aa1 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/CssDeviceCmykAwareValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/CssDeviceCmykAwareValidator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/ArrayDataTypeValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/ArrayDataTypeValidator.java
index 020c9026e1..fa28f53a9e 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/ArrayDataTypeValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/ArrayDataTypeValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssBackgroundValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssBackgroundValidator.java
index 9681f2c72a..d26a28dfe9 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssBackgroundValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssBackgroundValidator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssBlendModeValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssBlendModeValidator.java
index 687492e6da..24201dc1be 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssBlendModeValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssBlendModeValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssCmykAwareColorValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssCmykAwareColorValidator.java
index 983bfb2483..fe4c13ac65 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssCmykAwareColorValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssCmykAwareColorValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssColorValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssColorValidator.java
index 217a2e0747..bd946b391b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssColorValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssColorValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssEnumValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssEnumValidator.java
index 428dfc21f7..2fe77d89c4 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssEnumValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssEnumValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssIdentifierValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssIdentifierValidator.java
index 2044e5ed30..01f886f4fc 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssIdentifierValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssIdentifierValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssLengthValueValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssLengthValueValidator.java
index 0fde6f3322..3123090981 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssLengthValueValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssLengthValueValidator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssNumberValueValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssNumberValueValidator.java
index b42bbc5688..2a7a7b4103 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssNumberValueValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssNumberValueValidator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssPercentageValueValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssPercentageValueValidator.java
index 7c5db06089..4ec3ca34eb 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssPercentageValueValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssPercentageValueValidator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssQuotesValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssQuotesValidator.java
index 67774c7c32..1873823e3c 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssQuotesValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssQuotesValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssTransformValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssTransformValidator.java
index 0045d43d12..2f87eab138 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssTransformValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssTransformValidator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/declaration/MultiTypeDeclarationValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/declaration/MultiTypeDeclarationValidator.java
index 6bcc50576a..4e3e6fbb8a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/declaration/MultiTypeDeclarationValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/declaration/MultiTypeDeclarationValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/declaration/SingleTypeDeclarationValidator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/declaration/SingleTypeDeclarationValidator.java
index 552e05931c..e69c83e891 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/declaration/SingleTypeDeclarationValidator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/declaration/SingleTypeDeclarationValidator.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/ReadingByteLimitException.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/ReadingByteLimitException.java
index d0810391d5..32d3e1958f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/ReadingByteLimitException.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/ReadingByteLimitException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/StyledXMLParserException.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/StyledXMLParserException.java
index 40c73e7e5b..71657edcd2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/StyledXMLParserException.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/StyledXMLParserException.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/StyledXmlParserExceptionMessage.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/StyledXmlParserExceptionMessage.java
index bba79c2ca4..6f54428748 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/StyledXmlParserExceptionMessage.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/exceptions/StyledXmlParserExceptionMessage.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/Jsoup.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/Jsoup.java
index 622bb17aaa..8f2c7df054 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/Jsoup.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/Jsoup.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/PortUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/PortUtil.java
index b4ee2386bc..d0980a8f59 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/PortUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/PortUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/SerializationException.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/SerializationException.java
index 1d0c96a292..2dcfa5d254 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/SerializationException.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/SerializationException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/UncheckedIOException.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/UncheckedIOException.java
index 553098ae77..c2a3de0864 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/UncheckedIOException.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/UncheckedIOException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/ChangeNotifyingArrayList.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/ChangeNotifyingArrayList.java
index 9a385b93c2..83d5a7045d 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/ChangeNotifyingArrayList.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/ChangeNotifyingArrayList.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/DataUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/DataUtil.java
index 9c2e5774ef..7bd2bc91f9 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/DataUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/DataUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/KeyVal.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/KeyVal.java
index 1c1a33e1ca..7570f856b6 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/KeyVal.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/KeyVal.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/Validate.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/Validate.java
index 70f01f9325..8a5fc74b10 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/Validate.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/helper/Validate.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/ConstrainableInputStream.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/ConstrainableInputStream.java
index 755bd6cf3a..8dbdcf3c2a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/ConstrainableInputStream.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/ConstrainableInputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/Normalizer.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/Normalizer.java
index 8e967feda8..49149a39fd 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/Normalizer.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/Normalizer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/StringUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/StringUtil.java
index 4b8ce682e6..34f85e6d2b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/StringUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/internal/StringUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Attribute.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Attribute.java
index f4767a68d9..caa0850d58 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Attribute.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Attribute.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Attributes.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Attributes.java
index c128989771..0cc380e0d1 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Attributes.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Attributes.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/CDataNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/CDataNode.java
index 29dd6050c2..f1f8e2cd05 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/CDataNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/CDataNode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Comment.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Comment.java
index 59277b116e..a72c449405 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Comment.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Comment.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/DataNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/DataNode.java
index 197bed0dd8..49d47615a0 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/DataNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/DataNode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Document.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Document.java
index a10a43b4cd..bf5389512a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Document.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Document.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentType.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentType.java
index 08b1686787..f06ad37032 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentType.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentType.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Element.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Element.java
index abf8755d39..863bc650a1 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Element.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Element.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Entities.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Entities.java
index 391b61aa4e..4272cab678 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Entities.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Entities.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/EntitiesData.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/EntitiesData.java
index 8192b8ada6..30f64f696e 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/EntitiesData.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/EntitiesData.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/FormElement.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/FormElement.java
index 3bc369b3ce..d7970e6620 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/FormElement.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/FormElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/LeafNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/LeafNode.java
index a82068c912..039a5c1df2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/LeafNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/LeafNode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Node.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Node.java
index 922a55626f..35790022bb 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Node.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/Node.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/NodeUtils.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/NodeUtils.java
index 436ddd1c20..5984be81f9 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/NodeUtils.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/NodeUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/PseudoTextElement.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/PseudoTextElement.java
index d4cd53d3e1..fb1fbf0712 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/PseudoTextElement.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/PseudoTextElement.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/TextNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/TextNode.java
index f443f56398..ddbe9c36cc 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/TextNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/TextNode.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/XmlDeclaration.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/XmlDeclaration.java
index b83dc28adc..c506770459 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/XmlDeclaration.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/nodes/XmlDeclaration.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/CharacterReader.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/CharacterReader.java
index e3b8b3bbb5..e52bb1ddc2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/CharacterReader.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/CharacterReader.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilder.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilder.java
index 3d8697118a..d38ff15c1a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilder.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilderState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilderState.java
index a787cc969e..e70f298d21 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilderState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilderState.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseError.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseError.java
index 3cbeffc8a2..d66a3d3151 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseError.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseError.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseErrorList.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseErrorList.java
index 4bb75d9f04..6e825ddb3a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseErrorList.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseErrorList.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseSettings.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseSettings.java
index 3bff0f9fb5..6a559d1edc 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseSettings.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/ParseSettings.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Parser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Parser.java
index dcfbddedd9..245bf499d8 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Parser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Parser.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Tag.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Tag.java
index c33fcb30a1..c9eaca5576 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Tag.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Tag.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Token.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Token.java
index 42815153dd..61ed6bef62 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Token.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Token.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TokenQueue.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TokenQueue.java
index a35a12bae6..179d65fe2b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TokenQueue.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TokenQueue.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Tokeniser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Tokeniser.java
index f0e9ae5977..14d4728d6a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Tokeniser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/Tokeniser.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserState.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserState.java
index 82df33639e..f6fc496f10 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserState.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserState.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TreeBuilder.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TreeBuilder.java
index 4940e475e6..eec807000d 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TreeBuilder.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/TreeBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/XmlTreeBuilder.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/XmlTreeBuilder.java
index 0e2836df71..76e89d2350 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/XmlTreeBuilder.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/parser/XmlTreeBuilder.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Cleaner.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Cleaner.java
index 2fcf50e2d4..72d72a4069 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Cleaner.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Cleaner.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Safelist.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Safelist.java
index e9b46dc5af..ce1b1c460c 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Safelist.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Safelist.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Whitelist.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Whitelist.java
index da72d2db4a..31dbee6316 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Whitelist.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/safety/Whitelist.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Collector.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Collector.java
index 4061cea61f..4e65b14f2d 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Collector.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Collector.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/CombiningEvaluator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/CombiningEvaluator.java
index 51578e6f81..1638c40e93 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/CombiningEvaluator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/CombiningEvaluator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Elements.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Elements.java
index 79d37a4337..4db2fbd060 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Elements.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Elements.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Evaluator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Evaluator.java
index bb854a4b1b..07d0068d30 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Evaluator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Evaluator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeFilter.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeFilter.java
index 2145fd1e99..ccbad2d455 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeFilter.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeFilter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeTraversor.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeTraversor.java
index 7328948364..987275579d 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeTraversor.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeTraversor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeVisitor.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeVisitor.java
index 52d2e76ff5..9544345dfc 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeVisitor.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeVisitor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/QueryParser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/QueryParser.java
index 449218ae97..2c95f5e9ae 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/QueryParser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/QueryParser.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Selector.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Selector.java
index 15c6e1969c..feb7526699 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Selector.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/Selector.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/StructuralEvaluator.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/StructuralEvaluator.java
index 40c781aad0..2354ec9902 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/StructuralEvaluator.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/StructuralEvaluator.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/logs/StyledXmlParserLogMessageConstant.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/logs/StyledXmlParserLogMessageConstant.java
index dd678fbf1e..ac4d2357f3 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/logs/StyledXmlParserLogMessageConstant.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/logs/StyledXmlParserLogMessageConstant.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IAttribute.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IAttribute.java
index 321976e64b..22b420d985 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IAttribute.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IAttribute.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IAttributes.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IAttributes.java
index 8ded068591..2ebfe060ac 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IAttributes.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IAttributes.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/ICustomElementNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/ICustomElementNode.java
index 570fb5119d..e02a482e07 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/ICustomElementNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/ICustomElementNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDataNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDataNode.java
index e0367d8fc2..aae66c49ab 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDataNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDataNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDocumentNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDocumentNode.java
index d77dc0c8c0..4115372ba3 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDocumentNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDocumentNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDocumentTypeNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDocumentTypeNode.java
index 017006b4d6..f72334b51f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDocumentTypeNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IDocumentTypeNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IElementNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IElementNode.java
index 82e552e9e8..f3804454c6 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IElementNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IElementNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/INode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/INode.java
index 76e856300c..74aa36ccfb 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/INode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/INode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IStylesContainer.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IStylesContainer.java
index 92818a4c81..98123b571f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IStylesContainer.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/IStylesContainer.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/ITextNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/ITextNode.java
index 8c0ed7969f..23c624c129 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/ITextNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/ITextNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/JsoupHtmlParser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/JsoupHtmlParser.java
index c3c4240c14..7530ffebb7 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/JsoupHtmlParser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/JsoupHtmlParser.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/JsoupXmlParser.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/JsoupXmlParser.java
index 09db721ff6..ad9cdd8a6d 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/JsoupXmlParser.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/JsoupXmlParser.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupAttribute.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupAttribute.java
index 6366d2cc74..2e7b3267af 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupAttribute.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupAttribute.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupAttributes.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupAttributes.java
index f9c34fa240..02a63b0d2e 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupAttributes.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupAttributes.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDataNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDataNode.java
index ac7e961467..f63e30ec07 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDataNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDataNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDocumentNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDocumentNode.java
index a027619a22..5ba0fbbd0c 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDocumentNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDocumentNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDocumentTypeNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDocumentTypeNode.java
index 5406bba846..e8127caf38 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDocumentTypeNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupDocumentTypeNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupElementNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupElementNode.java
index 852f6b04e5..20cb1c895b 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupElementNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupElementNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupNode.java
index a78ed455c5..0578f07273 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupTextNode.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupTextNode.java
index 604501ef06..b37852e074 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupTextNode.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/node/impl/jsoup/node/JsoupTextNode.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/font/BasicFontProvider.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/font/BasicFontProvider.java
index c4b78978b5..0aa479fb38 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/font/BasicFontProvider.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/font/BasicFontProvider.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/DefaultResourceRetriever.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/DefaultResourceRetriever.java
index c7f1625c58..9559d9462f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/DefaultResourceRetriever.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/DefaultResourceRetriever.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/IResourceRetriever.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/IResourceRetriever.java
index 31d3b61c3c..37b175e133 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/IResourceRetriever.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/IResourceRetriever.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/LimitedInputStream.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/LimitedInputStream.java
index d996e3b42c..89a648c23a 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/LimitedInputStream.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/LimitedInputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/ResourceResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/ResourceResolver.java
index fdf79d3ba1..31b298ec34 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/ResourceResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/ResourceResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/SimpleImageCache.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/SimpleImageCache.java
index ae8730c124..c206e712fd 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/SimpleImageCache.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/SimpleImageCache.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/UriEncodeUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/UriEncodeUtil.java
index 8199700cc7..9e236d31ff 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/UriEncodeUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/UriEncodeUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/UriResolver.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/UriResolver.java
index 1f4a811b53..f7afcc01e2 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/UriResolver.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/resolver/resource/UriResolver.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/FontFamilySplitterUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/FontFamilySplitterUtil.java
index ca10527110..1d63d0f08e 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/FontFamilySplitterUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/FontFamilySplitterUtil.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/StyleUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/StyleUtil.java
index 5f53885ac9..b2692be7c0 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/StyleUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/StyleUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/WhiteSpaceUtil.java b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/WhiteSpaceUtil.java
index 8a06def2c0..f4ed88193f 100644
--- a/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/WhiteSpaceUtil.java
+++ b/styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/util/WhiteSpaceUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceRuleTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceRuleTest.java
index 2bb54f794a..e6d17690e2 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceRuleTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceRuleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceSrcTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceSrcTest.java
index 10eb2abb61..1f13d8471f 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceSrcTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceSrcTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceTest.java
index d304b40ee6..339580ac81 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssFontFaceTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssMatchingTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssMatchingTest.java
index 67db0e3631..c026206b58 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssMatchingTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssMatchingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssNestedAtRuleFactoryTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssNestedAtRuleFactoryTest.java
index 9c4f3b343a..5c0a06f467 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssNestedAtRuleFactoryTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssNestedAtRuleFactoryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssRuleSetTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssRuleSetTest.java
index 336b424abc..d14be74547 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssRuleSetTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssRuleSetTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/CssMediaRuleTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/CssMediaRuleTest.java
index 264e7b29d6..2af30cfc44 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/CssMediaRuleTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/CssMediaRuleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/MediaExpressionTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/MediaExpressionTest.java
index dece4fc141..cd43e27bc1 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/MediaExpressionTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/MediaExpressionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/MediaQueryTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/MediaQueryTest.java
index a87fd30058..0c4e69796b 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/MediaQueryTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/media/MediaQueryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/page/PageMarginBoxContextNodeTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/page/PageMarginBoxContextNodeTest.java
index c1b5fe53ee..51ddeb76f5 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/page/PageMarginBoxContextNodeTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/page/PageMarginBoxContextNodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssRuleSetParserTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssRuleSetParserTest.java
index e624be9a5f..fe99d4afb0 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssRuleSetParserTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssRuleSetParserTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssSelectorParserTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssSelectorParserTest.java
index 776f01324b..557de927e0 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssSelectorParserTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssSelectorParserTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssStyleAttributeParseTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssStyleAttributeParseTest.java
index 9f4ddf1cdf..8a7eaeefbe 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssStyleAttributeParseTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssStyleAttributeParseTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssStyleSheetParserTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssStyleSheetParserTest.java
index 5d703015be..c91ea590a6 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssStyleSheetParserTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/parse/CssStyleSheetParserTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementNodeTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementNodeTest.java
index dc28c22a2a..d7fe687caa 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementNodeTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementNodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementUtilTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementUtilTest.java
index f9e0cd1722..ad04310ff1 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementUtilTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/pseudo/CssPseudoElementUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssDeclarationValueTokenizerTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssDeclarationValueTokenizerTest.java
index c12ccc9707..694a7d9cb5 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssDeclarationValueTokenizerTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssDeclarationValueTokenizerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssInheritanceUnitTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssInheritanceUnitTest.java
index b1dbaddb11..96d79a7584 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssInheritanceUnitTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssInheritanceUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssPropertyMergerUnitTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssPropertyMergerUnitTest.java
index 5bafb3eea0..4546007678 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssPropertyMergerUnitTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/CssPropertyMergerUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/BackgroundPositionShorthandResolverTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/BackgroundPositionShorthandResolverTest.java
index af91d2c41e..ae9b4b5abc 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/BackgroundPositionShorthandResolverTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/BackgroundPositionShorthandResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/BackgroundShorthandResolverTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/BackgroundShorthandResolverTest.java
index b260caec00..a8d7b282fa 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/BackgroundShorthandResolverTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/BackgroundShorthandResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/CssShorthandResolverTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/CssShorthandResolverTest.java
index 68a262ce2f..c84e4ff293 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/CssShorthandResolverTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/CssShorthandResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/FlexFlowShorthandResolverTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/FlexFlowShorthandResolverTest.java
index 001dc5d79b..c7acc75e64 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/FlexFlowShorthandResolverTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/FlexFlowShorthandResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/FlexShorthandResolverTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/FlexShorthandResolverTest.java
index 86b8bae1f9..28534a7898 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/FlexShorthandResolverTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/FlexShorthandResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/GapShorthandResolverTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/GapShorthandResolverTest.java
index 1507ff3694..03930eec01 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/GapShorthandResolverTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/GapShorthandResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/PlaceItemsShorthandResolverTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/PlaceItemsShorthandResolverTest.java
index 7760020c58..f33e6d9133 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/PlaceItemsShorthandResolverTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/PlaceItemsShorthandResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/TextDecorationUnitTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/TextDecorationUnitTest.java
index a501c3b07e..373ee9ff8f 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/TextDecorationUnitTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/resolve/shorthand/TextDecorationUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/CssMatchesTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/CssMatchesTest.java
index f395325fde..13b7c02023 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/CssMatchesTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/CssMatchesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassDisabledSelectorItemTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassDisabledSelectorItemTest.java
index 3ad7efd535..588d6f9d88 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassDisabledSelectorItemTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/CssPseudoClassDisabledSelectorItemTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/SpecificityCalculationTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/SpecificityCalculationTest.java
index a553c32834..8b5cfc06e6 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/SpecificityCalculationTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/selector/item/SpecificityCalculationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssBackgroundUtilsTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssBackgroundUtilsTest.java
index 5b706c5c11..5296be13b3 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssBackgroundUtilsTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssBackgroundUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssDimensionParsingUtilsTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssDimensionParsingUtilsTest.java
index bc56f2f126..189af1e7d6 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssDimensionParsingUtilsTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssDimensionParsingUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssGradientUtilTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssGradientUtilTest.java
index 0f4eb0138d..535a2ea576 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssGradientUtilTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssGradientUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssPropertyNormalizerTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssPropertyNormalizerTest.java
index 02785fa218..bb87f75124 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssPropertyNormalizerTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssPropertyNormalizerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssTypesValidationUtilsTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssTypesValidationUtilsTest.java
index 0ca7b33157..1f2b5cbf1b 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssTypesValidationUtilsTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssTypesValidationUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssUtilsTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssUtilsTest.java
index a965d7ca67..145463df9f 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssUtilsTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/util/CssUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/ArrayDataTypeValidatorTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/ArrayDataTypeValidatorTest.java
index 09f9e60c1f..1a6006f6a5 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/ArrayDataTypeValidatorTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/ArrayDataTypeValidatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssBackgroundValidatorTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssBackgroundValidatorTest.java
index f621818094..16a76167cd 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssBackgroundValidatorTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssBackgroundValidatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssBlendModeValidatorTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssBlendModeValidatorTest.java
index bd68b8f0cf..c3112f84ee 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssBlendModeValidatorTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssBlendModeValidatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssDeclarationValidationMasterTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssDeclarationValidationMasterTest.java
index ce7ab4dd30..192b283896 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssDeclarationValidationMasterTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssDeclarationValidationMasterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssLengthValueValidatorTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssLengthValueValidatorTest.java
index e15dcd152f..03121f4177 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssLengthValueValidatorTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssLengthValueValidatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssNumberValueValidatorTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssNumberValueValidatorTest.java
index 73ae649e09..35ef5ec738 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssNumberValueValidatorTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssNumberValueValidatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssPercentageValueValidatorTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssPercentageValueValidatorTest.java
index ed3083a967..c2955609b2 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssPercentageValueValidatorTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/validate/CssPercentageValueValidatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/JsoupXmlParserTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/JsoupXmlParserTest.java
index d658e8dfa7..1d531abfc4 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/JsoupXmlParserTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/JsoupXmlParserTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/PortUtilTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/PortUtilTest.java
index 8e1af441a4..6cb605fe57 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/PortUtilTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/PortUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/TextUtil.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/TextUtil.java
index 15adddf06b..09ff40c860 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/TextUtil.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/TextUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/DataUtilTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/DataUtilTest.java
index 17dc3e6849..baca4e78a0 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/DataUtilTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/DataUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/ValidateTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/ValidateTest.java
index 2ef6fe055c..6a14e4ea3d 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/ValidateTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/helper/ValidateTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/FuzzFixesTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/FuzzFixesTest.java
index 5fb1ec948a..097ae7a6b3 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/FuzzFixesTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/FuzzFixesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/ParseTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/ParseTest.java
index 983aa1aef4..9f900568b0 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/ParseTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/ParseTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/SafelistExtensionTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/SafelistExtensionTest.java
index b4b41afe8b..188b8550b2 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/SafelistExtensionTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/integration/SafelistExtensionTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/internal/StringUtilTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/internal/StringUtilTest.java
index 84014c2b82..4d702b211d 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/internal/StringUtilTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/internal/StringUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/AttributeTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/AttributeTest.java
index 981a77519d..7ff085e2bf 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/AttributeTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/AttributeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/AttributesTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/AttributesTest.java
index 897b37ac41..51a3f4698c 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/AttributesTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/AttributesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/CommentTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/CommentTest.java
index 8fd4c04b2d..c057b3091b 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/CommentTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/CommentTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTest.java
index a568f3db0d..884bdf0921 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTypeTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTypeTest.java
index 7bc6bb800e..bd816731c8 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTypeTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/DocumentTypeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementItTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementItTest.java
index 957460dc64..9e15d19086 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementItTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementItTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementTest.java
index 772d359a08..e5dd0e2609 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/ElementTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/EntitiesTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/EntitiesTest.java
index f8bbc9dd3a..a239c03dd6 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/EntitiesTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/EntitiesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/FormElementTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/FormElementTest.java
index 207f81e408..69bd135d87 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/FormElementTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/FormElementTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/LeafNodeTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/LeafNodeTest.java
index be335cc770..a2f304e8ee 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/LeafNodeTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/LeafNodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/NodeTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/NodeTest.java
index e6130967cd..3e85200a48 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/NodeTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/NodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/TextNodeTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/TextNodeTest.java
index 3db3ab1fe2..533be10ac2 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/TextNodeTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/nodes/TextNodeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/AttributeParseTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/AttributeParseTest.java
index 93288fb673..4196c55657 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/AttributeParseTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/AttributeParseTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/CharacterReaderTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/CharacterReaderTest.java
index 59592834f6..6d44f0aa72 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/CharacterReaderTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/CharacterReaderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlParserTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlParserTest.java
index 0d2231c61b..4e52d2922c 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlParserTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlParserTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilderStateTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilderStateTest.java
index f55a0d2994..8508d0f4f3 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilderStateTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/HtmlTreeBuilderStateTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/MultiLocaleTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/MultiLocaleTest.java
index 634f41d989..46fd82dece 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/MultiLocaleTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/MultiLocaleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/ParserItTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/ParserItTest.java
index 2a9081fc6a..6383bfe7b8 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/ParserItTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/ParserItTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/ParserTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/ParserTest.java
index d1218ea0fb..00cb914dd3 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/ParserTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/ParserTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TagTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TagTest.java
index 037a5b121f..9c05a625e3 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TagTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TagTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokenQueueTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokenQueueTest.java
index 677cd0fb5f..f36b502c0d 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokenQueueTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokenQueueTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserStateTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserStateTest.java
index d0930514b2..156981f6d6 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserStateTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserStateTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserTest.java
index 0c8a35794b..6b869f8aec 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/TokeniserTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/XmlTreeBuilderTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/XmlTreeBuilderTest.java
index 266aa5ad88..260de449b3 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/XmlTreeBuilderTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/parser/XmlTreeBuilderTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/CleanerTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/CleanerTest.java
index f0665aa40a..4f9015f637 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/CleanerTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/CleanerTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/CompatibilityTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/CompatibilityTest.java
index 4b2d33015c..6f07c07faa 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/CompatibilityTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/CompatibilityTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/MultiLocaleTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/MultiLocaleTest.java
index 377bfc673b..bbcb6c4b2f 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/MultiLocaleTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/safety/MultiLocaleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/CssTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/CssTest.java
index 1ab5ec2851..2009670048 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/CssTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/CssTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/ElementsTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/ElementsTest.java
index 848c811e9e..823408729f 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/ElementsTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/ElementsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/MultiLocaleTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/MultiLocaleTest.java
index d6ad0d4472..e8af3c3160 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/MultiLocaleTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/MultiLocaleTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/QueryParserTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/QueryParserTest.java
index 18720a8867..b9bfda3270 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/QueryParserTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/QueryParserTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/SelectorTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/SelectorTest.java
index 292b5587ab..f0e195f490 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/SelectorTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/SelectorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/TraversorTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/TraversorTest.java
index 49cb32f6f6..e34923752b 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/TraversorTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/jsoup/select/TraversorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/LimitedInputStreamTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/LimitedInputStreamTest.java
index c927411fa6..f5ad3f2019 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/LimitedInputStreamTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/LimitedInputStreamTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/ResourceResolverTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/ResourceResolverTest.java
index 27b3dfd359..2e9f7967e3 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/ResourceResolverTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/ResourceResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/SimpleImageCacheTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/SimpleImageCacheTest.java
index ae7952d611..0ab7880f7c 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/SimpleImageCacheTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/SimpleImageCacheTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/UriResolverTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/UriResolverTest.java
index 51a18a4ec1..a7e970f5d7 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/UriResolverTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/resolver/resource/UriResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/FontFamilySplitterTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/FontFamilySplitterTest.java
index 5424fe05f9..256065a3fd 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/FontFamilySplitterTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/FontFamilySplitterTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/StyleUtilUnitTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/StyleUtilUnitTest.java
index c51c143ddc..eeeda49c55 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/StyleUtilUnitTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/StyleUtilUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/WhiteSpaceUtilUnitTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/WhiteSpaceUtilUnitTest.java
index 26ff1d5645..e6ad99a9d3 100644
--- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/WhiteSpaceUtilUnitTest.java
+++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/util/WhiteSpaceUtilUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/pom.xml b/svg/pom.xml
index 58a0b075a5..5b4c5dfd07 100644
--- a/svg/pom.xml
+++ b/svg/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 7.2.5
+ 7.2.6
svg
iText 7 - SVG
diff --git a/svg/src/main/java/com/itextpdf/svg/MarkerVertexType.java b/svg/src/main/java/com/itextpdf/svg/MarkerVertexType.java
index fd9c2e4db3..abe0309624 100644
--- a/svg/src/main/java/com/itextpdf/svg/MarkerVertexType.java
+++ b/svg/src/main/java/com/itextpdf/svg/MarkerVertexType.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/SvgConstants.java b/svg/src/main/java/com/itextpdf/svg/SvgConstants.java
index dd26ce5474..c3dd732124 100644
--- a/svg/src/main/java/com/itextpdf/svg/SvgConstants.java
+++ b/svg/src/main/java/com/itextpdf/svg/SvgConstants.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/converter/SvgConverter.java b/svg/src/main/java/com/itextpdf/svg/converter/SvgConverter.java
index aad4cf3d7f..ea149d9023 100644
--- a/svg/src/main/java/com/itextpdf/svg/converter/SvgConverter.java
+++ b/svg/src/main/java/com/itextpdf/svg/converter/SvgConverter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/css/SvgCssContext.java b/svg/src/main/java/com/itextpdf/svg/css/SvgCssContext.java
index e0f73a536d..a315f5e90b 100644
--- a/svg/src/main/java/com/itextpdf/svg/css/SvgCssContext.java
+++ b/svg/src/main/java/com/itextpdf/svg/css/SvgCssContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/css/impl/SvgAttributeInheritance.java b/svg/src/main/java/com/itextpdf/svg/css/impl/SvgAttributeInheritance.java
index 18611bf961..b54386aafa 100644
--- a/svg/src/main/java/com/itextpdf/svg/css/impl/SvgAttributeInheritance.java
+++ b/svg/src/main/java/com/itextpdf/svg/css/impl/SvgAttributeInheritance.java
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
+ Copyright (c) 1998-2024 Apryse Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
diff --git a/svg/src/main/java/com/itextpdf/svg/css/impl/SvgNodeRendererInheritanceResolver.java b/svg/src/main/java/com/itextpdf/svg/css/impl/SvgNodeRendererInheritanceResolver.java
index 87950a0e6a..dadb9ecea0 100644
--- a/svg/src/main/java/com/itextpdf/svg/css/impl/SvgNodeRendererInheritanceResolver.java
+++ b/svg/src/main/java/com/itextpdf/svg/css/impl/SvgNodeRendererInheritanceResolver.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/css/impl/SvgStyleResolver.java b/svg/src/main/java/com/itextpdf/svg/css/impl/SvgStyleResolver.java
index f3a15f7ddd..68cfb80334 100644
--- a/svg/src/main/java/com/itextpdf/svg/css/impl/SvgStyleResolver.java
+++ b/svg/src/main/java/com/itextpdf/svg/css/impl/SvgStyleResolver.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/exceptions/SvgExceptionMessageConstant.java b/svg/src/main/java/com/itextpdf/svg/exceptions/SvgExceptionMessageConstant.java
index 37fa07f9e1..738d21eedb 100644
--- a/svg/src/main/java/com/itextpdf/svg/exceptions/SvgExceptionMessageConstant.java
+++ b/svg/src/main/java/com/itextpdf/svg/exceptions/SvgExceptionMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/exceptions/SvgProcessingException.java b/svg/src/main/java/com/itextpdf/svg/exceptions/SvgProcessingException.java
index 213161af22..e200d20dd3 100644
--- a/svg/src/main/java/com/itextpdf/svg/exceptions/SvgProcessingException.java
+++ b/svg/src/main/java/com/itextpdf/svg/exceptions/SvgProcessingException.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/logs/SvgLogMessageConstant.java b/svg/src/main/java/com/itextpdf/svg/logs/SvgLogMessageConstant.java
index d79b494305..e7fe8ee0be 100644
--- a/svg/src/main/java/com/itextpdf/svg/logs/SvgLogMessageConstant.java
+++ b/svg/src/main/java/com/itextpdf/svg/logs/SvgLogMessageConstant.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/processors/ISvgConverterProperties.java b/svg/src/main/java/com/itextpdf/svg/processors/ISvgConverterProperties.java
index 76de4fbc8c..d29c64606a 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/ISvgConverterProperties.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/ISvgConverterProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessor.java b/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessor.java
index d4d0b50e42..a2935cf7ab 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessor.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessorResult.java b/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessorResult.java
index 8f993628a1..39e6f42a90 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessorResult.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/ISvgProcessorResult.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessor.java b/svg/src/main/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessor.java
index 37135e95dc..5fb68dfb1c 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessor.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/processors/impl/ProcessorState.java b/svg/src/main/java/com/itextpdf/svg/processors/impl/ProcessorState.java
index 09f421fd17..f790a1ca6f 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/impl/ProcessorState.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/impl/ProcessorState.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgConverterProperties.java b/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgConverterProperties.java
index e1360053ff..8a4a621618 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgConverterProperties.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgConverterProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgProcessorContext.java b/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgProcessorContext.java
index a901bdc780..ce625b0232 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgProcessorContext.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgProcessorContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgProcessorResult.java b/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgProcessorResult.java
index a5d879a75d..bda66a465b 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgProcessorResult.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/impl/SvgProcessorResult.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/processors/impl/font/SvgFontProcessor.java b/svg/src/main/java/com/itextpdf/svg/processors/impl/font/SvgFontProcessor.java
index 42e388e5df..861796397a 100644
--- a/svg/src/main/java/com/itextpdf/svg/processors/impl/font/SvgFontProcessor.java
+++ b/svg/src/main/java/com/itextpdf/svg/processors/impl/font/SvgFontProcessor.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/IBranchSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/IBranchSvgNodeRenderer.java
index 8337f427bd..27b29c8268 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/IBranchSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/IBranchSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/IMarkerCapable.java b/svg/src/main/java/com/itextpdf/svg/renderers/IMarkerCapable.java
index 2c1f1b1796..c74f026256 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/IMarkerCapable.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/IMarkerCapable.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/INoDrawSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/INoDrawSvgNodeRenderer.java
index ba809c0523..edd4bb32b4 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/INoDrawSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/INoDrawSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/ISvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/ISvgNodeRenderer.java
index 6d89dc9eed..15f67ecebe 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/ISvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/ISvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/ISvgPaintServer.java b/svg/src/main/java/com/itextpdf/svg/renderers/ISvgPaintServer.java
index 73ea0956a4..de5bba8a9d 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/ISvgPaintServer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/ISvgPaintServer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/SvgDrawContext.java b/svg/src/main/java/com/itextpdf/svg/renderers/SvgDrawContext.java
index 81fc52fb77..de98c47d5a 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/SvgDrawContext.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/SvgDrawContext.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererFactory.java b/svg/src/main/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererFactory.java
index 653444f1ae..f0e2f2d52c 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererFactory.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererMapper.java b/svg/src/main/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererMapper.java
index 99dd12fa88..de56b6945c 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererMapper.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererMapper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/factories/ISvgNodeRendererFactory.java b/svg/src/main/java/com/itextpdf/svg/renderers/factories/ISvgNodeRendererFactory.java
index e4b5a3efbf..3dd0086aac 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/factories/ISvgNodeRendererFactory.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/factories/ISvgNodeRendererFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractBranchSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractBranchSvgNodeRenderer.java
index 36eb3a7c39..89412ebf6c 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractBranchSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractBranchSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractContainerSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractContainerSvgNodeRenderer.java
index dfcb2f9109..409dedab37 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractContainerSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractContainerSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractGradientSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractGradientSvgNodeRenderer.java
index abdae457d1..dd009ba742 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractGradientSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractGradientSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractSvgNodeRenderer.java
index cf9b24c253..4fd5d451af 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/AbstractSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/CircleSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/CircleSvgNodeRenderer.java
index 46c0d9e4a3..995d539b04 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/CircleSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/CircleSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRenderer.java
index 4eb285e423..fa54498b5c 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRenderer.java
index 754848eabb..72ab01a740 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRenderer.java
index 3d6c539c41..cb5cbc93e7 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRenderer.java
index dbc0c90f97..ac1e320c78 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/ISvgTextNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/ISvgTextNodeRenderer.java
index 7db11e122d..f43ccd9039 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/ISvgTextNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/ISvgTextNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRenderer.java
index c4efbb80ea..24caa3ffd9 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/LineSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/LineSvgNodeRenderer.java
index 96bd28e0f0..2eb9d37974 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/LineSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/LineSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRenderer.java
index 7704c62754..f4473795f4 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRenderer.java
index c325f96c29..338f9eb1c3 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRenderer.java
index 9df210bfdd..93007a6c0d 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PatternSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PatternSvgNodeRenderer.java
index 718ded538b..f6d1ddac51 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PatternSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PatternSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRenderer.java
index ecbd1db159..2b1e6a251b 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PolygonSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PolygonSvgNodeRenderer.java
index d2e75d7b7f..de5e739f4c 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PolygonSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PolygonSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRenderer.java
index 621d83b303..ffda4ebd74 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRenderer.java
index dba7424e3b..c275204316 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/StopSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/StopSvgNodeRenderer.java
index 7ae3d1e640..98bb73185b 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/StopSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/StopSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/SvgTagSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/SvgTagSvgNodeRenderer.java
index b5e43930b0..2c950b2213 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/SvgTagSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/SvgTagSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/SymbolSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/SymbolSvgNodeRenderer.java
index 85d8942778..d216bfea66 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/SymbolSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/SymbolSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRenderer.java
index efed0963ea..ac14103bf5 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextSvgBranchRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextSvgBranchRenderer.java
index 1c1b67a068..60a2874eb7 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextSvgBranchRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextSvgBranchRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextSvgTSpanBranchRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextSvgTSpanBranchRenderer.java
index c506259e0c..4610192e33 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextSvgTSpanBranchRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/TextSvgTSpanBranchRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/impl/UseSvgNodeRenderer.java b/svg/src/main/java/com/itextpdf/svg/renderers/impl/UseSvgNodeRenderer.java
index 53233c1b0c..c132498a71 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/impl/UseSvgNodeRenderer.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/impl/UseSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/IPathShape.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/IPathShape.java
index 0689d88ef2..407f0c1bfe 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/IPathShape.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/IPathShape.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/IPathShapeMapper.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/IPathShapeMapper.java
index e00d00629b..2bea05ae5b 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/IPathShapeMapper.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/IPathShapeMapper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/SvgPathShapeFactory.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/SvgPathShapeFactory.java
index fb4cc61912..3750db2214 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/SvgPathShapeFactory.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/SvgPathShapeFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/AbstractPathShape.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/AbstractPathShape.java
index 0c2c672228..9b24373651 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/AbstractPathShape.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/AbstractPathShape.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/ClosePath.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/ClosePath.java
index ab18f56df9..6e3d2d944b 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/ClosePath.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/ClosePath.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/CurveTo.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/CurveTo.java
index 51286d8d3c..dc54e2badb 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/CurveTo.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/CurveTo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/EllipticalCurveTo.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/EllipticalCurveTo.java
index cadd37a963..56a698a2a3 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/EllipticalCurveTo.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/EllipticalCurveTo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/HorizontalLineTo.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/HorizontalLineTo.java
index 9b8e785210..03358724cd 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/HorizontalLineTo.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/HorizontalLineTo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/IControlPointCurve.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/IControlPointCurve.java
index 639b54aa94..1b0176d81f 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/IControlPointCurve.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/IControlPointCurve.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/IOperatorConverter.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/IOperatorConverter.java
index 8ea12cf693..033e8bf04d 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/IOperatorConverter.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/IOperatorConverter.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/LineTo.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/LineTo.java
index cf847b79c1..448a71a66f 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/LineTo.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/LineTo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/MoveTo.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/MoveTo.java
index 44a5e7fbe7..e9756e646e 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/MoveTo.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/MoveTo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/PathShapeMapper.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/PathShapeMapper.java
index 159bcbfdc4..5f5047bfae 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/PathShapeMapper.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/PathShapeMapper.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/QuadraticCurveTo.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/QuadraticCurveTo.java
index 33d730c995..2939496402 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/QuadraticCurveTo.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/QuadraticCurveTo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/QuadraticSmoothCurveTo.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/QuadraticSmoothCurveTo.java
index 7d549cb0b1..b3db98831d 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/QuadraticSmoothCurveTo.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/QuadraticSmoothCurveTo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/SmoothSCurveTo.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/SmoothSCurveTo.java
index d4a5a62967..b057f19860 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/SmoothSCurveTo.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/SmoothSCurveTo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/VerticalLineTo.java b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/VerticalLineTo.java
index 98eb8e0f03..6137e0f7ee 100644
--- a/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/VerticalLineTo.java
+++ b/svg/src/main/java/com/itextpdf/svg/renderers/path/impl/VerticalLineTo.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/utils/DrawUtils.java b/svg/src/main/java/com/itextpdf/svg/utils/DrawUtils.java
index 41fa37bad8..ac26f1a566 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/DrawUtils.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/DrawUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/utils/SvgCoordinateUtils.java b/svg/src/main/java/com/itextpdf/svg/utils/SvgCoordinateUtils.java
index 3e5d6e291c..9a3a80b1b9 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/SvgCoordinateUtils.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/SvgCoordinateUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/utils/SvgCssUtils.java b/svg/src/main/java/com/itextpdf/svg/utils/SvgCssUtils.java
index f73e5a9277..233b271ae0 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/SvgCssUtils.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/SvgCssUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/utils/SvgTextUtil.java b/svg/src/main/java/com/itextpdf/svg/utils/SvgTextUtil.java
index e56a87214e..c472644eeb 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/SvgTextUtil.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/SvgTextUtil.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/main/java/com/itextpdf/svg/utils/TextRectangle.java b/svg/src/main/java/com/itextpdf/svg/utils/TextRectangle.java
index 1f164798a6..ca01f50a4c 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/TextRectangle.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/TextRectangle.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/main/java/com/itextpdf/svg/utils/TransformUtils.java b/svg/src/main/java/com/itextpdf/svg/utils/TransformUtils.java
index ecf63829da..0555dd0538 100644
--- a/svg/src/main/java/com/itextpdf/svg/utils/TransformUtils.java
+++ b/svg/src/main/java/com/itextpdf/svg/utils/TransformUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterIntegrationTest.java
index dca97082d2..2d2284084a 100644
--- a/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitNullTest.java b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitNullTest.java
index a0612b4d1c..d4ebd3550d 100644
--- a/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitNullTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitNullTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitTest.java b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitTest.java
index 6405087c97..5a569a958b 100644
--- a/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/converter/SvgConverterUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/css/AttributesRelativeUnitTest.java b/svg/src/test/java/com/itextpdf/svg/css/AttributesRelativeUnitTest.java
index 451fae9568..15dc00f9f2 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/AttributesRelativeUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/AttributesRelativeUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/css/DefaultStyleInheritanceIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/css/DefaultStyleInheritanceIntegrationTest.java
index 87305670bb..825cf408e9 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/DefaultStyleInheritanceIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/DefaultStyleInheritanceIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/css/DefaultStylesTest.java b/svg/src/test/java/com/itextpdf/svg/css/DefaultStylesTest.java
index f8550123a4..4dfc65aa0f 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/DefaultStylesTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/DefaultStylesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/css/FontRelativeUnitTest.java b/svg/src/test/java/com/itextpdf/svg/css/FontRelativeUnitTest.java
index f93132dead..eab8efcb6f 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/FontRelativeUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/FontRelativeUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverIntegrationTest.java
index e13b264f65..59eda20e40 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverTest.java b/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverTest.java
index 46b6cebde1..c919033bb3 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/SvgStyleResolverTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/css/XLinkTest.java b/svg/src/test/java/com/itextpdf/svg/css/XLinkTest.java
index 0cbcc59455..5168050b98 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/XLinkTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/XLinkTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/css/impl/SvgNodeRendererInheritanceResolverUnitTest.java b/svg/src/test/java/com/itextpdf/svg/css/impl/SvgNodeRendererInheritanceResolverUnitTest.java
index 60011a116f..6058d5889d 100644
--- a/svg/src/test/java/com/itextpdf/svg/css/impl/SvgNodeRendererInheritanceResolverUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/css/impl/SvgNodeRendererInheritanceResolverUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/customization/CustomizeTextLeafSvgNodeRendererTest.java b/svg/src/test/java/com/itextpdf/svg/customization/CustomizeTextLeafSvgNodeRendererTest.java
index 2be64e18e3..462272bf56 100644
--- a/svg/src/test/java/com/itextpdf/svg/customization/CustomizeTextLeafSvgNodeRendererTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/customization/CustomizeTextLeafSvgNodeRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/css/impl/DummyCssResolver.java b/svg/src/test/java/com/itextpdf/svg/dummy/css/impl/DummyCssResolver.java
index 0f3a163677..54efa1af62 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/css/impl/DummyCssResolver.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/css/impl/DummyCssResolver.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/factories/DummySvgNodeFactory.java b/svg/src/test/java/com/itextpdf/svg/dummy/factories/DummySvgNodeFactory.java
index 2f737f0937..3e9379f993 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/factories/DummySvgNodeFactory.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/factories/DummySvgNodeFactory.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/processors/impl/DummySvgConverterProperties.java b/svg/src/test/java/com/itextpdf/svg/dummy/processors/impl/DummySvgConverterProperties.java
index 84b16ceb87..fbf1f746bf 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/processors/impl/DummySvgConverterProperties.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/processors/impl/DummySvgConverterProperties.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyArgumentedConstructorSvgNodeRenderer.java b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyArgumentedConstructorSvgNodeRenderer.java
index 80d7f4770d..a7fd18edd3 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyArgumentedConstructorSvgNodeRenderer.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyArgumentedConstructorSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyBranchSvgNodeRenderer.java b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyBranchSvgNodeRenderer.java
index 5c26099e00..d594dc963f 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyBranchSvgNodeRenderer.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyBranchSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyProcessableSvgNodeRenderer.java b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyProcessableSvgNodeRenderer.java
index 5a5439b8f6..29408bebc0 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyProcessableSvgNodeRenderer.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummyProcessableSvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummySvgNodeRenderer.java b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummySvgNodeRenderer.java
index 7b958c2428..ed2d63237e 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummySvgNodeRenderer.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/renderers/impl/DummySvgNodeRenderer.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/dummy/sdk/ExceptionInputStream.java b/svg/src/test/java/com/itextpdf/svg/dummy/sdk/ExceptionInputStream.java
index d94d0fb9a8..7a52a2cea3 100644
--- a/svg/src/test/java/com/itextpdf/svg/dummy/sdk/ExceptionInputStream.java
+++ b/svg/src/test/java/com/itextpdf/svg/dummy/sdk/ExceptionInputStream.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/ColumnChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/ColumnChartsTest.java
index 61f5525ed4..934bab0a75 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/ColumnChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/ColumnChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/GanttChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/GanttChartsTest.java
index 72e408c393..9869930bdd 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/GanttChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/GanttChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/GaugeChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/GaugeChartsTest.java
index 41b9437f2f..11cbaf7cba 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/GaugeChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/GaugeChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/GeoChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/GeoChartsTest.java
index ae56e08175..d778cfe098 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/GeoChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/GeoChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/GoogleChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/GoogleChartsTest.java
index c051c478e6..a652329386 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/GoogleChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/GoogleChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/IntervalsChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/IntervalsChartsTest.java
index 1a16405311..38f461a324 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/IntervalsChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/IntervalsChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/LineChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/LineChartsTest.java
index 7707e83e2e..c5f39e9ea0 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/LineChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/LineChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/PieChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/PieChartsTest.java
index 94145665ab..7cbeec3b55 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/PieChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/PieChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/SankeyChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/SankeyChartsTest.java
index 689704d27d..309b74428c 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/SankeyChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/SankeyChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/ScatterChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/ScatterChartsTest.java
index 3654d14b5b..b27fde7fac 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/ScatterChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/ScatterChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/SliceChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/SliceChartsTest.java
index 51599f91f2..528fbff9d1 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/SliceChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/SliceChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/SteppedAreaChartTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/SteppedAreaChartTest.java
index a36fddc51e..4c8737baa2 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/SteppedAreaChartTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/SteppedAreaChartTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/TimelineChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/TimelineChartsTest.java
index b5aae70bbb..c934369d0d 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/TimelineChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/TimelineChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/TreemapsChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/TreemapsChartsTest.java
index 92c6c649b3..ffed41d342 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/TreemapsChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/TreemapsChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/TrendlinesChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/TrendlinesChartsTest.java
index ab595a78ac..6c813a495a 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/TrendlinesChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/TrendlinesChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/googlecharts/WordTreesChartsTest.java b/svg/src/test/java/com/itextpdf/svg/googlecharts/WordTreesChartsTest.java
index 0b4ef25fbc..372e943635 100644
--- a/svg/src/test/java/com/itextpdf/svg/googlecharts/WordTreesChartsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/googlecharts/WordTreesChartsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/jfreesvg/JFreeSvgTest.java b/svg/src/test/java/com/itextpdf/svg/jfreesvg/JFreeSvgTest.java
index a7864d8291..3ea673f36a 100644
--- a/svg/src/test/java/com/itextpdf/svg/jfreesvg/JFreeSvgTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/jfreesvg/JFreeSvgTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/processors/DefaultSvgProcessorIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/processors/DefaultSvgProcessorIntegrationTest.java
index 482004a24b..f0a8bc7945 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/DefaultSvgProcessorIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/DefaultSvgProcessorIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/processors/ProcessorStateTest.java b/svg/src/test/java/com/itextpdf/svg/processors/ProcessorStateTest.java
index 52b9f43e97..b8041125ef 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/ProcessorStateTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/ProcessorStateTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/processors/SvgConverterPropertiesTest.java b/svg/src/test/java/com/itextpdf/svg/processors/SvgConverterPropertiesTest.java
index 9156caeae5..9a367f68c7 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/SvgConverterPropertiesTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/SvgConverterPropertiesTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessorUnitTest.java b/svg/src/test/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessorUnitTest.java
index fb18548396..f098ee127b 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessorUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessorUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/processors/impl/SvgProcessorResultUnitTest.java b/svg/src/test/java/com/itextpdf/svg/processors/impl/SvgProcessorResultUnitTest.java
index c5e383d04a..296704abe9 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/impl/SvgProcessorResultUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/impl/SvgProcessorResultUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/processors/impl/font/FontFaceTest.java b/svg/src/test/java/com/itextpdf/svg/processors/impl/font/FontFaceTest.java
index 2fac557252..484d313d81 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/impl/font/FontFaceTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/impl/font/FontFaceTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/processors/impl/font/FontSizeTest.java b/svg/src/test/java/com/itextpdf/svg/processors/impl/font/FontSizeTest.java
index 1c536a5ae8..dc33d630c6 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/impl/font/FontSizeTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/impl/font/FontSizeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/processors/impl/font/SvgFontProcessorTest.java b/svg/src/test/java/com/itextpdf/svg/processors/impl/font/SvgFontProcessorTest.java
index 6fcfb84b4c..78e5e851ea 100644
--- a/svg/src/test/java/com/itextpdf/svg/processors/impl/font/SvgFontProcessorTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/processors/impl/font/SvgFontProcessorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryDrawTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryDrawTest.java
index c638c60fad..4f1ed47572 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryDrawTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryDrawTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryTest.java
index 5aa6bfc62e..887fc12d07 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/DefaultSvgNodeRendererFactoryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/FillTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/FillTest.java
index 41ebe1995a..7dfcf98dcc 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/FillTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/FillTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/GUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/GUnitTest.java
index 55d13d061f..76369a49c0 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/GUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/GUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/OpacityTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/OpacityTest.java
index c219a1fbc9..bac3abc3dd 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/OpacityTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/OpacityTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/StrokeTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/StrokeTest.java
index 45f5052f66..ea1d113af2 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/StrokeTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/StrokeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/SvgDrawContextTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/SvgDrawContextTest.java
index e0c8b8aa80..57b95ba2df 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/SvgDrawContextTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/SvgDrawContextTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/SvgIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/SvgIntegrationTest.java
index ddd5399910..9f7d211919 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/SvgIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/SvgIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/TransformationApplicationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/TransformationApplicationTest.java
index 37873f2cab..6587a08183 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/TransformationApplicationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/TransformationApplicationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/TransparencyTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/TransparencyTest.java
index 5f97fd444b..755114cea2 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/TransparencyTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/TransparencyTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererFactoryTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererFactoryTest.java
index b58d03bd67..016c85966e 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererFactoryTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererFactoryTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererMapperTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererMapperTest.java
index 6b8e96a526..8e818dd142 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererMapperTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/factories/DefaultSvgNodeRendererMapperTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/AnimationSvgTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/AnimationSvgTest.java
index 198dea5287..9776d0ee35 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/AnimationSvgTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/AnimationSvgTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/CircleNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/CircleNodeRendererIntegrationTest.java
index 8476ba039a..215afdc5c6 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/CircleNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/CircleNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererIntegrationTest.java
index a36080129f..69bfcbad41 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererLowLevelIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererLowLevelIntegrationTest.java
index a9df929b2f..530daeab74 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererLowLevelIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererLowLevelIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererUnitTest.java
index cb39a86af4..804f6efc1f 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ClipPathSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRendererIntegrationTest.java
index fc4f8dee69..7bc6adf4cd 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRendererUnitTest.java
index ca096082ff..8d24447930 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/DefsSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/DeviceCmykSvgTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/DeviceCmykSvgTest.java
index 196afa66fd..77002ca405 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/DeviceCmykSvgTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/DeviceCmykSvgTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRendererIntegrationTest.java
index 0dd4b5850f..fbbe47d2e1 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRendererUnitTest.java
index 13315707e9..3554425564 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/EllipseSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRendererIntegrationTest.java
index 7733a09e6e..ef13312f59 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRendererUnitTest.java
index a9eef58c65..bb95059ff7 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/GroupSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRendererIntegrationTest.java
index 86abf65dae..cf46d75327 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRendererUnitTest.java
index 9a7dbb6f71..0d11c754e8 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ImageSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/LineSvgNodeRendererTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/LineSvgNodeRendererTest.java
index 51b129e104..eb0d626e15 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/LineSvgNodeRendererTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/LineSvgNodeRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRendererTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRendererTest.java
index 62e713dd50..ee216d723f 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRendererTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRendererUnitTest.java
index 95b8ecd6d7..c40158f78e 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/LinearGradientSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRendererIntegrationTest.java
index 77acb83b73..ffe5897c3e 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRendererUnitTest.java
index 8967373dd4..3e01429cc2 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/MarkerSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/MaskTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/MaskTest.java
index 3f7ff9e0ea..b08f3b95bb 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/MaskTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/MaskTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/NamedObjectsTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/NamedObjectsTest.java
index 902932a102..c0a4e612d5 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/NamedObjectsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/NamedObjectsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/NestedSvgTagSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/NestedSvgTagSvgNodeRendererIntegrationTest.java
index 40af99bfe6..b806ab6aa3 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/NestedSvgTagSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/NestedSvgTagSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/OverflowAttributeTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/OverflowAttributeTest.java
index ef2fae788a..6f42a45492 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/OverflowAttributeTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/OverflowAttributeTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathOperatorSplitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathOperatorSplitTest.java
index 825af246cc..4d495c8c22 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathOperatorSplitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathOperatorSplitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathParsingIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathParsingIntegrationTest.java
index e202d43598..fc594ef618 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathParsingIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathParsingIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathParsingTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathParsingTest.java
index 31f19c70ea..d15ea21400 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathParsingTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathParsingTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRendererLowLevelIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRendererLowLevelIntegrationTest.java
index e6af9b5dba..f9e05e7b42 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRendererLowLevelIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRendererLowLevelIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRendererTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRendererTest.java
index 08a1c7f667..3335ed48c4 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRendererTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PathSvgNodeRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PatternSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PatternSvgNodeRendererUnitTest.java
index 0ce8db1420..a7579ae0a8 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PatternSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PatternSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PatternTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PatternTest.java
index 1be24806b6..b4e66d4a5c 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PatternTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PatternTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRendererIntegrationTest.java
index 6bf2afcda9..d817718dee 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRendererUnitTest.java
index 5d0cf0b4f2..748ad3ee39 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PdfRootSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolygonSvgNodeRendererTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolygonSvgNodeRendererTest.java
index 3ec895fa69..3e5f82a01e 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolygonSvgNodeRendererTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolygonSvgNodeRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRendererTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRendererTest.java
index 98391de6dd..b4fdacb221 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRendererTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRendererTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRendererUnitTest.java
index e8fcfeda68..6aa8b46ea2 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PolylineSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PreserveAspectRatioSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PreserveAspectRatioSvgNodeRendererIntegrationTest.java
index fda72b1238..a58afe6819 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PreserveAspectRatioSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PreserveAspectRatioSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PreserveAspectRatioSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PreserveAspectRatioSvgNodeRendererUnitTest.java
index e048fb40b7..d0461f6f5d 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/PreserveAspectRatioSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/PreserveAspectRatioSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRendererIntegrationTest.java
index debcc23a2c..9830a29521 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRendererUnitTest.java
index 327f8f0f95..4e75d9fa7b 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/RectangleSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/SimpleSvgTagSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/SimpleSvgTagSvgNodeRendererIntegrationTest.java
index 7f6370f60d..d3cbe9d52a 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/SimpleSvgTagSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/SimpleSvgTagSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/StopSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/StopSvgNodeRendererUnitTest.java
index 55da42bbf3..c97ff71cfb 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/StopSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/StopSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/SvgTagSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/SvgTagSvgNodeRendererUnitTest.java
index 615100feca..ec49eb4e2d 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/SvgTagSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/SvgTagSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/SymbolSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/SymbolSvgNodeRendererUnitTest.java
index df2639a286..90980d2ba8 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/SymbolSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/SymbolSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/SymbolTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/SymbolTest.java
index fab7234f14..56da028f79 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/SymbolTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/SymbolTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/TSpanNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/TSpanNodeRendererIntegrationTest.java
index f0db034bf7..65ff915010 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/TSpanNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/TSpanNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRendererIntegrationTest.java
index 18a10483b6..b8d0f6ea1a 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRendererUnitTest.java
index 8eed19a236..32adf295e3 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextLeafSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextSvgBranchRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextSvgBranchRendererIntegrationTest.java
index e8db04cbab..6445846ed9 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextSvgBranchRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/TextSvgBranchRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseIntegrationTest.java
index ce3258683d..f3f2019c50 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseSvgNodeRendererUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseSvgNodeRendererUnitTest.java
index 7d8ac764b5..d5705c68d8 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseSvgNodeRendererUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseSvgNodeRendererUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseUnitTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseUnitTest.java
index 0e582afc2a..4d26cb94b3 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseUnitTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/UseUnitTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ViewBoxSvgTagSvgNodeRendererIntegrationTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ViewBoxSvgTagSvgNodeRendererIntegrationTest.java
index 8fe33537ba..f4f20e6c8b 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/ViewBoxSvgTagSvgNodeRendererIntegrationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/ViewBoxSvgTagSvgNodeRendererIntegrationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/impl/XLinkDataTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/impl/XLinkDataTest.java
index 62bbc4d4f5..0cf3971aeb 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/impl/XLinkDataTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/impl/XLinkDataTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/path/PathShapeMapperTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/path/PathShapeMapperTest.java
index efab453018..669d3dfbd9 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/path/PathShapeMapperTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/path/PathShapeMapperTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/path/impl/EllipseArcTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/path/impl/EllipseArcTest.java
index 9238f4a43f..5dae59cbbe 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/path/impl/EllipseArcTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/path/impl/EllipseArcTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/renderers/path/impl/EllipticalPathOperatorTest.java b/svg/src/test/java/com/itextpdf/svg/renderers/path/impl/EllipticalPathOperatorTest.java
index 51ea4dbb93..43e5bc1b89 100644
--- a/svg/src/test/java/com/itextpdf/svg/renderers/path/impl/EllipticalPathOperatorTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/renderers/path/impl/EllipticalPathOperatorTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/MatrixTransformationTest.java b/svg/src/test/java/com/itextpdf/svg/utils/MatrixTransformationTest.java
index d08fe01039..41043b6826 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/MatrixTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/MatrixTransformationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/RotateTransformationTest.java b/svg/src/test/java/com/itextpdf/svg/utils/RotateTransformationTest.java
index 5bb2b1439b..bb2004042d 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/RotateTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/RotateTransformationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/ScaleTransformationTest.java b/svg/src/test/java/com/itextpdf/svg/utils/ScaleTransformationTest.java
index 5213093bb1..d53c1494e8 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/ScaleTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/ScaleTransformationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/SkewXTransformationTest.java b/svg/src/test/java/com/itextpdf/svg/utils/SkewXTransformationTest.java
index e239a7c4cd..172d6e5c44 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/SkewXTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/SkewXTransformationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/SkewYTransformationTest.java b/svg/src/test/java/com/itextpdf/svg/utils/SkewYTransformationTest.java
index ddb907dfe9..85d985b849 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/SkewYTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/SkewYTransformationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/SvgCoordinateUtilsTest.java b/svg/src/test/java/com/itextpdf/svg/utils/SvgCoordinateUtilsTest.java
index 225f3d446e..de4eeb8198 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/SvgCoordinateUtilsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/SvgCoordinateUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/SvgCssUtilsTest.java b/svg/src/test/java/com/itextpdf/svg/utils/SvgCssUtilsTest.java
index 0790ecb872..b2953b233f 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/SvgCssUtilsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/SvgCssUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/SvgTextUtilTest.java b/svg/src/test/java/com/itextpdf/svg/utils/SvgTextUtilTest.java
index feda3fc93d..e2a79b54fc 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/SvgTextUtilTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/SvgTextUtilTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/TestUtils.java b/svg/src/test/java/com/itextpdf/svg/utils/TestUtils.java
index 04c33d0479..7d5348701d 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/TestUtils.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/TestUtils.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/TransformUtilsTest.java b/svg/src/test/java/com/itextpdf/svg/utils/TransformUtilsTest.java
index 6c18cb0a03..5367f0ca6c 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/TransformUtilsTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/TransformUtilsTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
diff --git a/svg/src/test/java/com/itextpdf/svg/utils/TranslateTransformationTest.java b/svg/src/test/java/com/itextpdf/svg/utils/TranslateTransformationTest.java
index 70931682ac..e4611ce14d 100644
--- a/svg/src/test/java/com/itextpdf/svg/utils/TranslateTransformationTest.java
+++ b/svg/src/test/java/com/itextpdf/svg/utils/TranslateTransformationTest.java
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
- Copyright (c) 1998-2023 iText Group NV
- Authors: iText Software.
+ Copyright (c) 1998-2024 Apryse Group NV
+ Authors: Apryse Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3